Pull request #43448 event Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 101dafd049949a4da65dcefd495828a6644e1ce1+a461373146d11606cecb5e9ec142a71182fc9813 (4f0f19d03b0d56f1660208777940517fc086d146) 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-43448@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-04-07T17:44:34.627Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-04-07T17:44:34.636Z] Trying to pass milestone 6 [Pipeline] milestone [2022-04-07T17:44:34.717Z] Trying to pass milestone 7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-04-07T17:44:35.023Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01109a7e025783cd0) in /home/ubuntu/workspace/moby_PR-43448 [Pipeline] { [Pipeline] checkout [2022-04-07T17:44:35.063Z] The recommended git tool is: git [2022-04-07T17:44:37.260Z] using credential docker-jenkins-github-credentials [2022-04-07T17:44:37.271Z] Cloning the remote Git repository [2022-04-07T17:44:37.271Z] Cloning with configured refspecs honoured and without tags [2022-04-07T17:44:37.300Z] Cloning repository https://github.com/moby/moby.git [2022-04-07T17:44:37.332Z] > git init /home/ubuntu/workspace/moby_PR-43448 # timeout=10 [2022-04-07T17:44:37.661Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:44:37.661Z] > git --version # timeout=10 [2022-04-07T17:44:37.701Z] > git --version # 'git version 2.17.1' [2022-04-07T17:44:37.702Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:44:37.754Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:44:55.616Z] Fetching without tags [2022-04-07T17:44:55.861Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:44:56.490Z] Merge succeeded, producing 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:44:56.490Z] Checking out Revision 101dafd049949a4da65dcefd495828a6644e1ce1 (PR-43448) [2022-04-07T17:44:55.564Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:44:55.590Z] > git config --add remote.origin.fetch +refs/pull/43448/head:refs/remotes/origin/PR-43448 # timeout=10 [2022-04-07T17:44:55.602Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:44:55.613Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:44:55.628Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:44:55.628Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:44:55.629Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:44:55.876Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:44:55.886Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:44:56.457Z] > git remote # timeout=10 [2022-04-07T17:44:56.462Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T17:44:56.477Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:44:56.478Z] > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10 [2022-04-07T17:44:56.489Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-07T17:44:56.501Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:44:56.518Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:45:00.543Z] Commit message: "daemon/config: move proxy settings to "proxies" struct within daemon.json" [2022-04-07T17:45:00.565Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-07T17:45:00.555Z] > git rev-list --no-walk a3a06062dd216cf5f30fbc4ec85a721da5308e9e # timeout=10 [2022-04-07T17:45:01.501Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43448:/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-04-07T17:45:09.694Z] Unable to find image 'alpine:latest' locally [2022-04-07T17:45:09.694Z] latest: Pulling from library/alpine [2022-04-07T17:45:09.694Z] df9b9388f04a: Pulling fs layer [2022-04-07T17:45:09.957Z] df9b9388f04a: Download complete [2022-04-07T17:45:10.218Z] df9b9388f04a: Pull complete [2022-04-07T17:45:10.218Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-07T17:45:10.218Z] Status: Downloaded newer image for alpine:latest [2022-04-07T17:45:15.645Z] 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) [Pipeline] node [Pipeline] node [Pipeline] node [2022-04-07T17:45:16.469Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01109a7e025783cd0) in /home/ubuntu/workspace/moby_PR-43448 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" 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" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-04-07T17:45:16.494Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-025263c470ab8ab84) in /home/ubuntu/workspace/moby_PR-43448 [2022-04-07T17:45:16.500Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0201f3b1f72dd4415) in /home/ubuntu/workspace/moby_PR-43448 [2022-04-07T17:45:16.507Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01d763b72a573e3a2) in /home/ubuntu/workspace/moby_PR-43448 [Pipeline] { [Pipeline] checkout [2022-04-07T17:45:16.532Z] The recommended git tool is: git [2022-04-07T17:45:16.542Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-04-07T17:45:16.554Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-04-07T17:45:16.563Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-04-07T17:45:16.621Z] The recommended git tool is: git [Pipeline] checkout [2022-04-07T17:45:16.630Z] The recommended git tool is: git [Pipeline] checkout [2022-04-07T17:45:16.636Z] using credential docker-jenkins-github-credentials [2022-04-07T17:45:16.641Z] The recommended git tool is: git [2022-04-07T17:45:16.645Z] using credential docker-jenkins-github-credentials [2022-04-07T17:45:16.647Z] Cloning the remote Git repository [2022-04-07T17:45:16.647Z] Cloning with configured refspecs honoured and without tags [2022-04-07T17:45:16.651Z] using credential docker-jenkins-github-credentials [2022-04-07T17:45:16.653Z] Cloning the remote Git repository [2022-04-07T17:45:16.653Z] Cloning with configured refspecs honoured and without tags Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-04-07T17:45:16.659Z] Cloning the remote Git repository [2022-04-07T17:45:16.659Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-04-07T17:45:16.804Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 101dafd049949a4da65dcefd495828a6644e1ce1 [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-04-07T17:45:17.297Z] Merge succeeded, producing 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:45:17.297Z] Checking out Revision 101dafd049949a4da65dcefd495828a6644e1ce1 (PR-43448) [2022-04-07T17:45:17.364Z] Commit message: "daemon/config: move proxy settings to "proxies" struct within daemon.json" [2022-04-07T17:45:16.559Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43448/.git # timeout=10 [2022-04-07T17:45:16.565Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:45:16.574Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:45:16.574Z] > git --version # timeout=10 [2022-04-07T17:45:16.582Z] > git --version # 'git version 2.17.1' [2022-04-07T17:45:16.583Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:16.584Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:45:16.815Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:45:16.818Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:45:17.275Z] > git remote # timeout=10 [2022-04-07T17:45:17.281Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T17:45:17.284Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:17.285Z] > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10 [2022-04-07T17:45:17.298Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-07T17:45:17.308Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:45:17.313Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:45:16.649Z] Cloning repository https://github.com/moby/moby.git [2022-04-07T17:45:16.650Z] > git init /home/ubuntu/workspace/moby_PR-43448 # timeout=10 [2022-04-07T17:45:16.663Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:45:16.664Z] > git --version # timeout=10 [2022-04-07T17:45:16.672Z] > git --version # 'git version 2.25.1' [2022-04-07T17:45:16.672Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:16.673Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:45:16.662Z] Cloning repository https://github.com/moby/moby.git [2022-04-07T17:45:16.662Z] > git init /home/ubuntu/workspace/moby_PR-43448 # timeout=10 [2022-04-07T17:45:16.674Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:45:16.674Z] > git --version # timeout=10 [2022-04-07T17:45:16.680Z] > git --version # 'git version 2.25.1' [2022-04-07T17:45:16.680Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:16.681Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:45:16.668Z] Cloning repository https://github.com/moby/moby.git [2022-04-07T17:45:16.669Z] > git init /home/ubuntu/workspace/moby_PR-43448 # timeout=10 [2022-04-07T17:45:16.687Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:45:16.688Z] > git --version # timeout=10 [2022-04-07T17:45:16.693Z] > git --version # 'git version 2.17.1' [2022-04-07T17:45:16.693Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:16.704Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-07T17:45:18.017Z] + [ PR != PR ] [2022-04-07T17:45:18.018Z] + [ master != master ] [2022-04-07T17:45:18.018Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-07T17:45:18.350Z] + docker version [2022-04-07T17:45:18.350Z] Client: Docker Engine - Community [2022-04-07T17:45:18.350Z] Version: 20.10.14 [2022-04-07T17:45:18.350Z] API version: 1.41 [2022-04-07T17:45:18.350Z] Go version: go1.16.15 [2022-04-07T17:45:18.350Z] Git commit: a224086 [2022-04-07T17:45:18.350Z] Built: Thu Mar 24 01:47:57 2022 [2022-04-07T17:45:18.350Z] OS/Arch: linux/amd64 [2022-04-07T17:45:18.350Z] Context: default [2022-04-07T17:45:18.350Z] Experimental: true [2022-04-07T17:45:18.350Z] [2022-04-07T17:45:18.350Z] Server: Docker Engine - Community [2022-04-07T17:45:18.350Z] Engine: [2022-04-07T17:45:18.350Z] Version: 20.10.14 [2022-04-07T17:45:18.350Z] API version: 1.41 (minimum version 1.12) [2022-04-07T17:45:18.350Z] Go version: go1.16.15 [2022-04-07T17:45:18.350Z] Git commit: 87a90dc [2022-04-07T17:45:18.350Z] Built: Thu Mar 24 01:45:46 2022 [2022-04-07T17:45:18.350Z] OS/Arch: linux/amd64 [2022-04-07T17:45:18.350Z] Experimental: true [2022-04-07T17:45:18.350Z] containerd: [2022-04-07T17:45:18.350Z] Version: 1.5.11 [2022-04-07T17:45:18.350Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:45:18.350Z] runc: [2022-04-07T17:45:18.350Z] Version: 1.0.3 [2022-04-07T17:45:18.350Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-07T17:45:18.350Z] docker-init: [2022-04-07T17:45:18.350Z] Version: 0.19.0 [2022-04-07T17:45:18.350Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-07T17:45:18.639Z] + docker info [2022-04-07T17:45:29.075Z] Fetching without tags [2022-04-07T17:45:29.060Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:45:29.065Z] > git config --add remote.origin.fetch +refs/pull/43448/head:refs/remotes/origin/PR-43448 # timeout=10 [2022-04-07T17:45:29.069Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:45:29.076Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:45:29.084Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:45:29.084Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:29.085Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:45:29.344Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:45:29.896Z] Merge succeeded, producing 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:45:29.896Z] Checking out Revision 101dafd049949a4da65dcefd495828a6644e1ce1 (PR-43448) [2022-04-07T17:45:30.625Z] Commit message: "daemon/config: move proxy settings to "proxies" struct within daemon.json" [2022-04-07T17:45:29.353Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:45:29.360Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:45:29.870Z] > git remote # timeout=10 [2022-04-07T17:45:29.879Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T17:45:29.886Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:29.886Z] > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10 [2022-04-07T17:45:29.897Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-07T17:45:29.905Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:45:29.909Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-07T17:45:31.287Z] + docker version [2022-04-07T17:45:31.287Z] Client: Docker Engine - Community [2022-04-07T17:45:31.287Z] Version: 20.10.14 [2022-04-07T17:45:31.287Z] API version: 1.41 [2022-04-07T17:45:31.287Z] Go version: go1.16.15 [2022-04-07T17:45:31.287Z] Git commit: a224086 [2022-04-07T17:45:31.287Z] Built: Thu Mar 24 01:47:20 2022 [2022-04-07T17:45:31.287Z] OS/Arch: linux/arm64 [2022-04-07T17:45:31.287Z] Context: default [2022-04-07T17:45:31.287Z] Experimental: true [2022-04-07T17:45:31.287Z] [2022-04-07T17:45:31.287Z] Server: Docker Engine - Community [2022-04-07T17:45:31.287Z] Engine: [2022-04-07T17:45:31.287Z] Version: 20.10.14 [2022-04-07T17:45:31.287Z] API version: 1.41 (minimum version 1.12) [2022-04-07T17:45:31.287Z] Go version: go1.16.15 [2022-04-07T17:45:31.287Z] Git commit: 87a90dc [2022-04-07T17:45:31.287Z] Built: Thu Mar 24 01:45:39 2022 [2022-04-07T17:45:31.287Z] OS/Arch: linux/arm64 [2022-04-07T17:45:31.287Z] Experimental: true [2022-04-07T17:45:31.287Z] containerd: [2022-04-07T17:45:31.287Z] Version: 1.5.11 [2022-04-07T17:45:31.287Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:45:31.287Z] runc: [2022-04-07T17:45:31.287Z] Version: 1.0.3 [2022-04-07T17:45:31.287Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-07T17:45:31.287Z] docker-init: [2022-04-07T17:45:31.287Z] Version: 0.19.0 [2022-04-07T17:45:31.287Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-07T17:45:31.469Z] Still waiting to schedule task [2022-04-07T17:45:31.469Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-07T17:45:31.476Z] Still waiting to schedule task [2022-04-07T17:45:31.476Z] Waiting for next available executor on ‘azwin-2-166a80’ [2022-04-07T17:45:31.477Z] Still waiting to schedule task [2022-04-07T17:45:31.477Z] Waiting for next available executor on ‘azwin-2-3c9f60’ [2022-04-07T17:45:31.478Z] Still waiting to schedule task [2022-04-07T17:45:31.478Z] Waiting for next available executor on ‘azwin-2-3c9f60’ [2022-04-07T17:45:31.575Z] + docker info [2022-04-07T17:45:32.148Z] Client: [2022-04-07T17:45:32.148Z] Context: default [2022-04-07T17:45:32.148Z] Debug Mode: false [2022-04-07T17:45:32.148Z] Plugins: [2022-04-07T17:45:32.148Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-07T17:45:32.148Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-07T17:45:32.148Z] [2022-04-07T17:45:32.148Z] Server: [2022-04-07T17:45:32.148Z] Containers: 0 [2022-04-07T17:45:32.148Z] Running: 0 [2022-04-07T17:45:32.148Z] Paused: 0 [2022-04-07T17:45:32.148Z] Stopped: 0 [2022-04-07T17:45:32.148Z] Images: 2 [2022-04-07T17:45:32.148Z] Server Version: 20.10.14 [2022-04-07T17:45:32.148Z] Storage Driver: overlay2 [2022-04-07T17:45:32.148Z] Backing Filesystem: extfs [2022-04-07T17:45:32.148Z] Supports d_type: true [2022-04-07T17:45:32.148Z] Native Overlay Diff: true [2022-04-07T17:45:32.148Z] userxattr: false [2022-04-07T17:45:32.148Z] Logging Driver: json-file [2022-04-07T17:45:32.148Z] Cgroup Driver: cgroupfs [2022-04-07T17:45:32.148Z] Cgroup Version: 1 [2022-04-07T17:45:32.148Z] Plugins: [2022-04-07T17:45:32.148Z] Volume: local [2022-04-07T17:45:32.148Z] Network: bridge host ipvlan macvlan null overlay [2022-04-07T17:45:32.148Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-07T17:45:32.148Z] Swarm: inactive [2022-04-07T17:45:32.148Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-07T17:45:32.148Z] Default Runtime: runc [2022-04-07T17:45:32.148Z] Init Binary: docker-init [2022-04-07T17:45:32.148Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:45:32.148Z] runc version: v1.0.3-0-gf46b6ba [2022-04-07T17:45:32.148Z] init version: de40ad0 [2022-04-07T17:45:32.148Z] Security Options: [2022-04-07T17:45:32.148Z] apparmor [2022-04-07T17:45:32.148Z] seccomp [2022-04-07T17:45:32.148Z] Profile: default [2022-04-07T17:45:32.148Z] Kernel Version: 5.13.0-1021-aws [2022-04-07T17:45:32.148Z] Operating System: Ubuntu 20.04.4 LTS [2022-04-07T17:45:32.148Z] OSType: linux [2022-04-07T17:45:32.148Z] Architecture: aarch64 [2022-04-07T17:45:32.148Z] CPUs: 2 [2022-04-07T17:45:32.148Z] Total Memory: 7.578GiB [2022-04-07T17:45:32.148Z] Name: ip-10-100-55-141 [2022-04-07T17:45:32.148Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-04-07T17:45:32.148Z] Docker Root Dir: /var/lib/docker [2022-04-07T17:45:32.148Z] Debug Mode: false [2022-04-07T17:45:32.148Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:45:32.148Z] Labels: [2022-04-07T17:45:32.148Z] Experimental: true [2022-04-07T17:45:32.148Z] Insecure Registries: [2022-04-07T17:45:32.148Z] 127.0.0.0/8 [2022-04-07T17:45:32.148Z] Live Restore Enabled: true [2022-04-07T17:45:32.148Z] [Pipeline] sh [2022-04-07T17:45:32.337Z] Fetching without tags [2022-04-07T17:45:32.438Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:45:32.438Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:45:32.438Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43448/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-07T17:45:32.438Z] + bash /home/ubuntu/workspace/moby_PR-43448/check-config.sh [2022-04-07T17:45:32.438Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-07T17:45:32.438Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-04-07T17:45:32.438Z] [2022-04-07T17:45:32.438Z] Generally Necessary: [2022-04-07T17:45:32.438Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-07T17:45:32.438Z] - apparmor: enabled and tools installed [2022-04-07T17:45:32.438Z] - CONFIG_NAMESPACES: enabled [2022-04-07T17:45:32.438Z] - CONFIG_NET_NS: enabled [2022-04-07T17:45:32.438Z] - CONFIG_PID_NS: enabled [2022-04-07T17:45:32.438Z] - CONFIG_IPC_NS: enabled [2022-04-07T17:45:32.438Z] - CONFIG_UTS_NS: enabled [2022-04-07T17:45:32.438Z] - CONFIG_CGROUPS: enabled [2022-04-07T17:45:32.438Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-07T17:45:32.438Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-07T17:45:32.438Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-07T17:45:32.438Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-07T17:45:32.438Z] - CONFIG_CPUSETS: enabled [2022-04-07T17:45:32.438Z] - CONFIG_MEMCG: enabled [2022-04-07T17:45:32.438Z] - CONFIG_KEYS: enabled [2022-04-07T17:45:32.438Z] - CONFIG_VETH: enabled (as module) [2022-04-07T17:45:32.438Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-07T17:45:32.438Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-07T17:45:32.438Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-07T17:45:32.438Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-07T17:45:32.312Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:45:32.318Z] > git config --add remote.origin.fetch +refs/pull/43448/head:refs/remotes/origin/PR-43448 # timeout=10 [2022-04-07T17:45:32.324Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:45:32.332Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:45:32.339Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:45:32.339Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:32.340Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:45:32.520Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:45:32.524Z] > git config --add remote.origin.fetch +refs/pull/43448/head:refs/remotes/origin/PR-43448 # timeout=10 [2022-04-07T17:45:32.532Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:45:32.540Z] Fetching without tags [2022-04-07T17:45:32.584Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:45:32.700Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-07T17:45:32.700Z] - CONFIG_CGROUP_BPF: enabled [2022-04-07T17:45:32.700Z] [2022-04-07T17:45:32.700Z] Optional Features: [2022-04-07T17:45:32.700Z] - CONFIG_USER_NS: enabled [2022-04-07T17:45:32.700Z] - CONFIG_SECCOMP: enabled [2022-04-07T17:45:32.700Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-07T17:45:32.700Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-07T17:45:32.700Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-07T17:45:32.700Z] (cgroup swap accounting is currently enabled) [2022-04-07T17:45:32.700Z] - CONFIG_BLK_CGROUP: enabled [2022-04-07T17:45:32.700Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-07T17:45:32.700Z] - CONFIG_CGROUP_PERF: enabled [2022-04-07T17:45:32.700Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-07T17:45:32.700Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-07T17:45:32.700Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-07T17:45:32.700Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-07T17:45:32.700Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-07T17:45:32.700Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_IP_VS: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-07T17:45:32.700Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-07T17:45:32.700Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-07T17:45:32.700Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-07T17:45:32.700Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-07T17:45:32.700Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-07T17:45:32.700Z] - CONFIG_EXT4_FS: enabled [2022-04-07T17:45:32.700Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-07T17:45:32.700Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-07T17:45:32.700Z] - Network Drivers: [2022-04-07T17:45:32.700Z] - "overlay": [2022-04-07T17:45:32.761Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:45:32.961Z] - CONFIG_VXLAN: enabled (as module) [2022-04-07T17:45:32.961Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-07T17:45:32.961Z] Optional (for encrypted networks): [2022-04-07T17:45:32.961Z] - CONFIG_CRYPTO: enabled [2022-04-07T17:45:32.961Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-07T17:45:32.961Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-07T17:45:32.961Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-07T17:45:32.961Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-07T17:45:32.961Z] - CONFIG_XFRM: enabled [2022-04-07T17:45:32.961Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-07T17:45:32.961Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-07T17:45:32.961Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-07T17:45:32.961Z] - "ipvlan": [2022-04-07T17:45:32.961Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-07T17:45:32.961Z] - "macvlan": [2022-04-07T17:45:32.961Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-07T17:45:32.961Z] - CONFIG_DUMMY: enabled (as module) [2022-04-07T17:45:32.961Z] - "ftp,tftp client in container": [2022-04-07T17:45:32.961Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-07T17:45:32.961Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-07T17:45:32.961Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-07T17:45:32.961Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-07T17:45:32.961Z] - Storage Drivers: [2022-04-07T17:45:32.961Z] - "aufs": [2022-04-07T17:45:32.961Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-07T17:45:32.961Z] - "btrfs": [2022-04-07T17:45:32.961Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-07T17:45:32.961Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-07T17:45:32.961Z] - "devicemapper": [2022-04-07T17:45:32.961Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-07T17:45:32.961Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-07T17:45:32.961Z] - "overlay": [2022-04-07T17:45:32.961Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-07T17:45:32.961Z] - "zfs": [2022-04-07T17:45:32.961Z] - /dev/zfs: present [2022-04-07T17:45:32.961Z] - zfs command: missing [2022-04-07T17:45:32.961Z] - zpool command: missing [2022-04-07T17:45:32.961Z] [2022-04-07T17:45:32.961Z] Limits: [2022-04-07T17:45:32.961Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-07T17:45:32.961Z] [2022-04-07T17:45:32.961Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-07T17:45:33.128Z] Merge succeeded, producing 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:45:33.129Z] Checking out Revision 101dafd049949a4da65dcefd495828a6644e1ce1 (PR-43448) [2022-04-07T17:45:33.289Z] Commit message: "daemon/config: move proxy settings to "proxies" struct within daemon.json" [2022-04-07T17:45:33.292Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:101dafd049949a4da65dcefd495828a6644e1ce1 . [2022-04-07T17:45:33.310Z] Merge succeeded, producing 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:45:33.311Z] Checking out Revision 101dafd049949a4da65dcefd495828a6644e1ce1 (PR-43448) [2022-04-07T17:45:33.553Z] #1 [internal] load build definition from Dockerfile [2022-04-07T17:45:33.553Z] #1 sha256:6061f52f0e478f2eda099c3820855a019057924bf85b2c9e6589f5730222b3f8 [2022-04-07T17:45:33.553Z] #1 transferring dockerfile: 16.77kB done [2022-04-07T17:45:33.553Z] #1 DONE 0.0s [2022-04-07T17:45:33.553Z] [2022-04-07T17:45:33.553Z] #2 [internal] load .dockerignore [2022-04-07T17:45:33.553Z] #2 sha256:04d21063bc603a0bb5823e6647e2a252dc0cb9f64dc78c95a87cea6f9aeb8d3e [2022-04-07T17:45:33.553Z] #2 transferring context: 87B done [2022-04-07T17:45:33.553Z] #2 DONE 0.0s [2022-04-07T17:45:33.553Z] [2022-04-07T17:45:33.553Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-07T17:45:33.553Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-04-07T17:45:33.553Z] #3 DONE 0.2s [2022-04-07T17:45:33.553Z] [2022-04-07T17:45:33.553Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-07T17:45:33.553Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-04-07T17:45:33.553Z] #4 CACHED [2022-04-07T17:45:33.693Z] Commit message: "daemon/config: move proxy settings to "proxies" struct within daemon.json" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-07T17:45:33.814Z] [2022-04-07T17:45:33.814Z] #5 [internal] load .dockerignore [2022-04-07T17:45:33.814Z] #5 sha256:17e543493194f85b83be43d06f713ce7f78f1209065edc9f146543428a3262b0 [2022-04-07T17:45:33.814Z] #5 DONE 0.0s [2022-04-07T17:45:33.814Z] [2022-04-07T17:45:33.814Z] #6 [internal] load build definition from Dockerfile [2022-04-07T17:45:33.814Z] #6 sha256:0652cfe70188f11664bd75358957620bdcd24409181137ef0e418419e76155ec [2022-04-07T17:45:33.814Z] #6 DONE 0.0s [2022-04-07T17:45:33.814Z] [2022-04-07T17:45:33.814Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-07T17:45:33.814Z] #9 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-04-07T17:45:33.814Z] #9 DONE 0.1s [2022-04-07T17:45:33.814Z] [2022-04-07T17:45:33.814Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:45:33.814Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-07T17:45:34.051Z] + docker version [2022-04-07T17:45:34.051Z] Client: Docker Engine - Community [2022-04-07T17:45:34.051Z] Version: 20.10.14 [2022-04-07T17:45:34.051Z] API version: 1.41 [2022-04-07T17:45:34.051Z] Go version: go1.16.15 [2022-04-07T17:45:34.051Z] Git commit: a224086 [2022-04-07T17:45:34.051Z] Built: Thu Mar 24 01:48:02 2022 [2022-04-07T17:45:34.051Z] OS/Arch: linux/amd64 [2022-04-07T17:45:34.051Z] Context: default [2022-04-07T17:45:34.051Z] Experimental: true [2022-04-07T17:45:34.051Z] [2022-04-07T17:45:34.051Z] Server: Docker Engine - Community [2022-04-07T17:45:34.051Z] Engine: [2022-04-07T17:45:34.051Z] Version: 20.10.14 [2022-04-07T17:45:34.051Z] API version: 1.41 (minimum version 1.12) [2022-04-07T17:45:34.051Z] Go version: go1.16.15 [2022-04-07T17:45:34.051Z] Git commit: 87a90dc [2022-04-07T17:45:34.051Z] Built: Thu Mar 24 01:45:53 2022 [2022-04-07T17:45:34.051Z] OS/Arch: linux/amd64 [2022-04-07T17:45:34.051Z] Experimental: true [2022-04-07T17:45:34.051Z] containerd: [2022-04-07T17:45:34.051Z] Version: 1.5.11 [2022-04-07T17:45:34.051Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:45:34.051Z] runc: [2022-04-07T17:45:34.051Z] Version: 1.0.3 [2022-04-07T17:45:34.051Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-07T17:45:34.051Z] docker-init: [2022-04-07T17:45:34.051Z] Version: 0.19.0 [2022-04-07T17:45:34.051Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-07T17:45:34.074Z] #10 DONE 0.1s [2022-04-07T17:45:34.074Z] [2022-04-07T17:45:34.074Z] #7 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-04-07T17:45:34.074Z] #7 sha256:a5877c3f100471da3e18039e257d84857bbaefaba3464f3a20fd2ecb148300d3 [2022-04-07T17:45:34.074Z] #7 DONE 0.1s [2022-04-07T17:45:34.074Z] [2022-04-07T17:45:34.074Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:45:34.074Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-07T17:45:34.074Z] #8 DONE 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-07T17:45:32.586Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:45:32.591Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:45:33.104Z] > git remote # timeout=10 [2022-04-07T17:45:33.107Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T17:45:33.110Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:33.110Z] > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10 [2022-04-07T17:45:33.122Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-07T17:45:33.131Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:45:33.137Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:45:32.541Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:45:32.549Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:45:32.549Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:32.549Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:45:32.769Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:45:32.774Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:45:33.278Z] > git remote # timeout=10 [2022-04-07T17:45:33.288Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T17:45:33.296Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:45:33.296Z] > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10 [2022-04-07T17:45:33.310Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-07T17:45:33.319Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:45:33.324Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:45:34.337Z] [2022-04-07T17:45:34.337Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:34.337Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-07T17:45:34.337Z] #67 DONE 0.0s [2022-04-07T17:45:34.337Z] [2022-04-07T17:45:34.337Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:34.337Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-07T17:45:34.337Z] #69 DONE 0.0s [2022-04-07T17:45:34.337Z] [2022-04-07T17:45:34.337Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b [2022-04-07T17:45:34.337Z] #28 sha256:b18c2bb5757c591439ed1a5adb8d6793746fada8d637b4fa7af280079fc1464b [2022-04-07T17:45:34.337Z] #28 DONE 0.0s [2022-04-07T17:45:34.337Z] [2022-04-07T17:45:34.337Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:45:34.337Z] #11 sha256:821dd318adac62d3b50e45d4bcf8fae5b66437e26c52136c639fe6c28e5df3df [2022-04-07T17:45:34.337Z] #11 DONE 0.0s [2022-04-07T17:45:34.337Z] [2022-04-07T17:45:34.337Z] #24 [internal] load build context [2022-04-07T17:45:34.337Z] #24 sha256:7e24b92cbe6fc1ecb36bd90498ac05a9f11974343820014ffcc3345496531de1 [2022-04-07T17:45:34.342Z] + docker info [2022-04-07T17:45:34.534Z] + docker version [2022-04-07T17:45:34.534Z] Client: Docker Engine - Community [2022-04-07T17:45:34.534Z] Version: 20.10.14 [2022-04-07T17:45:34.534Z] API version: 1.41 [2022-04-07T17:45:34.534Z] Go version: go1.16.15 [2022-04-07T17:45:34.534Z] Git commit: a224086 [2022-04-07T17:45:34.534Z] Built: Thu Mar 24 01:47:57 2022 [2022-04-07T17:45:34.534Z] OS/Arch: linux/amd64 [2022-04-07T17:45:34.534Z] Context: default [2022-04-07T17:45:34.534Z] Experimental: true [2022-04-07T17:45:34.534Z] [2022-04-07T17:45:34.534Z] Server: Docker Engine - Community [2022-04-07T17:45:34.534Z] Engine: [2022-04-07T17:45:34.534Z] Version: 20.10.14 [2022-04-07T17:45:34.534Z] API version: 1.41 (minimum version 1.12) [2022-04-07T17:45:34.534Z] Go version: go1.16.15 [2022-04-07T17:45:34.534Z] Git commit: 87a90dc [2022-04-07T17:45:34.534Z] Built: Thu Mar 24 01:45:46 2022 [2022-04-07T17:45:34.534Z] OS/Arch: linux/amd64 [2022-04-07T17:45:34.534Z] Experimental: true [2022-04-07T17:45:34.534Z] containerd: [2022-04-07T17:45:34.534Z] Version: 1.5.11 [2022-04-07T17:45:34.534Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:45:34.534Z] runc: [2022-04-07T17:45:34.534Z] Version: 1.0.3 [2022-04-07T17:45:34.534Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-07T17:45:34.534Z] docker-init: [2022-04-07T17:45:34.534Z] Version: 0.19.0 [2022-04-07T17:45:34.534Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-07T17:45:34.828Z] + docker info [2022-04-07T17:45:34.913Z] #24 ... [2022-04-07T17:45:34.913Z] [2022-04-07T17:45:34.913Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-07T17:45:34.913Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-07T17:45:34.913Z] #45 DONE 0.4s [2022-04-07T17:45:34.913Z] [2022-04-07T17:45:34.913Z] #24 [internal] load build context [2022-04-07T17:45:34.913Z] #24 sha256:7e24b92cbe6fc1ecb36bd90498ac05a9f11974343820014ffcc3345496531de1 [2022-04-07T17:45:35.282Z] Client: [2022-04-07T17:45:35.282Z] Context: default [2022-04-07T17:45:35.282Z] Debug Mode: false [2022-04-07T17:45:35.282Z] Plugins: [2022-04-07T17:45:35.282Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-07T17:45:35.282Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-07T17:45:35.282Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-07T17:45:35.282Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-07T17:45:35.282Z] [2022-04-07T17:45:35.282Z] Server: [2022-04-07T17:45:35.282Z] Containers: 0 [2022-04-07T17:45:35.282Z] Running: 0 [2022-04-07T17:45:35.282Z] Paused: 0 [2022-04-07T17:45:35.282Z] Stopped: 0 [2022-04-07T17:45:35.282Z] Images: 2 [2022-04-07T17:45:35.282Z] Server Version: 20.10.14 [2022-04-07T17:45:35.282Z] Storage Driver: overlay2 [2022-04-07T17:45:35.282Z] Backing Filesystem: extfs [2022-04-07T17:45:35.282Z] Supports d_type: true [2022-04-07T17:45:35.282Z] Native Overlay Diff: true [2022-04-07T17:45:35.282Z] userxattr: false [2022-04-07T17:45:35.282Z] Logging Driver: json-file [2022-04-07T17:45:35.282Z] Cgroup Driver: systemd [2022-04-07T17:45:35.282Z] Cgroup Version: 2 [2022-04-07T17:45:35.282Z] Plugins: [2022-04-07T17:45:35.282Z] Volume: local [2022-04-07T17:45:35.282Z] Network: bridge host ipvlan macvlan null overlay [2022-04-07T17:45:35.282Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-07T17:45:35.282Z] Swarm: inactive [2022-04-07T17:45:35.282Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-07T17:45:35.282Z] Default Runtime: runc [2022-04-07T17:45:35.282Z] Init Binary: docker-init [2022-04-07T17:45:35.282Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:45:35.282Z] runc version: v1.0.3-0-gf46b6ba [2022-04-07T17:45:35.282Z] init version: de40ad0 [2022-04-07T17:45:35.282Z] Security Options: [2022-04-07T17:45:35.282Z] apparmor [2022-04-07T17:45:35.282Z] seccomp [2022-04-07T17:45:35.282Z] Profile: default [2022-04-07T17:45:35.282Z] cgroupns [2022-04-07T17:45:35.282Z] Kernel Version: 5.13.0-1021-aws [2022-04-07T17:45:35.282Z] Operating System: Ubuntu 20.04.4 LTS [2022-04-07T17:45:35.282Z] OSType: linux [2022-04-07T17:45:35.282Z] Architecture: x86_64 [2022-04-07T17:45:35.282Z] CPUs: 2 [2022-04-07T17:45:35.282Z] Total Memory: 7.559GiB [2022-04-07T17:45:35.282Z] Name: ip-10-100-35-221 [2022-04-07T17:45:35.282Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-04-07T17:45:35.282Z] Docker Root Dir: /var/lib/docker [2022-04-07T17:45:35.282Z] Debug Mode: false [2022-04-07T17:45:35.282Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:45:35.282Z] Labels: [2022-04-07T17:45:35.282Z] Experimental: true [2022-04-07T17:45:35.282Z] Insecure Registries: [2022-04-07T17:45:35.282Z] 127.0.0.0/8 [2022-04-07T17:45:35.282Z] Live Restore Enabled: true [2022-04-07T17:45:35.282Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-07T17:45:35.488Z] #24 transferring context: 60.71MB 1.1s done [2022-04-07T17:45:35.619Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:101dafd049949a4da65dcefd495828a6644e1ce1 . [2022-04-07T17:45:35.619Z] #1 [internal] load build definition from Dockerfile [2022-04-07T17:45:35.619Z] #1 sha256:77c9eeda29bf9eaa355513ebf36254d40c04d7cdae3b0316cd68d87952e37e34 [2022-04-07T17:45:35.619Z] #1 transferring dockerfile: 16.77kB done [2022-04-07T17:45:35.619Z] #1 DONE 0.0s [2022-04-07T17:45:35.619Z] [2022-04-07T17:45:35.619Z] #2 [internal] load .dockerignore [2022-04-07T17:45:35.619Z] #2 sha256:f09f18ea165f0f280a7ae0e3941de862e2cb9afb7a8b5e25ab55f2e6658fa005 [2022-04-07T17:45:35.619Z] #2 transferring context: 87B done [2022-04-07T17:45:35.619Z] #2 DONE 0.0s [2022-04-07T17:45:35.619Z] [2022-04-07T17:45:35.619Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-07T17:45:35.619Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-07T17:45:35.751Z] #24 DONE 1.3s [2022-04-07T17:45:35.751Z] [2022-04-07T17:45:35.751Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-07T17:45:35.751Z] #42 sha256:71deccea281ece6a81d34bfe0fa4856a781777b8933d42b4ce4e8d317ef89c92 [2022-04-07T17:45:35.751Z] #42 CACHED [2022-04-07T17:45:35.751Z] [2022-04-07T17:45:35.751Z] #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-04-07T17:45:35.751Z] #31 sha256:f6e82f97996f670fc6c6bd2d989b080d3b627dff3e92fbdf9a2e7685ca1a8f74 [2022-04-07T17:45:35.751Z] #31 CACHED [2022-04-07T17:45:35.751Z] [2022-04-07T17:45:35.751Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-07T17:45:35.751Z] #62 sha256:3aea8d037a6da4b482148d5fe6d76f9a9b54a817d65846642e0d2607261bb100 [2022-04-07T17:45:35.751Z] #62 CACHED [2022-04-07T17:45:35.751Z] [2022-04-07T17:45:35.751Z] #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-04-07T17:45:35.751Z] #47 sha256:86488d500ae5b4d4ca7db1ec504ba90e7dd4d2e27313b1bd2926c0289626d62a [2022-04-07T17:45:35.751Z] #47 CACHED [2022-04-07T17:45:35.751Z] [2022-04-07T17:45:35.752Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-07T17:45:35.752Z] #63 sha256:90a767fab29bbfe55321cb4c9e674a3b654073b9dcfad3e50eacc4cc4c62069c [2022-04-07T17:45:35.752Z] #63 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #34 sha256:7763ce4629bba509a33af3c2087f7b8c014ced12a4f10dbd5a506889f5dda71b [2022-04-07T17:45:35.752Z] #34 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.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-04-07T17:45:35.752Z] #60 sha256:325f376a7ab63aae29b6dfcd854994aae9acdd6e3656cbdfb900be38c205c8b3 [2022-04-07T17:45:35.752Z] #60 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-07T17:45:35.752Z] #65 sha256:24baabc5793588918edfd2f9a4ec2e3047bbac773c7107a1d62d29f60882e1bd [2022-04-07T17:45:35.752Z] #65 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #41 sha256:6467e2f6b975ea8b6eedbebb24b09a44dc2653851470eca57582664a56164480 [2022-04-07T17:45:35.752Z] #41 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #36 sha256:451b4c28c812a15d55a897b7b6649d1f38241c344b78ce98e64cec0582ec2b73 [2022-04-07T17:45:35.752Z] #36 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #51 sha256:efcc521021fc043d802f70b18e8bb4f34358af830b039dc3ceeb7f0b876dfa65 [2022-04-07T17:45:35.752Z] #51 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-07T17:45:35.752Z] #59 sha256:9e54bb621e7085a7411ea6b799f1529148c1ea6df1d461b05e92f1c34089ef0a [2022-04-07T17:45:35.752Z] #59 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #44 sha256:70efeb753775029236c284ec751a95575e59b1d82088112fb22356a64f6e0c35 [2022-04-07T17:45:35.752Z] #44 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #49 sha256:fd14cce12a964c71c8e91ab902f9cb67468b328161fd64de7a6c81a0fe7fb6fb [2022-04-07T17:45:35.752Z] #49 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-07T17:45:35.752Z] #33 sha256:7a3831269ef1bc9e8a604acbe2580472c9ef6cb4cdd75b67f3d6ff04b9945a91 [2022-04-07T17:45:35.752Z] #33 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-07T17:45:35.752Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-04-07T17:45:35.752Z] #70 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #66 sha256:a5c9c00004ed77d44d3e9ed3f5b421c37c3304599841834d0f86c8a70d0a1e5d [2022-04-07T17:45:35.752Z] #66 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-04-07T17:45:35.752Z] #20 sha256:5a8c31154e500b5615b57615f3ffbdf6dd4f1e1a7401c1e6e3ee0578c1290a6f [2022-04-07T17:45:35.752Z] #20 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #38 sha256:64dfe0465eebb38f306e1b5d8220a891c25743ac4c598544bcb8a01744a31f71 [2022-04-07T17:45:35.752Z] #38 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-07T17:45:35.752Z] #39 sha256:13afcfb4711579ebef6bf6afe1155b1e08bc546e8e0b419ec83a886a101f849a [2022-04-07T17:45:35.752Z] #39 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #54 sha256:fd6a1e23a5d53aeb98d0ff010632ef8fa55b6871cead4ba7f26d8365cc079ce2 [2022-04-07T17:45:35.752Z] #54 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-07T17:45:35.752Z] #27 sha256:9b0f415e36a81202cf4e087e36bcba93e8d768d0451d5a721d541d698ce66ed6 [2022-04-07T17:45:35.752Z] #27 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-07T17:45:35.752Z] #12 sha256:52f52b1ea455d9b9fdff1c7f4aab5e5c7b0a607b5497cca4ea010667608a011e [2022-04-07T17:45:35.752Z] #12 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #50 sha256:f9a6b915f5a6ff50ae46142e332f3640f47d1ba3de63a6e359101050251d7c1b [2022-04-07T17:45:35.752Z] #50 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #13 sha256:8a189b7d42e1a867b9468351efe4b88f40d2169cc9da87dea04e4811fb07628a [2022-04-07T17:45:35.752Z] #13 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-07T17:45:35.752Z] #17 sha256:51cbd289ca910f7bf900b931a587d5e08b805f60e9d8f6dddfd24bbd72287e3e [2022-04-07T17:45:35.752Z] #17 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #26 sha256:5caa03f9d98e8b10cd3a2f7e495760f934c744474c99826a28dafb3a36161a7f [2022-04-07T17:45:35.752Z] #26 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #16 sha256:a9103454622668d833d5369e6fe697d89fe266aeb582eab660cc915ae170b8ed [2022-04-07T17:45:35.752Z] #16 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #48 sha256:31069f14882ca0401c9d896eecea2cb10c52c0a9df29cdc41f76a48d792ae74d [2022-04-07T17:45:35.752Z] #48 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #71 sha256:fdffa34fd80e8816f91190c6ed5f57e6e26b321ddb4fce248c5c67dc89b3702c [2022-04-07T17:45:35.752Z] #71 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #46 sha256:9258906a48a3dde2502b27fcffcfff18c628c12b27adf73a0cfba96dadf42a6f [2022-04-07T17:45:35.752Z] #46 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-07T17:45:35.752Z] #19 sha256:5b2b505e8d3149a5016604828a9f2bb8e0c426b6aa3d4f3e417f8cc9b880318c [2022-04-07T17:45:35.752Z] #19 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-07T17:45:35.752Z] #55 sha256:632617c499f7fe0d2542b075cf8037fa23c130148de5b227394792d50b9f0059 [2022-04-07T17:45:35.752Z] #55 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #61 sha256:2d655810fa7ed2eeb076a74ce142393cfac0705288bbfd323c541b193ee1e3a9 [2022-04-07T17:45:35.752Z] #61 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-07T17:45:35.752Z] #30 sha256:cce149a224d6f10745cdea9df52b18bf16fad5baa9784d05d42824ca0d5ccf40 [2022-04-07T17:45:35.752Z] #30 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #37 sha256:c97f7d1278af2acdb312568d825c3dbb556c6f068347f28c42617178a83f6532 [2022-04-07T17:45:35.752Z] #37 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-07T17:45:35.752Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-04-07T17:45:35.752Z] #68 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #56 sha256:fb2fe3f70e91b229f66a6c03e051aa1e33b75985d79298bd48274b8d9ea204be [2022-04-07T17:45:35.752Z] #56 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #29 sha256:38c1e2109393f93dbc0ddaca0767649883962b512a727012b80871e1621dfde2 [2022-04-07T17:45:35.752Z] #29 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #52 sha256:9ffd88ce6a0d0818a8db689cb1967d5051c75b159bfcd307051ffeb80d505f01 [2022-04-07T17:45:35.752Z] #52 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #58 sha256:218fec07d531bd530d9c2b8d3a2c6219c58caace39bb0bce2d30a23c2d7ddd2e [2022-04-07T17:45:35.752Z] #58 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-07T17:45:35.752Z] #64 sha256:675934e5eabb5dc96202fa3f797818700a337a7123571c62a77efd208f522b9a [2022-04-07T17:45:35.752Z] #64 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #53 sha256:35588312ca7c1895763b1b71432b8f609509d3f607a4341c6035294c503aba72 [2022-04-07T17:45:35.752Z] #53 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-07T17:45:35.752Z] #25 sha256:089cfcd2395f9a189ef9e46794afb716063ded3e540c308d57f4eef64507df89 [2022-04-07T17:45:35.752Z] #25 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #43 sha256:eb492eaed94744c0d63425c5fa4121455be86d4749559f4ec75b883bab7f52c8 [2022-04-07T17:45:35.752Z] #43 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #40 sha256:ab9d74d854de48be2a71b55b61c54235d27cfd75178d4356ca2da7d754e51217 [2022-04-07T17:45:35.752Z] #40 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #35 sha256:01c2df77d89a92676bb04ef6345b316e928497a3b086c4f1b63cfbce5a6de60c [2022-04-07T17:45:35.752Z] #35 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-07T17:45:35.752Z] #23 sha256:4b525b27a55af2a099fbf0ed6b7778f549f553024312cef51c0fca996657e770 [2022-04-07T17:45:35.752Z] #23 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-07T17:45:35.752Z] #32 sha256:2eb6a4b4fac8bc0612e6b0b7bb4a7b7e35555419d34f5a3598759931b65cc953 [2022-04-07T17:45:35.752Z] #32 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #22 sha256:52a63c3da348d38d50e3682e847d60f9ad14a5f902f70f1011cf698f3f633cce [2022-04-07T17:45:35.752Z] #22 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-07T17:45:35.752Z] #57 sha256:1e0679df72df913e3405f022ba9ad456f7ed837e0b4421a9287c689440e9bb0f [2022-04-07T17:45:35.752Z] #57 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-07T17:45:35.752Z] #18 sha256:632440af4e11af470ff6b2bfa392b06f5832cf7a02bc3ddba94941318f28b87e [2022-04-07T17:45:35.752Z] #18 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #14 sha256:79793d6da7f19704b4315e269bd8f536fa7d807324b859c156c94b17688917ef [2022-04-07T17:45:35.752Z] #14 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #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-04-07T17:45:35.752Z] #21 sha256:590ce7eb1ea04daae715db75e58f68171abcca0e6b60e5594fdd2bf78ff6794b [2022-04-07T17:45:35.752Z] #21 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-07T17:45:35.752Z] #15 sha256:ce15929efe837e3b3b9cf29754421f817e0cd7d34e16af556bfe472e1d802534 [2022-04-07T17:45:35.752Z] #15 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-07T17:45:35.752Z] #72 sha256:e27a082524353ec74276ebced15d0f71167a9b4fb87f0e89a179cdad8c710a61 [2022-04-07T17:45:35.752Z] #72 CACHED [2022-04-07T17:45:35.752Z] [2022-04-07T17:45:35.752Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-07T17:45:35.752Z] #73 sha256:442395003374168bf70e2bc417db2303d5023c09f126ac427839771fe7df3764 [2022-04-07T17:45:35.769Z] Client: [2022-04-07T17:45:35.769Z] Context: default [2022-04-07T17:45:35.769Z] Debug Mode: false [2022-04-07T17:45:35.769Z] Plugins: [2022-04-07T17:45:35.769Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-07T17:45:35.769Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-07T17:45:35.769Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-07T17:45:35.769Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-07T17:45:35.769Z] [2022-04-07T17:45:35.769Z] Server: [2022-04-07T17:45:35.769Z] Containers: 0 [2022-04-07T17:45:35.769Z] Running: 0 [2022-04-07T17:45:35.769Z] Paused: 0 [2022-04-07T17:45:35.769Z] Stopped: 0 [2022-04-07T17:45:35.769Z] Images: 2 [2022-04-07T17:45:35.769Z] Server Version: 20.10.14 [2022-04-07T17:45:35.769Z] Storage Driver: overlay2 [2022-04-07T17:45:35.769Z] Backing Filesystem: extfs [2022-04-07T17:45:35.769Z] Supports d_type: true [2022-04-07T17:45:35.769Z] Native Overlay Diff: true [2022-04-07T17:45:35.769Z] userxattr: false [2022-04-07T17:45:35.769Z] Logging Driver: json-file [2022-04-07T17:45:35.769Z] Cgroup Driver: cgroupfs [2022-04-07T17:45:35.769Z] Cgroup Version: 1 [2022-04-07T17:45:35.769Z] Plugins: [2022-04-07T17:45:35.769Z] Volume: local [2022-04-07T17:45:35.769Z] Network: bridge host ipvlan macvlan null overlay [2022-04-07T17:45:35.769Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-07T17:45:35.769Z] Swarm: inactive [2022-04-07T17:45:35.769Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-04-07T17:45:35.769Z] Default Runtime: runc [2022-04-07T17:45:35.769Z] Init Binary: docker-init [2022-04-07T17:45:35.769Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:45:35.769Z] runc version: v1.0.3-0-gf46b6ba [2022-04-07T17:45:35.769Z] init version: de40ad0 [2022-04-07T17:45:35.769Z] Security Options: [2022-04-07T17:45:35.769Z] apparmor [2022-04-07T17:45:35.769Z] seccomp [2022-04-07T17:45:35.769Z] Profile: default [2022-04-07T17:45:35.769Z] Kernel Version: 5.4.0-1071-aws [2022-04-07T17:45:35.769Z] Operating System: Ubuntu 18.04.6 LTS [2022-04-07T17:45:35.769Z] OSType: linux [2022-04-07T17:45:35.769Z] Architecture: x86_64 [2022-04-07T17:45:35.769Z] CPUs: 2 [2022-04-07T17:45:35.769Z] Total Memory: 7.565GiB [2022-04-07T17:45:35.769Z] Name: ip-10-100-41-99 [2022-04-07T17:45:35.769Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-04-07T17:45:35.769Z] Docker Root Dir: /var/lib/docker [2022-04-07T17:45:35.769Z] Debug Mode: false [2022-04-07T17:45:35.769Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:45:35.769Z] Labels: [2022-04-07T17:45:35.769Z] Experimental: true [2022-04-07T17:45:35.769Z] Insecure Registries: [2022-04-07T17:45:35.769Z] 127.0.0.0/8 [2022-04-07T17:45:35.769Z] Live Restore Enabled: true [2022-04-07T17:45:35.769Z] [2022-04-07T17:45:35.769Z] WARNING: No swap limit support [Pipeline] sh [2022-04-07T17:45:35.880Z] #3 DONE 0.2s [2022-04-07T17:45:36.057Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:45:36.057Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:45:36.057Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43448/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-07T17:45:36.057Z] + bash /home/ubuntu/workspace/moby_PR-43448/check-config.sh [2022-04-07T17:45:36.057Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-07T17:45:36.057Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-04-07T17:45:36.057Z] [2022-04-07T17:45:36.057Z] Generally Necessary: [2022-04-07T17:45:36.057Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-07T17:45:36.057Z] - apparmor: enabled and tools installed [2022-04-07T17:45:36.057Z] - CONFIG_NAMESPACES: enabled [2022-04-07T17:45:36.057Z] - CONFIG_NET_NS: enabled [2022-04-07T17:45:36.057Z] - CONFIG_PID_NS: enabled [2022-04-07T17:45:36.057Z] - CONFIG_IPC_NS: enabled [2022-04-07T17:45:36.057Z] - CONFIG_UTS_NS: enabled [2022-04-07T17:45:36.057Z] - CONFIG_CGROUPS: enabled [2022-04-07T17:45:36.057Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-07T17:45:36.057Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-07T17:45:36.057Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-07T17:45:36.057Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-07T17:45:36.057Z] - CONFIG_CPUSETS: enabled [2022-04-07T17:45:36.057Z] - CONFIG_MEMCG: enabled [2022-04-07T17:45:36.057Z] - CONFIG_KEYS: enabled [2022-04-07T17:45:36.057Z] - CONFIG_VETH: enabled (as module) [2022-04-07T17:45:36.057Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-07T17:45:36.057Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-07T17:45:36.057Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-07T17:45:36.057Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-07T17:45:36.057Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-07T17:45:36.058Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-07T17:45:36.058Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-07T17:45:36.058Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-07T17:45:36.058Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-07T17:45:36.058Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-07T17:45:36.058Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-07T17:45:36.058Z] - CONFIG_CGROUP_BPF: enabled [2022-04-07T17:45:36.058Z] [2022-04-07T17:45:36.058Z] Optional Features: [2022-04-07T17:45:36.058Z] - CONFIG_USER_NS: enabled [2022-04-07T17:45:36.058Z] - CONFIG_SECCOMP: enabled [2022-04-07T17:45:36.058Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-07T17:45:36.058Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-07T17:45:36.058Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-07T17:45:36.058Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-04-07T17:45:36.058Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-04-07T17:45:36.058Z] - CONFIG_BLK_CGROUP: enabled [2022-04-07T17:45:36.058Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-07T17:45:36.141Z] [2022-04-07T17:45:36.141Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-07T17:45:36.141Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-07T17:45:36.141Z] #4 CACHED [2022-04-07T17:45:36.141Z] [2022-04-07T17:45:36.141Z] #5 [internal] load .dockerignore [2022-04-07T17:45:36.141Z] #5 sha256:b189b3902370917122bac39be502aaf135516ba8ac6abf90129c355d05f20a00 [2022-04-07T17:45:36.141Z] #5 DONE 0.0s [2022-04-07T17:45:36.141Z] [2022-04-07T17:45:36.141Z] #6 [internal] load build definition from Dockerfile [2022-04-07T17:45:36.141Z] #6 sha256:9a0f22e6b6310a6e26b73f2f62adfa8647b693ae317851d21a1c37832c3d25ce [2022-04-07T17:45:36.141Z] #6 DONE 0.0s [2022-04-07T17:45:36.141Z] [2022-04-07T17:45:36.141Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:45:36.141Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-07T17:45:36.141Z] #8 DONE 0.1s [2022-04-07T17:45:36.141Z] [2022-04-07T17:45:36.141Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-07T17:45:36.141Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-07T17:45:36.141Z] #7 DONE 0.1s [2022-04-07T17:45:36.141Z] [2022-04-07T17:45:36.141Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:45:36.141Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-07T17:45:36.141Z] #9 DONE 0.1s [2022-04-07T17:45:36.141Z] [2022-04-07T17:45:36.141Z] #10 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-04-07T17:45:36.141Z] #10 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-04-07T17:45:36.318Z] - CONFIG_CGROUP_PERF: enabled [2022-04-07T17:45:36.319Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-07T17:45:36.319Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-07T17:45:36.319Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-07T17:45:36.319Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-07T17:45:36.319Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-07T17:45:36.319Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_IP_VS: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-07T17:45:36.319Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-07T17:45:36.319Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-07T17:45:36.319Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-07T17:45:36.319Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-07T17:45:36.319Z] - CONFIG_EXT4_FS: enabled [2022-04-07T17:45:36.319Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-07T17:45:36.319Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-07T17:45:36.319Z] - Network Drivers: [2022-04-07T17:45:36.319Z] - "overlay": [2022-04-07T17:45:36.319Z] - CONFIG_VXLAN: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-07T17:45:36.319Z] Optional (for encrypted networks): [2022-04-07T17:45:36.319Z] - CONFIG_CRYPTO: enabled [2022-04-07T17:45:36.319Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-07T17:45:36.319Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-07T17:45:36.319Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-07T17:45:36.319Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-07T17:45:36.319Z] - CONFIG_XFRM: enabled [2022-04-07T17:45:36.319Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-07T17:45:36.319Z] - "ipvlan": [2022-04-07T17:45:36.319Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-07T17:45:36.319Z] - "macvlan": [2022-04-07T17:45:36.319Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_DUMMY: enabled (as module) [2022-04-07T17:45:36.319Z] - "ftp,tftp client in container": [2022-04-07T17:45:36.319Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-07T17:45:36.319Z] - Storage Drivers: [2022-04-07T17:45:36.319Z] - "aufs": [2022-04-07T17:45:36.319Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-07T17:45:36.319Z] - "btrfs": [2022-04-07T17:45:36.319Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-07T17:45:36.319Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-07T17:45:36.319Z] - "devicemapper": [2022-04-07T17:45:36.319Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-07T17:45:36.319Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-07T17:45:36.319Z] - "overlay": [2022-04-07T17:45:36.319Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-07T17:45:36.319Z] - "zfs": [2022-04-07T17:45:36.319Z] - /dev/zfs: present [2022-04-07T17:45:36.319Z] - zfs command: missing [2022-04-07T17:45:36.319Z] - zpool command: missing [2022-04-07T17:45:36.319Z] [2022-04-07T17:45:36.319Z] Limits: [2022-04-07T17:45:36.319Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-07T17:45:36.319Z] [2022-04-07T17:45:36.319Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-07T17:45:36.402Z] #10 DONE 0.1s [2022-04-07T17:45:36.663Z] + sudo modprobe ip_vs [2022-04-07T17:45:36.663Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:101dafd049949a4da65dcefd495828a6644e1ce1 . [2022-04-07T17:45:36.676Z] [2022-04-07T17:45:36.676Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:36.676Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-07T17:45:36.676Z] #69 DONE 0.0s [2022-04-07T17:45:36.676Z] [2022-04-07T17:45:36.676Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:45:36.676Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:45:36.676Z] #11 DONE 0.0s [2022-04-07T17:45:36.676Z] [2022-04-07T17:45:36.676Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:36.677Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-07T17:45:36.677Z] #67 DONE 0.0s [2022-04-07T17:45:36.677Z] [2022-04-07T17:45:36.677Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b [2022-04-07T17:45:36.677Z] #28 sha256:e6ab8fc656634672d1045f89cdce4808786aeae1e5d9ef8a29fb960faf311af9 [2022-04-07T17:45:36.677Z] #28 DONE 0.0s [2022-04-07T17:45:36.677Z] [2022-04-07T17:45:36.677Z] #24 [internal] load build context [2022-04-07T17:45:36.677Z] #24 sha256:42c84e9a8c21750c78f1266726f5c17b28a77a6d359e631fae9ece22de0ee61d [2022-04-07T17:45:36.693Z] #73 DONE 0.9s [2022-04-07T17:45:36.693Z] [2022-04-07T17:45:36.693Z] #74 exporting to image [2022-04-07T17:45:36.693Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-07T17:45:36.693Z] #74 exporting layers [2022-04-07T17:45:36.924Z] #1 [internal] load build definition from Dockerfile [2022-04-07T17:45:36.924Z] #1 sha256:280cf2b769d1818104629502bbf18e2dea5e27b6dc453ecfba66a42c69910e5b [2022-04-07T17:45:36.924Z] #1 transferring dockerfile: 16.77kB done [2022-04-07T17:45:36.924Z] #1 DONE 0.0s [2022-04-07T17:45:36.924Z] [2022-04-07T17:45:36.924Z] #2 [internal] load .dockerignore [2022-04-07T17:45:36.924Z] #2 sha256:96f2fce07d4c446fdfdc418227272c63484a49e3acae531a0012fe4f9124269c [2022-04-07T17:45:36.924Z] #2 transferring context: 87B done [2022-04-07T17:45:36.924Z] #2 DONE 0.0s [2022-04-07T17:45:36.924Z] [2022-04-07T17:45:36.924Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-07T17:45:36.924Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-07T17:45:36.938Z] #24 ... [2022-04-07T17:45:36.938Z] [2022-04-07T17:45:36.938Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-07T17:45:36.938Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-07T17:45:36.938Z] #45 DONE 0.4s [2022-04-07T17:45:36.938Z] [2022-04-07T17:45:36.938Z] #24 [internal] load build context [2022-04-07T17:45:36.938Z] #24 sha256:42c84e9a8c21750c78f1266726f5c17b28a77a6d359e631fae9ece22de0ee61d [2022-04-07T17:45:37.185Z] #3 DONE 0.1s [2022-04-07T17:45:37.185Z] [2022-04-07T17:45:37.185Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-07T17:45:37.185Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-07T17:45:37.185Z] #4 CACHED [2022-04-07T17:45:37.446Z] [2022-04-07T17:45:37.446Z] #6 [internal] load build definition from Dockerfile [2022-04-07T17:45:37.446Z] #6 sha256:0d10544bcd12dd1be4b90b2cad3101b0876dfeafbbb86b00ed6f8bb086cd47ec [2022-04-07T17:45:37.446Z] #6 DONE 0.0s [2022-04-07T17:45:37.446Z] [2022-04-07T17:45:37.446Z] #5 [internal] load .dockerignore [2022-04-07T17:45:37.446Z] #5 sha256:c1509779eae8bed964756591964533701fb0c051df3e08ef63e4e4d2ab528129 [2022-04-07T17:45:37.446Z] #5 DONE 0.0s [2022-04-07T17:45:37.446Z] [2022-04-07T17:45:37.446Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:45:37.446Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-07T17:45:37.446Z] #8 DONE 0.1s [2022-04-07T17:45:37.446Z] [2022-04-07T17:45:37.446Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:45:37.446Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-07T17:45:37.446Z] #10 DONE 0.1s [2022-04-07T17:45:37.446Z] [2022-04-07T17:45:37.446Z] #7 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-04-07T17:45:37.446Z] #7 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-04-07T17:45:37.446Z] #7 DONE 0.1s [2022-04-07T17:45:37.446Z] [2022-04-07T17:45:37.446Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-07T17:45:37.446Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-07T17:45:37.446Z] #9 DONE 0.1s [2022-04-07T17:45:37.636Z] #74 exporting layers 0.9s done [2022-04-07T17:45:37.636Z] #74 writing image sha256:937026a77d8dc6be54c4ced89181363ba603f2dc7b7dfa802bd8d9ea1dbedda9 done [2022-04-07T17:45:37.636Z] #74 naming to docker.io/library/docker:101dafd049949a4da65dcefd495828a6644e1ce1 done [2022-04-07T17:45:37.636Z] #74 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-04-07T17:45:37.708Z] [2022-04-07T17:45:37.709Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:37.709Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-07T17:45:37.709Z] #69 DONE 0.0s [2022-04-07T17:45:37.709Z] [2022-04-07T17:45:37.709Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:37.709Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-07T17:45:37.709Z] #67 DONE 0.0s [2022-04-07T17:45:37.709Z] [2022-04-07T17:45:37.709Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:45:37.709Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:45:37.709Z] #11 DONE 0.0s [2022-04-07T17:45:37.709Z] [2022-04-07T17:45:37.709Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b [2022-04-07T17:45:37.709Z] #28 sha256:e6ab8fc656634672d1045f89cdce4808786aeae1e5d9ef8a29fb960faf311af9 [2022-04-07T17:45:37.709Z] #28 DONE 0.0s [2022-04-07T17:45:37.709Z] [2022-04-07T17:45:37.709Z] #24 [internal] load build context [2022-04-07T17:45:37.709Z] #24 sha256:6caef84ed1e9458aeb94a149af24a7fe9c8b7cf5479610bc1cd147a4a007a695 [2022-04-07T17:45:37.972Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-04-07T17:45:38.268Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/test/unit [2022-04-07T17:45:38.293Z] #24 ... [2022-04-07T17:45:38.293Z] [2022-04-07T17:45:38.293Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-07T17:45:38.293Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-07T17:45:38.293Z] #45 DONE 0.4s [2022-04-07T17:45:38.293Z] [2022-04-07T17:45:38.293Z] #24 [internal] load build context [2022-04-07T17:45:38.293Z] #24 sha256:6caef84ed1e9458aeb94a149af24a7fe9c8b7cf5479610bc1cd147a4a007a695 [2022-04-07T17:45:38.339Z] #24 transferring context: 60.70MB 1.7s done [2022-04-07T17:45:38.339Z] #24 DONE 1.9s [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-07T17:45:38.339Z] #32 sha256:3a477c7286ed72e7dc181f3aa21f3f2b6161a9da7e18522604a034759001a13b [2022-04-07T17:45:38.339Z] #32 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-07T17:45:38.339Z] #66 sha256:bf94d13cc02fd8ab0ddb4a55e1a0a84c4b7e7b8c40dc95bacac1982757abc15b [2022-04-07T17:45:38.339Z] #66 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #21 sha256:bbd3da44f501c0c4bfde927c34f1f28bcc70d1163e7604f83f81734ace90d873 [2022-04-07T17:45:38.339Z] #21 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-07T17:45:38.339Z] #71 sha256:46c071773413b6a51120e2474389e3d8c7bd196f74fd805c16d3b63b2b21dbd3 [2022-04-07T17:45:38.339Z] #71 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-07T17:45:38.339Z] #55 sha256:f782ffb283e453fde5b4006c2be02040bcde5a1445c9ea4d4685bc7513972575 [2022-04-07T17:45:38.339Z] #55 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-07T17:45:38.339Z] #48 sha256:f9df5586614f3e42c2ce1e2affc574074a7385aaefd09c96752020bf0d16b114 [2022-04-07T17:45:38.339Z] #48 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-07T17:45:38.339Z] #17 sha256:84c9d153c5b0af408233626cb99d375a73327bbf011a27ad0197b21e80bbd204 [2022-04-07T17:45:38.339Z] #17 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #47 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:45:38.339Z] #47 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #58 sha256:56711f3fd78d5bd5d137ccdc93f2f0ab43a2bb41179c27329627df7632a215bb [2022-04-07T17:45:38.339Z] #58 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-07T17:45:38.339Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-07T17:45:38.339Z] #70 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #36 sha256:6eeab3314cb1056373200c3a76d367b75bbb9f53af7116f2c06b24f88d967e3b [2022-04-07T17:45:38.339Z] #36 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #16 sha256:8cb82093c6dd87d1354655720006fc44a70aabcac1929e3b5106a950a081949b [2022-04-07T17:45:38.339Z] #16 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:45:38.339Z] #14 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-07T17:45:38.339Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-07T17:45:38.339Z] #68 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-07T17:45:38.339Z] #54 sha256:cc4ea661ebbb8ddbb3dd5095fb51c4836a1174cbb984d67804f88bbf3de04160 [2022-04-07T17:45:38.339Z] #54 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-07T17:45:38.339Z] #52 sha256:32f9939e47858085bcbc06e7f89ce01995c914bf0b93405751429cc6af341eb5 [2022-04-07T17:45:38.339Z] #52 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-04-07T17:45:38.339Z] #63 sha256:922e6d2efd95c2b0b9b6e50abed1690e74a92d2ddbc77595a16ab98877c867bb [2022-04-07T17:45:38.339Z] #63 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #49 sha256:d18e2d919ac8aad439b9c24b28b94c8575deb790c965ec32e2bd108487cdb3af [2022-04-07T17:45:38.339Z] #49 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #26 sha256:8a25929c3541aeec8b47af9dbde05e45969e5c174014790ad4ff5ce2726301a4 [2022-04-07T17:45:38.339Z] #26 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-07T17:45:38.339Z] #19 sha256:4cd3d254a98508bf9822e7452703132752f4e0a2011c8d11f275a0634a2b3795 [2022-04-07T17:45:38.339Z] #19 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-07T17:45:38.339Z] #44 sha256:2d385460c8832ab58c86cc0dcd68a6e6bf9a7390c31e6793c098396d98932bda [2022-04-07T17:45:38.339Z] #44 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-07T17:45:38.339Z] #30 sha256:f7ca2627966fa8d3203c512876b6b16e6e22f565a71bdea4589f7a0feb8d1646 [2022-04-07T17:45:38.339Z] #30 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-07T17:45:38.339Z] #62 sha256:c82b7be8b51e0c770b08b5943c4ede693559879d054585c02bcda20297ed0b21 [2022-04-07T17:45:38.339Z] #62 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #38 sha256:5c0ab011b07bf0bd8d8c5408bfdeaf7f1382d8f6400ab3ae6d7d78adb27cf7e6 [2022-04-07T17:45:38.339Z] #38 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-07T17:45:38.339Z] #64 sha256:736c1e7c59d4a28ac800e52671806bcd43d442bc163ae50dcfad43533e060401 [2022-04-07T17:45:38.339Z] #64 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-07T17:45:38.339Z] #41 sha256:8e8439c7d6cdf851d7bde003b110bcc43b557d01f519d8215480df2d8b5263e3 [2022-04-07T17:45:38.339Z] #41 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-07T17:45:38.339Z] #15 sha256:9c8b05e689e835870369721c087b30613d50d4d1f29d50f3583d95b07bafa121 [2022-04-07T17:45:38.339Z] #15 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #29 sha256:55dd196ecbb5e8f141dd3018de64651ca35f060f717ff538a88fd35eecfdb8ca [2022-04-07T17:45:38.339Z] #29 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-07T17:45:38.339Z] #61 sha256:fa23dee43b54ce195f5f043231e35be44cf12d17aedafaf9a4169281507e588e [2022-04-07T17:45:38.339Z] #61 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #40 sha256:fe5605cf19afdd724b9615bd56c4a91b7d16f52aecd4ebaea743b32e61da5260 [2022-04-07T17:45:38.339Z] #40 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #34 sha256:8d8e501acb321185de907b9b2ead1812b837102cadf2ac3552e90a10998fcf70 [2022-04-07T17:45:38.339Z] #34 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-07T17:45:38.339Z] #25 sha256:d3910b265f12b9e37307844395e7c756e56dc06bc1531f12ad1a765a716e2f6b [2022-04-07T17:45:38.339Z] #25 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #31 sha256:59c126468cb0f6e7b62b88a4980496247dbfcb67cfc9d07d1d7d07ca9a8f4684 [2022-04-07T17:45:38.339Z] #31 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:45:38.339Z] #51 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-07T17:45:38.339Z] #42 sha256:a546b4f3aa57c9d95f9c18da36e460894b4aad27b3d7c8f3c44477414ff71d50 [2022-04-07T17:45:38.339Z] #42 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.339Z] #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-04-07T17:45:38.339Z] #53 sha256:749a79f697e944e23fec758dc6683b6486a07d0b0289242bc746c15945d2b63e [2022-04-07T17:45:38.339Z] #53 CACHED [2022-04-07T17:45:38.339Z] [2022-04-07T17:45:38.340Z] #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-04-07T17:45:38.340Z] #73 sha256:f0ab1e2b31ef570aa85a48f745f7064676783b90c5f159643d5ef5fb072a50bb [2022-04-07T17:45:38.340Z] #73 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #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-04-07T17:45:38.340Z] #46 sha256:078c6d094bf8eabbaea14fd0a4bacee4caf3443f4e433a369a6aefc86528d256 [2022-04-07T17:45:38.340Z] #46 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-07T17:45:38.340Z] #37 sha256:d20551139bbd3bb1cc82441d3918b4d201fa2e5faa621f1cff837b11904db56b [2022-04-07T17:45:38.340Z] #37 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-07T17:45:38.340Z] #50 sha256:87c18e61fb452115c3ef3a73464794418f7cebdcae41f1b04d5b31f6cfedcad7 [2022-04-07T17:45:38.340Z] #50 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-04-07T17:45:38.340Z] #20 sha256:554742af20ecba336afabfbc9cb3111c795f2130885f2dbf266143fbcb036c39 [2022-04-07T17:45:38.340Z] #20 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-07T17:45:38.340Z] #27 sha256:a6c6b6c40418dc60dec8e32fcc29b1820c28ee9c8264bd36b94f49afab5e76ec [2022-04-07T17:45:38.340Z] #27 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-07T17:45:38.340Z] #59 sha256:d5409774caa8032a7593dd81cdf6f20cab2807fa00332179c5be7b9432476d8f [2022-04-07T17:45:38.340Z] #59 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-07T17:45:38.340Z] #35 sha256:8ac17303633a917aab5129d390a8d4da9e2edceaa70abfb1f9a6c8ced38ad8a1 [2022-04-07T17:45:38.340Z] #35 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-07T17:45:38.340Z] #12 sha256:42aaa3e89e1c770f1dfeaa05824c2026008fccc72e4534f8a3436bf16f4e6506 [2022-04-07T17:45:38.340Z] #12 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-07T17:45:38.340Z] #39 sha256:a4fd5f891cc98b2967e8fdd764273ed7e42006e1994c50a2e8a81578ffd6ec88 [2022-04-07T17:45:38.340Z] #39 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #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-04-07T17:45:38.340Z] #13 sha256:db23d3b435b4af6960dd8702a4e903fbf59fa049e65f5a850147b2c6095209a4 [2022-04-07T17:45:38.340Z] #13 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-07T17:45:38.340Z] #18 sha256:d57b9b4a2680e4103e7e69ea235ae95edea507f6d687b5c4d6fd04a09ea7d1b2 [2022-04-07T17:45:38.340Z] #18 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-07T17:45:38.340Z] #57 sha256:19e4ffe42ce51c38489c6448a81271b53d26e1673eaf8eead97d6e9ccf845f57 [2022-04-07T17:45:38.340Z] #57 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-07T17:45:38.340Z] #72 sha256:af8a5f6865793cb41d27e34e438620e95bb764e7b53518d391a844a419020293 [2022-04-07T17:45:38.340Z] #72 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-07T17:45:38.340Z] #23 sha256:eba34c37e187f2f26dd7c4c1ed7a8854ce40356881c495b7e927455c3e1285e3 [2022-04-07T17:45:38.340Z] #23 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-07T17:45:38.340Z] #33 sha256:9f2c030506ccebbbf3ef140f3a1b35996b73e3326ea82b63e29888155c0db2b8 [2022-04-07T17:45:38.340Z] #33 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #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-04-07T17:45:38.340Z] #43 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:45:38.340Z] #43 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #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-04-07T17:45:38.340Z] #22 sha256:900323b65a6035113337008a055a35b9fa4a15bbb3c99f4847d0b693259eadd3 [2022-04-07T17:45:38.340Z] #22 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-07T17:45:38.340Z] #65 sha256:24a599d6113e5794119af61db74f0fe3717ba130e7d1560f2337e84f09061ec0 [2022-04-07T17:45:38.340Z] #65 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #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-04-07T17:45:38.340Z] #60 sha256:3fbce3ff1ec3300a60610c85a15cbf79be0f5030e16029dcccd0db629c4d0f8d [2022-04-07T17:45:38.340Z] #60 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #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-04-07T17:45:38.340Z] #56 sha256:7b158cadfc17b42636108b37efbc5650ed78f0ef47d062c012a2be1560c75d85 [2022-04-07T17:45:38.340Z] #56 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #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-04-07T17:45:38.340Z] #74 sha256:ff1961ceaded28f49c6d207145085f8628a1d1bf332292f799bd412951f4395a [2022-04-07T17:45:38.340Z] #74 CACHED [2022-04-07T17:45:38.340Z] [2022-04-07T17:45:38.340Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-07T17:45:38.340Z] #75 sha256:4edd0ecdff799e65e3d6d2f15118ef85680768caf74e13aec6d13f07a7c16e2a [2022-04-07T17:45:38.529Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-04-07T17:45:38.529Z] + TESTFLAGS+=' -test.timeout=5m' [2022-04-07T17:45:38.529Z] + TESTDIRS=./... [2022-04-07T17:45:38.529Z] + exclude_paths='/vendor/|/integration' [2022-04-07T17:45:38.529Z] ++ go list ./... [2022-04-07T17:45:38.529Z] ++ grep -vE '(/vendor/|/integration)' [2022-04-07T17:45:39.475Z] + pkg_list='github.com/docker/docker/api [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/backend/build [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/httputils [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/middleware [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/build [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/container [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/debug [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/image [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/network [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/session [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/system [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/server/router/volume [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/backend [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/container [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/events [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/filters [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/image [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/mount [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/network [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/registry [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/strslice [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/swarm [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/time [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/versions [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T17:45:39.475Z] github.com/docker/docker/api/types/volume [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/builder-next [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/dockerfile [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/remotecontext [2022-04-07T17:45:39.475Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T17:45:39.475Z] github.com/docker/docker/cli [2022-04-07T17:45:39.475Z] github.com/docker/docker/cli/config [2022-04-07T17:45:39.475Z] github.com/docker/docker/cli/debug [2022-04-07T17:45:39.475Z] github.com/docker/docker/client [2022-04-07T17:45:39.475Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T17:45:39.475Z] github.com/docker/docker/cmd/dockerd [2022-04-07T17:45:39.475Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T17:45:39.475Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T17:45:39.475Z] github.com/docker/docker/container [2022-04-07T17:45:39.475Z] github.com/docker/docker/container/stream [2022-04-07T17:45:39.475Z] github.com/docker/docker/contrib/apparmor [2022-04-07T17:45:39.475Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T17:45:39.475Z] github.com/docker/docker/contrib/httpserver [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/cluster [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/config [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/events [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/exec [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/images [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/initlayer [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/links [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/listeners [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/local [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/names [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/network [2022-04-07T17:45:39.475Z] github.com/docker/docker/daemon/stats [2022-04-07T17:45:39.475Z] github.com/docker/docker/distribution [2022-04-07T17:45:39.475Z] github.com/docker/docker/distribution/metadata [2022-04-07T17:45:39.475Z] github.com/docker/docker/distribution/utils [2022-04-07T17:45:39.475Z] github.com/docker/docker/distribution/xfer [2022-04-07T17:45:39.475Z] github.com/docker/docker/dockerversion [2022-04-07T17:45:39.475Z] github.com/docker/docker/errdefs [2022-04-07T17:45:39.475Z] github.com/docker/docker/image [2022-04-07T17:45:39.475Z] github.com/docker/docker/image/cache [2022-04-07T17:45:39.475Z] github.com/docker/docker/image/tarexport [2022-04-07T17:45:39.475Z] github.com/docker/docker/image/v1 [2022-04-07T17:45:39.475Z] github.com/docker/docker/internal/test/suite [2022-04-07T17:45:39.475Z] github.com/docker/docker/layer [2022-04-07T17:45:39.475Z] github.com/docker/docker/libcontainerd [2022-04-07T17:45:39.475Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T17:45:39.475Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T17:45:39.475Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T17:45:39.475Z] github.com/docker/docker/libcontainerd/types [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/config [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/idm [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/ns [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/options [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/osl [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/libnetwork/types [2022-04-07T17:45:39.475Z] github.com/docker/docker/oci [2022-04-07T17:45:39.475Z] github.com/docker/docker/oci/caps [2022-04-07T17:45:39.475Z] github.com/docker/docker/opts [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/aaparser [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/archive [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/authorization [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/capabilities [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/containerfs [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/directory [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/dmesg [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/filenotify [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/fileutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/fsutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/homedir [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/idtools [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/ioutils [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/longpath [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/loopback [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/parsers [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/pidfile [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/platform [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/plugins [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/pools [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/progress [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/pubsub [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/reexec [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/signal [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/stack [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/stringid [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/system [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/tailfile [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/tarsum [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/truncindex [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/urlutil [2022-04-07T17:45:39.475Z] github.com/docker/docker/pkg/useragent [2022-04-07T17:45:39.475Z] github.com/docker/docker/plugin [2022-04-07T17:45:39.475Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T17:45:39.475Z] github.com/docker/docker/plugin/v2 [2022-04-07T17:45:39.475Z] github.com/docker/docker/profiles/apparmor [2022-04-07T17:45:39.475Z] github.com/docker/docker/profiles/seccomp [2022-04-07T17:45:39.475Z] github.com/docker/docker/quota [2022-04-07T17:45:39.475Z] github.com/docker/docker/reference [2022-04-07T17:45:39.475Z] github.com/docker/docker/registry [2022-04-07T17:45:39.475Z] github.com/docker/docker/registry/resumable [2022-04-07T17:45:39.475Z] github.com/docker/docker/restartmanager [2022-04-07T17:45:39.475Z] github.com/docker/docker/rootless [2022-04-07T17:45:39.475Z] github.com/docker/docker/rootless/specconv [2022-04-07T17:45:39.475Z] github.com/docker/docker/runconfig [2022-04-07T17:45:39.475Z] github.com/docker/docker/runconfig/opts [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/daemon [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/environment [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/fakegit [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/registry [2022-04-07T17:45:39.475Z] github.com/docker/docker/testutil/request [2022-04-07T17:45:39.475Z] github.com/docker/docker/volume [2022-04-07T17:45:39.475Z] github.com/docker/docker/volume/drivers [2022-04-07T17:45:39.475Z] github.com/docker/docker/volume/local [2022-04-07T17:45:39.475Z] github.com/docker/docker/volume/mounts [2022-04-07T17:45:39.475Z] github.com/docker/docker/volume/service [2022-04-07T17:45:39.475Z] github.com/docker/docker/volume/service/opts [2022-04-07T17:45:39.476Z] github.com/docker/docker/volume/testutils' [2022-04-07T17:45:39.476Z] ++ grep --fixed-strings -v /libnetwork [2022-04-07T17:45:39.476Z] ++ echo 'github.com/docker/docker/api [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/backend/build [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/httputils [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/middleware [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/build [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/container [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/debug [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/image [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/network [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/session [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/system [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/volume [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/backend [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/container [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/events [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/filters [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/image [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/mount [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/network [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/registry [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/strslice [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/swarm [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/time [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/versions [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/volume [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/dockerfile [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/remotecontext [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T17:45:39.476Z] github.com/docker/docker/cli [2022-04-07T17:45:39.476Z] github.com/docker/docker/cli/config [2022-04-07T17:45:39.476Z] github.com/docker/docker/cli/debug [2022-04-07T17:45:39.476Z] github.com/docker/docker/client [2022-04-07T17:45:39.476Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T17:45:39.476Z] github.com/docker/docker/cmd/dockerd [2022-04-07T17:45:39.476Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T17:45:39.476Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T17:45:39.476Z] github.com/docker/docker/container [2022-04-07T17:45:39.476Z] github.com/docker/docker/container/stream [2022-04-07T17:45:39.476Z] github.com/docker/docker/contrib/apparmor [2022-04-07T17:45:39.476Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T17:45:39.476Z] github.com/docker/docker/contrib/httpserver [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/cluster [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/config [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/events [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/exec [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/images [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/initlayer [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/links [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/listeners [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/local [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/names [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/network [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/stats [2022-04-07T17:45:39.476Z] github.com/docker/docker/distribution [2022-04-07T17:45:39.476Z] github.com/docker/docker/distribution/metadata [2022-04-07T17:45:39.476Z] github.com/docker/docker/distribution/utils [2022-04-07T17:45:39.476Z] github.com/docker/docker/distribution/xfer [2022-04-07T17:45:39.476Z] github.com/docker/docker/dockerversion [2022-04-07T17:45:39.476Z] github.com/docker/docker/errdefs [2022-04-07T17:45:39.476Z] github.com/docker/docker/image [2022-04-07T17:45:39.476Z] github.com/docker/docker/image/cache [2022-04-07T17:45:39.476Z] github.com/docker/docker/image/tarexport [2022-04-07T17:45:39.476Z] github.com/docker/docker/image/v1 [2022-04-07T17:45:39.476Z] github.com/docker/docker/internal/test/suite [2022-04-07T17:45:39.476Z] github.com/docker/docker/layer [2022-04-07T17:45:39.476Z] github.com/docker/docker/libcontainerd [2022-04-07T17:45:39.476Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T17:45:39.476Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T17:45:39.476Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T17:45:39.476Z] github.com/docker/docker/libcontainerd/types [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/config [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/idm [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/ns [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/options [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/osl [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/libnetwork/types [2022-04-07T17:45:39.476Z] github.com/docker/docker/oci [2022-04-07T17:45:39.476Z] github.com/docker/docker/oci/caps [2022-04-07T17:45:39.476Z] github.com/docker/docker/opts [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/aaparser [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/archive [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/authorization [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/capabilities [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/containerfs [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/directory [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/dmesg [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/filenotify [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/fileutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/fsutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/homedir [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/idtools [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/ioutils [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/longpath [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/loopback [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/parsers [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/pidfile [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/platform [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/plugins [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/pools [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/progress [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/pubsub [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/reexec [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/signal [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/stack [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/stringid [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/system [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/tailfile [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/tarsum [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/truncindex [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/urlutil [2022-04-07T17:45:39.476Z] github.com/docker/docker/pkg/useragent [2022-04-07T17:45:39.476Z] github.com/docker/docker/plugin [2022-04-07T17:45:39.476Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T17:45:39.476Z] github.com/docker/docker/plugin/v2 [2022-04-07T17:45:39.476Z] github.com/docker/docker/profiles/apparmor [2022-04-07T17:45:39.476Z] github.com/docker/docker/profiles/seccomp [2022-04-07T17:45:39.476Z] github.com/docker/docker/quota [2022-04-07T17:45:39.476Z] github.com/docker/docker/reference [2022-04-07T17:45:39.476Z] github.com/docker/docker/registry [2022-04-07T17:45:39.476Z] github.com/docker/docker/registry/resumable [2022-04-07T17:45:39.476Z] github.com/docker/docker/restartmanager [2022-04-07T17:45:39.476Z] github.com/docker/docker/rootless [2022-04-07T17:45:39.476Z] github.com/docker/docker/rootless/specconv [2022-04-07T17:45:39.476Z] github.com/docker/docker/runconfig [2022-04-07T17:45:39.476Z] github.com/docker/docker/runconfig/opts [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/daemon [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/environment [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/fakegit [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/registry [2022-04-07T17:45:39.476Z] github.com/docker/docker/testutil/request [2022-04-07T17:45:39.476Z] github.com/docker/docker/volume [2022-04-07T17:45:39.476Z] github.com/docker/docker/volume/drivers [2022-04-07T17:45:39.476Z] github.com/docker/docker/volume/local [2022-04-07T17:45:39.476Z] github.com/docker/docker/volume/mounts [2022-04-07T17:45:39.476Z] github.com/docker/docker/volume/service [2022-04-07T17:45:39.476Z] github.com/docker/docker/volume/service/opts [2022-04-07T17:45:39.476Z] github.com/docker/docker/volume/testutils' [2022-04-07T17:45:39.476Z] + base_pkg_list='github.com/docker/docker/api [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/backend/build [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/httputils [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/middleware [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/build [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/container [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/debug [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/image [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/network [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/session [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/system [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/server/router/volume [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/backend [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/container [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/events [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/filters [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/image [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/mount [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/network [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/registry [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/strslice [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/swarm [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/time [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/versions [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T17:45:39.476Z] github.com/docker/docker/api/types/volume [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/dockerfile [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/remotecontext [2022-04-07T17:45:39.476Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T17:45:39.476Z] github.com/docker/docker/cli [2022-04-07T17:45:39.476Z] github.com/docker/docker/cli/config [2022-04-07T17:45:39.476Z] github.com/docker/docker/cli/debug [2022-04-07T17:45:39.476Z] github.com/docker/docker/client [2022-04-07T17:45:39.476Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T17:45:39.476Z] github.com/docker/docker/cmd/dockerd [2022-04-07T17:45:39.476Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T17:45:39.476Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T17:45:39.476Z] github.com/docker/docker/container [2022-04-07T17:45:39.476Z] github.com/docker/docker/container/stream [2022-04-07T17:45:39.476Z] github.com/docker/docker/contrib/apparmor [2022-04-07T17:45:39.476Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T17:45:39.476Z] github.com/docker/docker/contrib/httpserver [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon [2022-04-07T17:45:39.476Z] github.com/docker/docker/daemon/cluster [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/config [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/events [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/exec [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/images [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/initlayer [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/links [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/listeners [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/local [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/names [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/network [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/stats [2022-04-07T17:45:39.477Z] github.com/docker/docker/distribution [2022-04-07T17:45:39.477Z] github.com/docker/docker/distribution/metadata [2022-04-07T17:45:39.477Z] github.com/docker/docker/distribution/utils [2022-04-07T17:45:39.477Z] github.com/docker/docker/distribution/xfer [2022-04-07T17:45:39.477Z] github.com/docker/docker/dockerversion [2022-04-07T17:45:39.477Z] github.com/docker/docker/errdefs [2022-04-07T17:45:39.477Z] github.com/docker/docker/image [2022-04-07T17:45:39.477Z] github.com/docker/docker/image/cache [2022-04-07T17:45:39.477Z] github.com/docker/docker/image/tarexport [2022-04-07T17:45:39.477Z] github.com/docker/docker/image/v1 [2022-04-07T17:45:39.477Z] github.com/docker/docker/internal/test/suite [2022-04-07T17:45:39.477Z] github.com/docker/docker/layer [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd/types [2022-04-07T17:45:39.477Z] github.com/docker/docker/oci [2022-04-07T17:45:39.477Z] github.com/docker/docker/oci/caps [2022-04-07T17:45:39.477Z] github.com/docker/docker/opts [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/aaparser [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/archive [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/authorization [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/capabilities [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/containerfs [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/directory [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/dmesg [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/filenotify [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/fileutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/fsutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/homedir [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/idtools [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/ioutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/longpath [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/loopback [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/parsers [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/pidfile [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/platform [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/plugins [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/pools [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/progress [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/pubsub [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/reexec [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/signal [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/stack [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/stringid [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/system [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/tailfile [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/tarsum [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/truncindex [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/urlutil [2022-04-07T17:45:39.477Z] github.com/docker/docker/pkg/useragent [2022-04-07T17:45:39.477Z] github.com/docker/docker/plugin [2022-04-07T17:45:39.477Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T17:45:39.477Z] github.com/docker/docker/plugin/v2 [2022-04-07T17:45:39.477Z] github.com/docker/docker/profiles/apparmor [2022-04-07T17:45:39.477Z] github.com/docker/docker/profiles/seccomp [2022-04-07T17:45:39.477Z] github.com/docker/docker/quota [2022-04-07T17:45:39.477Z] github.com/docker/docker/reference [2022-04-07T17:45:39.477Z] github.com/docker/docker/registry [2022-04-07T17:45:39.477Z] github.com/docker/docker/registry/resumable [2022-04-07T17:45:39.477Z] github.com/docker/docker/restartmanager [2022-04-07T17:45:39.477Z] github.com/docker/docker/rootless [2022-04-07T17:45:39.477Z] github.com/docker/docker/rootless/specconv [2022-04-07T17:45:39.477Z] github.com/docker/docker/runconfig [2022-04-07T17:45:39.477Z] github.com/docker/docker/runconfig/opts [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/daemon [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/environment [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/fakegit [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/registry [2022-04-07T17:45:39.477Z] github.com/docker/docker/testutil/request [2022-04-07T17:45:39.477Z] github.com/docker/docker/volume [2022-04-07T17:45:39.477Z] github.com/docker/docker/volume/drivers [2022-04-07T17:45:39.477Z] github.com/docker/docker/volume/local [2022-04-07T17:45:39.477Z] github.com/docker/docker/volume/mounts [2022-04-07T17:45:39.477Z] github.com/docker/docker/volume/service [2022-04-07T17:45:39.477Z] github.com/docker/docker/volume/service/opts [2022-04-07T17:45:39.477Z] github.com/docker/docker/volume/testutils' [2022-04-07T17:45:39.477Z] ++ grep --fixed-strings /libnetwork [2022-04-07T17:45:39.477Z] ++ echo 'github.com/docker/docker/api [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/backend/build [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/httputils [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/middleware [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/build [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/container [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/debug [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/image [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/network [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/session [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/system [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/server/router/volume [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/backend [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/container [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/events [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/filters [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/image [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/mount [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/network [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/registry [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/strslice [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/swarm [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/time [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/versions [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T17:45:39.477Z] github.com/docker/docker/api/types/volume [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/builder-next [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/dockerfile [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/remotecontext [2022-04-07T17:45:39.477Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T17:45:39.477Z] github.com/docker/docker/cli [2022-04-07T17:45:39.477Z] github.com/docker/docker/cli/config [2022-04-07T17:45:39.477Z] github.com/docker/docker/cli/debug [2022-04-07T17:45:39.477Z] github.com/docker/docker/client [2022-04-07T17:45:39.477Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T17:45:39.477Z] github.com/docker/docker/cmd/dockerd [2022-04-07T17:45:39.477Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T17:45:39.477Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T17:45:39.477Z] github.com/docker/docker/container [2022-04-07T17:45:39.477Z] github.com/docker/docker/container/stream [2022-04-07T17:45:39.477Z] github.com/docker/docker/contrib/apparmor [2022-04-07T17:45:39.477Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T17:45:39.477Z] github.com/docker/docker/contrib/httpserver [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/config [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/events [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/exec [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/images [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/initlayer [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/links [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/listeners [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/local [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/names [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/network [2022-04-07T17:45:39.477Z] github.com/docker/docker/daemon/stats [2022-04-07T17:45:39.477Z] github.com/docker/docker/distribution [2022-04-07T17:45:39.477Z] github.com/docker/docker/distribution/metadata [2022-04-07T17:45:39.477Z] github.com/docker/docker/distribution/utils [2022-04-07T17:45:39.477Z] github.com/docker/docker/distribution/xfer [2022-04-07T17:45:39.477Z] github.com/docker/docker/dockerversion [2022-04-07T17:45:39.477Z] github.com/docker/docker/errdefs [2022-04-07T17:45:39.477Z] github.com/docker/docker/image [2022-04-07T17:45:39.477Z] github.com/docker/docker/image/cache [2022-04-07T17:45:39.477Z] github.com/docker/docker/image/tarexport [2022-04-07T17:45:39.477Z] github.com/docker/docker/image/v1 [2022-04-07T17:45:39.477Z] github.com/docker/docker/internal/test/suite [2022-04-07T17:45:39.477Z] github.com/docker/docker/layer [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T17:45:39.477Z] github.com/docker/docker/libcontainerd/types [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/config [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T17:45:39.477Z] github.com/docker/docker/libnetwork/idm [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ns [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/options [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/osl [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/types [2022-04-07T17:45:39.478Z] github.com/docker/docker/oci [2022-04-07T17:45:39.478Z] github.com/docker/docker/oci/caps [2022-04-07T17:45:39.478Z] github.com/docker/docker/opts [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/aaparser [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/archive [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/authorization [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/capabilities [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/containerfs [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/directory [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/dmesg [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/filenotify [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/fileutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/fsutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/homedir [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/idtools [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/ioutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/longpath [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/loopback [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/parsers [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/pidfile [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/platform [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/plugins [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/pools [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/progress [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/pubsub [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/reexec [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/signal [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/stack [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/stringid [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/system [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/tailfile [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/tarsum [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/truncindex [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/urlutil [2022-04-07T17:45:39.478Z] github.com/docker/docker/pkg/useragent [2022-04-07T17:45:39.478Z] github.com/docker/docker/plugin [2022-04-07T17:45:39.478Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T17:45:39.478Z] github.com/docker/docker/plugin/v2 [2022-04-07T17:45:39.478Z] github.com/docker/docker/profiles/apparmor [2022-04-07T17:45:39.478Z] github.com/docker/docker/profiles/seccomp [2022-04-07T17:45:39.478Z] github.com/docker/docker/quota [2022-04-07T17:45:39.478Z] github.com/docker/docker/reference [2022-04-07T17:45:39.478Z] github.com/docker/docker/registry [2022-04-07T17:45:39.478Z] github.com/docker/docker/registry/resumable [2022-04-07T17:45:39.478Z] github.com/docker/docker/restartmanager [2022-04-07T17:45:39.478Z] github.com/docker/docker/rootless [2022-04-07T17:45:39.478Z] github.com/docker/docker/rootless/specconv [2022-04-07T17:45:39.478Z] github.com/docker/docker/runconfig [2022-04-07T17:45:39.478Z] github.com/docker/docker/runconfig/opts [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/daemon [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/environment [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/fakegit [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/registry [2022-04-07T17:45:39.478Z] github.com/docker/docker/testutil/request [2022-04-07T17:45:39.478Z] github.com/docker/docker/volume [2022-04-07T17:45:39.478Z] github.com/docker/docker/volume/drivers [2022-04-07T17:45:39.478Z] github.com/docker/docker/volume/local [2022-04-07T17:45:39.478Z] github.com/docker/docker/volume/mounts [2022-04-07T17:45:39.478Z] github.com/docker/docker/volume/service [2022-04-07T17:45:39.478Z] github.com/docker/docker/volume/service/opts [2022-04-07T17:45:39.478Z] github.com/docker/docker/volume/testutils' [2022-04-07T17:45:39.478Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/config [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/idm [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ns [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/options [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/osl [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/types' [2022-04-07T17:45:39.478Z] + echo 'github.com/docker/docker/libnetwork [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/config [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/idm [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T17:45:39.478Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/ns [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/options [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/osl [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/types' [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T17:45:39.478Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T17:45:39.478Z] + type docker-proxy [2022-04-07T17:45:39.478Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-04-07T17:45:39.478Z] + hack/make.sh binary-proxy install-proxy [2022-04-07T17:45:39.478Z] [2022-04-07T17:45:39.478Z] Removing bundles/ [2022-04-07T17:45:39.478Z] [2022-04-07T17:45:39.478Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-04-07T17:45:39.478Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-04-07T17:45:39.478Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T17:45:39.695Z] #24 transferring context: 60.71MB 2.0s done [2022-04-07T17:45:39.735Z] #75 DONE 0.9s [2022-04-07T17:45:39.735Z] [2022-04-07T17:45:39.735Z] #76 exporting to image [2022-04-07T17:45:39.735Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-07T17:45:39.735Z] #76 exporting layers [2022-04-07T17:45:39.958Z] #24 DONE 2.1s [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-07T17:45:39.958Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-07T17:45:39.958Z] #68 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-07T17:45:39.958Z] #17 sha256:84c9d153c5b0af408233626cb99d375a73327bbf011a27ad0197b21e80bbd204 [2022-04-07T17:45:39.958Z] #17 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-07T17:45:39.958Z] #15 sha256:9c8b05e689e835870369721c087b30613d50d4d1f29d50f3583d95b07bafa121 [2022-04-07T17:45:39.958Z] #15 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #13 sha256:db23d3b435b4af6960dd8702a4e903fbf59fa049e65f5a850147b2c6095209a4 [2022-04-07T17:45:39.958Z] #13 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-07T17:45:39.958Z] #30 sha256:6d13b901a5e3048dd9ce9ac5db24c9faa37973d78fde3d32a31292522fe76ac6 [2022-04-07T17:45:39.958Z] #30 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-07T17:45:39.958Z] #62 sha256:176067fb6f7baafd19a323f11a85629fc7d6f7ee04a5ad540f679c84e616e8c3 [2022-04-07T17:45:39.958Z] #62 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #50 sha256:78ff07eb8d3ca9304752f1c54535e4db5c7375b132716b9caab926b3f85f0104 [2022-04-07T17:45:39.958Z] #50 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #63 sha256:33a37fb97aa57cc155de3da3ed65cd6cbeb0ba2b33fde0dc5b4467c792f995f2 [2022-04-07T17:45:39.958Z] #63 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-07T17:45:39.958Z] #23 sha256:eba34c37e187f2f26dd7c4c1ed7a8854ce40356881c495b7e927455c3e1285e3 [2022-04-07T17:45:39.958Z] #23 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #43 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:45:39.958Z] #43 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-07T17:45:39.958Z] #64 sha256:3b99a1396eb5b69673360e56114db62853803551d6490829aaaf8e869e6a668a [2022-04-07T17:45:39.958Z] #64 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #44 sha256:a90f0eca9c4baf0a7d44f3e30ba959c2ab2dcdfd3d784e59d0cf184036b7ba55 [2022-04-07T17:45:39.958Z] #44 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #26 sha256:f8794d27e1c2d667d5b181615e212394b68646eb1c573bfabb38e667c06fb046 [2022-04-07T17:45:39.958Z] #26 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #36 sha256:6eeab3314cb1056373200c3a76d367b75bbb9f53af7116f2c06b24f88d967e3b [2022-04-07T17:45:39.958Z] #36 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-07T17:45:39.958Z] #65 sha256:cc469a0f85081ea0cdc13839c026df67b2bf325f5cb4600cffc13cc49824d1a4 [2022-04-07T17:45:39.958Z] #65 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #57 sha256:741517e8e227cb64a5e09498b578c24a9649b05291b8b7cd8c4a1f0a47b554d7 [2022-04-07T17:45:39.958Z] #57 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #34 sha256:8d8e501acb321185de907b9b2ead1812b837102cadf2ac3552e90a10998fcf70 [2022-04-07T17:45:39.958Z] #34 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #71 sha256:173d998de34c9be9164baee13eb884e6be90572e342ea0fb12c29048412ecb22 [2022-04-07T17:45:39.958Z] #71 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #29 sha256:55dd196ecbb5e8f141dd3018de64651ca35f060f717ff538a88fd35eecfdb8ca [2022-04-07T17:45:39.958Z] #29 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:45:39.958Z] #51 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #35 sha256:061c31e501f744e98276bdf88473a891b9683e42ace3bc56bfd0a9c5b0b04d23 [2022-04-07T17:45:39.958Z] #35 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #52 sha256:b6529d5d6196531c3b9a29e94344a9f93e2cfe98b8bee40a5eb6a87712a5ce28 [2022-04-07T17:45:39.958Z] #52 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:45:39.958Z] #14 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #49 sha256:d18e2d919ac8aad439b9c24b28b94c8575deb790c965ec32e2bd108487cdb3af [2022-04-07T17:45:39.958Z] #49 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #58 sha256:56711f3fd78d5bd5d137ccdc93f2f0ab43a2bb41179c27329627df7632a215bb [2022-04-07T17:45:39.958Z] #58 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #22 sha256:900323b65a6035113337008a055a35b9fa4a15bbb3c99f4847d0b693259eadd3 [2022-04-07T17:45:39.958Z] #22 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-07T17:45:39.958Z] #27 sha256:90b390ad3dca9985d66e7d9ed719ffd037a66eb49f026076844c8c80cfda5e62 [2022-04-07T17:45:39.958Z] #27 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-07T17:45:39.958Z] #33 sha256:9f2c030506ccebbbf3ef140f3a1b35996b73e3326ea82b63e29888155c0db2b8 [2022-04-07T17:45:39.958Z] #33 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #48 sha256:03c1bc9eca6d89add20d191b9d8bdf789daa19d9102299ac72cb24a4b8e6eb15 [2022-04-07T17:45:39.958Z] #48 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-07T17:45:39.958Z] #12 sha256:42aaa3e89e1c770f1dfeaa05824c2026008fccc72e4534f8a3436bf16f4e6506 [2022-04-07T17:45:39.958Z] #12 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-07T17:45:39.958Z] #32 sha256:c1d879bce8eba242ac181c41176f63c44997e74eb1fd8073a6f485c8c52f4e67 [2022-04-07T17:45:39.958Z] #32 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #16 sha256:8cb82093c6dd87d1354655720006fc44a70aabcac1929e3b5106a950a081949b [2022-04-07T17:45:39.958Z] #16 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-07T17:45:39.958Z] #59 sha256:5c9bc08aad16a0243f204cdbfc10a37efa7444c12fc1a376c1f5d545bbce0d69 [2022-04-07T17:45:39.958Z] #59 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #41 sha256:35d16ffa3d3af9ebe27d366a78caec1ed22a1c91adb57c8b52968951e95aba39 [2022-04-07T17:45:39.958Z] #41 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #56 sha256:659139ba92d8c9e92e106546eef496ee1eade93461f57a6dbe6f572892531138 [2022-04-07T17:45:39.958Z] #56 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-07T17:45:39.958Z] #18 sha256:d57b9b4a2680e4103e7e69ea235ae95edea507f6d687b5c4d6fd04a09ea7d1b2 [2022-04-07T17:45:39.958Z] #18 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-07T17:45:39.958Z] #39 sha256:ae3baaca89cdc126f893854db0f3ad8ae6bbf728b7380bca150abfb56a961dde [2022-04-07T17:45:39.958Z] #39 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #54 sha256:9d996a0336d595e7e68961b5fc1144d2429c025a6e14c1ff07ebd06a225dadf1 [2022-04-07T17:45:39.958Z] #54 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-07T17:45:39.958Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-07T17:45:39.958Z] #70 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #21 sha256:bbd3da44f501c0c4bfde927c34f1f28bcc70d1163e7604f83f81734ace90d873 [2022-04-07T17:45:39.958Z] #21 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #40 sha256:bec931ba0460ab8bd13b576e16bb0aecccd2572e4d660c58018500491433f749 [2022-04-07T17:45:39.958Z] #40 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-07T17:45:39.958Z] #42 sha256:a546b4f3aa57c9d95f9c18da36e460894b4aad27b3d7c8f3c44477414ff71d50 [2022-04-07T17:45:39.958Z] #42 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-07T17:45:39.958Z] #25 sha256:c2ac023ce0aca73126ef3bd48df1d7f8f9cbe0fb347c3fe63e229821deb5238f [2022-04-07T17:45:39.958Z] #25 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-04-07T17:45:39.958Z] #20 sha256:554742af20ecba336afabfbc9cb3111c795f2130885f2dbf266143fbcb036c39 [2022-04-07T17:45:39.958Z] #20 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #47 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:45:39.958Z] #47 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-04-07T17:45:39.958Z] #53 sha256:749a79f697e944e23fec758dc6683b6486a07d0b0289242bc746c15945d2b63e [2022-04-07T17:45:39.958Z] #53 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #61 sha256:15061fdcd52422a1b8262021248176e48687a29183932abe5748f74dd41ff5a8 [2022-04-07T17:45:39.958Z] #61 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-07T17:45:39.958Z] #19 sha256:4cd3d254a98508bf9822e7452703132752f4e0a2011c8d11f275a0634a2b3795 [2022-04-07T17:45:39.958Z] #19 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #37 sha256:d600b85998bc09ca3bd7dbecff28cc7ef4e57f9f06834641f1bfc78d8c150bcf [2022-04-07T17:45:39.958Z] #37 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #60 sha256:e0cd75f53a2cb60302cf7fc5cf39611b3b76336fec792e1a0ec0cfd02aff288d [2022-04-07T17:45:39.958Z] #60 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-07T17:45:39.958Z] #66 sha256:1bd48a7287690596b59f4c5de1de1b708c1278e282977680f233454955e0dab2 [2022-04-07T17:45:39.958Z] #66 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-04-07T17:45:39.958Z] #38 sha256:5c0ab011b07bf0bd8d8c5408bfdeaf7f1382d8f6400ab3ae6d7d78adb27cf7e6 [2022-04-07T17:45:39.958Z] #38 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #46 sha256:078c6d094bf8eabbaea14fd0a4bacee4caf3443f4e433a369a6aefc86528d256 [2022-04-07T17:45:39.958Z] #46 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-07T17:45:39.958Z] #55 sha256:209397529a05bc506642ad630866b1a0ce79f0efc57b13308f61e8b70354c56f [2022-04-07T17:45:39.958Z] #55 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.958Z] #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-04-07T17:45:39.958Z] #31 sha256:a313489634a739644e0143d4501d3b487873344eadc8074e72909d6b11009b6c [2022-04-07T17:45:39.958Z] #31 CACHED [2022-04-07T17:45:39.958Z] [2022-04-07T17:45:39.959Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-07T17:45:39.959Z] #72 sha256:92b3cb34e3146290552b17990db2a655f2b2c92e373259dd19710f60eab4d662 [2022-04-07T17:45:39.959Z] #72 CACHED [2022-04-07T17:45:39.959Z] [2022-04-07T17:45:39.959Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-07T17:45:39.959Z] #73 sha256:c85420c9ae782a5e1ea64878375100c07c7733f12664f411ecd614085174abda [2022-04-07T17:45:40.306Z] #76 exporting layers 1.0s done [2022-04-07T17:45:40.306Z] #76 writing image sha256:77c1b30e8d9000c9b7e9423e9f42145c10efc3f8a5e6f6b84d12aa0330432603 done [2022-04-07T17:45:40.306Z] #76 naming to docker.io/library/docker:101dafd049949a4da65dcefd495828a6644e1ce1 done [2022-04-07T17:45:40.306Z] #76 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-07T17:45:40.606Z] Client: [2022-04-07T17:45:40.606Z] Context: default [2022-04-07T17:45:40.606Z] Debug Mode: false [2022-04-07T17:45:40.606Z] Plugins: [2022-04-07T17:45:40.606Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-07T17:45:40.606Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-07T17:45:40.606Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-07T17:45:40.606Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-07T17:45:40.606Z] [2022-04-07T17:45:40.606Z] Server: [2022-04-07T17:45:40.606Z] Containers: 0 [2022-04-07T17:45:40.606Z] Running: 0 [2022-04-07T17:45:40.606Z] Paused: 0 [2022-04-07T17:45:40.606Z] Stopped: 0 [2022-04-07T17:45:40.606Z] Images: 1 [2022-04-07T17:45:40.606Z] Server Version: 20.10.14 [2022-04-07T17:45:40.606Z] Storage Driver: overlay2 [2022-04-07T17:45:40.606Z] Backing Filesystem: extfs [2022-04-07T17:45:40.606Z] Supports d_type: true [2022-04-07T17:45:40.606Z] Native Overlay Diff: true [2022-04-07T17:45:40.606Z] userxattr: false [2022-04-07T17:45:40.606Z] Logging Driver: json-file [2022-04-07T17:45:40.606Z] Cgroup Driver: cgroupfs [2022-04-07T17:45:40.606Z] Cgroup Version: 1 [2022-04-07T17:45:40.606Z] Plugins: [2022-04-07T17:45:40.606Z] Volume: local [2022-04-07T17:45:40.606Z] Network: bridge host ipvlan macvlan null overlay [2022-04-07T17:45:40.606Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-07T17:45:40.606Z] Swarm: inactive [2022-04-07T17:45:40.606Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-04-07T17:45:40.606Z] Default Runtime: runc [2022-04-07T17:45:40.606Z] Init Binary: docker-init [2022-04-07T17:45:40.606Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:45:40.606Z] runc version: v1.0.3-0-gf46b6ba [2022-04-07T17:45:40.606Z] init version: de40ad0 [2022-04-07T17:45:40.606Z] Security Options: [2022-04-07T17:45:40.606Z] apparmor [2022-04-07T17:45:40.606Z] seccomp [2022-04-07T17:45:40.606Z] Profile: default [2022-04-07T17:45:40.606Z] Kernel Version: 5.4.0-1071-aws [2022-04-07T17:45:40.606Z] Operating System: Ubuntu 18.04.6 LTS [2022-04-07T17:45:40.606Z] OSType: linux [2022-04-07T17:45:40.606Z] Architecture: x86_64 [2022-04-07T17:45:40.606Z] CPUs: 2 [2022-04-07T17:45:40.606Z] Total Memory: 7.565GiB [2022-04-07T17:45:40.606Z] Name: ip-10-100-57-39 [2022-04-07T17:45:40.606Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-04-07T17:45:40.606Z] Docker Root Dir: /var/lib/docker [2022-04-07T17:45:40.606Z] Debug Mode: false [2022-04-07T17:45:40.606Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:45:40.606Z] Labels: [2022-04-07T17:45:40.606Z] Experimental: true [2022-04-07T17:45:40.606Z] Insecure Registries: [2022-04-07T17:45:40.606Z] 127.0.0.0/8 [2022-04-07T17:45:40.606Z] Live Restore Enabled: true [2022-04-07T17:45:40.606Z] [2022-04-07T17:45:40.606Z] WARNING: No swap limit support [Pipeline] sh [2022-04-07T17:45:40.651Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -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:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh dynbinary test-integration [2022-04-07T17:45:40.893Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:45:40.893Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:45:40.893Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43448/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-07T17:45:40.893Z] + bash /home/ubuntu/workspace/moby_PR-43448/check-config.sh [2022-04-07T17:45:40.893Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-07T17:45:40.893Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-04-07T17:45:40.893Z] [2022-04-07T17:45:40.893Z] Generally Necessary: [2022-04-07T17:45:40.893Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-07T17:45:40.893Z] - apparmor: enabled and tools installed [2022-04-07T17:45:40.893Z] - CONFIG_NAMESPACES: enabled [2022-04-07T17:45:40.893Z] - CONFIG_NET_NS: enabled [2022-04-07T17:45:40.893Z] - CONFIG_PID_NS: enabled [2022-04-07T17:45:40.893Z] - CONFIG_IPC_NS: enabled [2022-04-07T17:45:40.893Z] - CONFIG_UTS_NS: enabled [2022-04-07T17:45:40.893Z] - CONFIG_CGROUPS: enabled [2022-04-07T17:45:40.893Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-07T17:45:40.893Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-07T17:45:40.893Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-07T17:45:40.893Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-07T17:45:40.893Z] - CONFIG_CPUSETS: enabled [2022-04-07T17:45:40.893Z] - CONFIG_MEMCG: enabled [2022-04-07T17:45:40.893Z] - CONFIG_KEYS: enabled [2022-04-07T17:45:40.893Z] - CONFIG_VETH: enabled (as module) [2022-04-07T17:45:40.893Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-07T17:45:40.893Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-07T17:45:40.893Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-07T17:45:40.893Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-07T17:45:40.898Z] #73 DONE 0.9s [2022-04-07T17:45:40.898Z] [2022-04-07T17:45:40.898Z] #74 exporting to image [2022-04-07T17:45:40.898Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-07T17:45:40.898Z] #74 exporting layers [2022-04-07T17:45:40.915Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-04-07T17:45:40.915Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-04-07T17:45:40.915Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-04-07T17:45:40.915Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-04-07T17:45:40.915Z] systemd 247.3-7 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-04-07T17:45:40.915Z] Detected virtualization docker. [2022-04-07T17:45:40.915Z] Detected architecture x86-64. [2022-04-07T17:45:40.915Z] Set hostname to <3946041ab218>. [2022-04-07T17:45:41.155Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-07T17:45:41.155Z] - CONFIG_CGROUP_BPF: enabled [2022-04-07T17:45:41.155Z] [2022-04-07T17:45:41.155Z] Optional Features: [2022-04-07T17:45:41.155Z] - CONFIG_USER_NS: enabled [2022-04-07T17:45:41.155Z] - CONFIG_SECCOMP: enabled [2022-04-07T17:45:41.155Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-07T17:45:41.155Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-07T17:45:41.155Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-07T17:45:41.155Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-04-07T17:45:41.155Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-04-07T17:45:41.155Z] - CONFIG_BLK_CGROUP: enabled [2022-04-07T17:45:41.155Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-07T17:45:41.155Z] - CONFIG_CGROUP_PERF: enabled [2022-04-07T17:45:41.155Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-07T17:45:41.155Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-07T17:45:41.155Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-07T17:45:41.155Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-07T17:45:41.155Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-07T17:45:41.155Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_IP_VS: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-07T17:45:41.155Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-07T17:45:41.155Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-07T17:45:41.155Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-07T17:45:41.155Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-07T17:45:41.155Z] - CONFIG_EXT4_FS: enabled [2022-04-07T17:45:41.155Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-07T17:45:41.155Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-07T17:45:41.155Z] - Network Drivers: [2022-04-07T17:45:41.155Z] - "overlay": [2022-04-07T17:45:41.155Z] - CONFIG_VXLAN: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-07T17:45:41.155Z] Optional (for encrypted networks): [2022-04-07T17:45:41.155Z] - CONFIG_CRYPTO: enabled [2022-04-07T17:45:41.155Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-07T17:45:41.155Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-07T17:45:41.155Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-07T17:45:41.155Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-07T17:45:41.155Z] - CONFIG_XFRM: enabled [2022-04-07T17:45:41.155Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-07T17:45:41.155Z] - "ipvlan": [2022-04-07T17:45:41.155Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-07T17:45:41.155Z] - "macvlan": [2022-04-07T17:45:41.155Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-07T17:45:41.155Z] - CONFIG_DUMMY: enabled (as module) [2022-04-07T17:45:41.155Z] - "ftp,tftp client in container": [2022-04-07T17:45:41.178Z] modprobe@drm.service: Succeeded. [2022-04-07T17:45:41.178Z] modprobe@configfs.service: Succeeded. [2022-04-07T17:45:41.178Z] modprobe@fuse.service: Succeeded. [2022-04-07T17:45:41.178Z] + source /etc/docker-entrypoint-cmd [2022-04-07T17:45:41.178Z] ++ hack/make.sh dynbinary test-integration [2022-04-07T17:45:41.178Z] [2022-04-07T17:45:41.415Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-07T17:45:41.415Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-07T17:45:41.415Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-07T17:45:41.415Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-07T17:45:41.415Z] - Storage Drivers: [2022-04-07T17:45:41.415Z] - "aufs": [2022-04-07T17:45:41.415Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-07T17:45:41.415Z] - "btrfs": [2022-04-07T17:45:41.415Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-07T17:45:41.415Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-07T17:45:41.415Z] - "devicemapper": [2022-04-07T17:45:41.415Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-07T17:45:41.415Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-07T17:45:41.415Z] - "overlay": [2022-04-07T17:45:41.415Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-07T17:45:41.415Z] - "zfs": [2022-04-07T17:45:41.415Z] - /dev/zfs: present [2022-04-07T17:45:41.415Z] - zfs command: missing [2022-04-07T17:45:41.415Z] - zpool command: missing [2022-04-07T17:45:41.415Z] [2022-04-07T17:45:41.415Z] Limits: [2022-04-07T17:45:41.415Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-07T17:45:41.415Z] [2022-04-07T17:45:41.415Z] + true [Pipeline] } [Pipeline] // stage [2022-04-07T17:45:41.439Z] Removing bundles/ [2022-04-07T17:45:41.439Z] [2022-04-07T17:45:41.439Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-07T17:45:41.439Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T17:45:41.439Z] GOOS="" GOARCH="" GOARM="" [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-07T17:45:41.745Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:101dafd049949a4da65dcefd495828a6644e1ce1 . [2022-04-07T17:45:41.745Z] #1 [internal] load build definition from Dockerfile [2022-04-07T17:45:41.745Z] #1 sha256:868b4e4609de693ce4e55afb826f96a4167fab2b0415b82d5cb46b3c699179db [2022-04-07T17:45:41.745Z] #1 transferring dockerfile: 16.77kB done [2022-04-07T17:45:41.745Z] #1 DONE 0.1s [2022-04-07T17:45:41.745Z] [2022-04-07T17:45:41.745Z] #2 [internal] load .dockerignore [2022-04-07T17:45:41.745Z] #2 sha256:2008f5c1be63c3dcd5018be26089a618e0ae66cefddf9f3becd33edb431f6607 [2022-04-07T17:45:41.745Z] #2 transferring context: 87B done [2022-04-07T17:45:41.839Z] #74 exporting layers 1.0s done [2022-04-07T17:45:41.839Z] #74 writing image sha256:60db79e9d633ba780ffeeaca2e6f14c8d3ca0a23a243e7f78ee7c7a5deed2593 done [2022-04-07T17:45:41.839Z] #74 naming to docker.io/library/docker:101dafd049949a4da65dcefd495828a6644e1ce1 done [2022-04-07T17:45:41.839Z] #74 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-04-07T17:45:42.005Z] #2 DONE 0.0s [2022-04-07T17:45:42.005Z] [2022-04-07T17:45:42.005Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-07T17:45:42.005Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-07T17:45:42.181Z] + trap exit INT TERM [2022-04-07T17:45:42.181Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-04-07T17:45:42.181Z] + CONTAINER_NAME=docker-pr7 [2022-04-07T17:45:42.181Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43448/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh dynbinary [2022-04-07T17:45:42.441Z] [2022-04-07T17:45:42.578Z] #3 DONE 0.4s [2022-04-07T17:45:42.578Z] [2022-04-07T17:45:42.578Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-07T17:45:42.578Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-07T17:45:42.578Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-04-07T17:45:42.578Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-04-07T17:45:42.578Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-04-07T17:45:42.578Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-04-07T17:45:42.578Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.1s [2022-04-07T17:45:42.578Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-04-07T17:45:42.578Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-04-07T17:45:42.701Z] Removing bundles/ [2022-04-07T17:45:42.701Z] [2022-04-07T17:45:42.701Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-07T17:45:42.701Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T17:45:42.701Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T17:45:42.837Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-04-07T17:45:42.837Z] #4 DONE 0.5s [2022-04-07T17:45:43.097Z] [2022-04-07T17:45:43.098Z] #5 [internal] load .dockerignore [2022-04-07T17:45:43.098Z] #5 sha256:14aa56c631034e69560ce7fb11ed568cb37c5eaed0ed735810589ac23de77bbb [2022-04-07T17:45:43.098Z] #5 DONE 0.0s [2022-04-07T17:45:43.098Z] [2022-04-07T17:45:43.098Z] #6 [internal] load build definition from Dockerfile [2022-04-07T17:45:43.098Z] #6 sha256:f60acef0f33f889717cc41b101296a6e97615309a9dd424f985bb6f0aea8cca4 [2022-04-07T17:45:43.098Z] #6 DONE 0.0s [2022-04-07T17:45:43.098Z] [2022-04-07T17:45:43.098Z] #10 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-04-07T17:45:43.098Z] #10 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-04-07T17:45:44.042Z] #10 DONE 1.0s [2022-04-07T17:45:44.042Z] [2022-04-07T17:45:44.042Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:45:44.042Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-07T17:45:44.042Z] #9 DONE 1.0s [2022-04-07T17:45:44.042Z] [2022-04-07T17:45:44.042Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:45:44.042Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-07T17:45:44.042Z] #7 DONE 1.0s [2022-04-07T17:45:44.042Z] [2022-04-07T17:45:44.042Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-07T17:45:44.042Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-07T17:45:44.042Z] #8 DONE 1.1s [2022-04-07T17:45:44.305Z] [2022-04-07T17:45:44.305Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:44.305Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-07T17:45:44.305Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-04-07T17:45:44.305Z] #76 DONE 0.0s [2022-04-07T17:45:44.305Z] [2022-04-07T17:45:44.305Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:44.305Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-07T17:45:44.305Z] #74 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-04-07T17:45:44.566Z] #74 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-07T17:45:44.566Z] #74 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-04-07T17:45:44.566Z] #74 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-04-07T17:45:45.140Z] #74 ... [2022-04-07T17:45:45.140Z] [2022-04-07T17:45:45.140Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-07T17:45:45.140Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-07T17:45:45.140Z] #52 DONE 0.0s [2022-04-07T17:45:45.140Z] [2022-04-07T17:45:45.140Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:45:45.140Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:45:45.140Z] #11 resolve docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 0.0s done [2022-04-07T17:45:45.140Z] #11 sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 1.86kB / 1.86kB done [2022-04-07T17:45:45.140Z] #11 sha256:478fcf47d5d8269f9b530784cca11b0386776b1d16417a5e694673e985f44253 1.80kB / 1.80kB done [2022-04-07T17:45:45.140Z] #11 sha256:7e4f3376ce4457350556e028798e3f76e6928463fe05195fe1bda289a3a5db2f 7.03kB / 7.03kB done [2022-04-07T17:45:45.140Z] #11 sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 10.87MB / 10.87MB 0.6s done [2022-04-07T17:45:45.140Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 39.85MB / 54.94MB 0.7s [2022-04-07T17:45:45.140Z] #11 sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 5.16MB / 5.16MB 0.7s [2022-04-07T17:45:45.401Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 46.14MB / 54.94MB 0.9s [2022-04-07T17:45:45.401Z] #11 sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 5.16MB / 5.16MB 0.7s done [2022-04-07T17:45:45.401Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 0B / 85.84MB 0.9s [2022-04-07T17:45:45.401Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 0B / 54.58MB 0.9s [2022-04-07T17:45:45.669Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 54.53MB / 54.94MB 1.0s [2022-04-07T17:45:45.669Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 10.36MB / 85.84MB 1.0s [2022-04-07T17:45:45.669Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 8.39MB / 54.58MB 1.1s [2022-04-07T17:45:45.669Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 26.21MB / 85.84MB 1.2s [2022-04-07T17:45:45.669Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 16.78MB / 54.58MB 1.2s [2022-04-07T17:45:45.930Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 34.60MB / 85.84MB 1.3s [2022-04-07T17:45:45.930Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 22.02MB / 54.58MB 1.3s [2022-04-07T17:45:45.930Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 49.28MB / 85.84MB 1.4s [2022-04-07T17:45:45.930Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 29.04MB / 54.58MB 1.4s [2022-04-07T17:45:45.930Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 55.57MB / 85.84MB 1.5s [2022-04-07T17:45:45.930Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 35.65MB / 54.58MB 1.5s [2022-04-07T17:45:46.061Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-04-07T17:45:46.061Z] [2022-04-07T17:45:46.061Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-04-07T17:45:46.061Z] Installing docker-proxy to /usr/local/bin/ [2022-04-07T17:45:46.061Z] [2022-04-07T17:45:46.061Z] + mkdir -p bundles [2022-04-07T17:45:46.061Z] + '[' -n 'github.com/docker/docker/api [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/backend/build [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/httputils [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/middleware [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/build [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/container [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/debug [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/image [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/network [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/session [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/system [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/server/router/volume [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/backend [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/container [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/events [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/filters [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/image [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/mount [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/network [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/registry [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/strslice [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/swarm [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T17:45:46.061Z] github.com/docker/docker/api/types/time [2022-04-07T17:45:46.062Z] github.com/docker/docker/api/types/versions [2022-04-07T17:45:46.062Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T17:45:46.062Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T17:45:46.062Z] github.com/docker/docker/api/types/volume [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/builder-next [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/dockerfile [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/remotecontext [2022-04-07T17:45:46.062Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T17:45:46.062Z] github.com/docker/docker/cli [2022-04-07T17:45:46.062Z] github.com/docker/docker/cli/config [2022-04-07T17:45:46.062Z] github.com/docker/docker/cli/debug [2022-04-07T17:45:46.062Z] github.com/docker/docker/client [2022-04-07T17:45:46.062Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T17:45:46.062Z] github.com/docker/docker/cmd/dockerd [2022-04-07T17:45:46.062Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T17:45:46.062Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T17:45:46.062Z] github.com/docker/docker/container [2022-04-07T17:45:46.062Z] github.com/docker/docker/container/stream [2022-04-07T17:45:46.062Z] github.com/docker/docker/contrib/apparmor [2022-04-07T17:45:46.062Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T17:45:46.062Z] github.com/docker/docker/contrib/httpserver [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/cluster [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/config [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/events [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/exec [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/images [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/initlayer [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/links [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/listeners [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/local [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/names [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/network [2022-04-07T17:45:46.062Z] github.com/docker/docker/daemon/stats [2022-04-07T17:45:46.062Z] github.com/docker/docker/distribution [2022-04-07T17:45:46.062Z] github.com/docker/docker/distribution/metadata [2022-04-07T17:45:46.062Z] github.com/docker/docker/distribution/utils [2022-04-07T17:45:46.062Z] github.com/docker/docker/distribution/xfer [2022-04-07T17:45:46.062Z] github.com/docker/docker/dockerversion [2022-04-07T17:45:46.062Z] github.com/docker/docker/errdefs [2022-04-07T17:45:46.062Z] github.com/docker/docker/image [2022-04-07T17:45:46.062Z] github.com/docker/docker/image/cache [2022-04-07T17:45:46.062Z] github.com/docker/docker/image/tarexport [2022-04-07T17:45:46.062Z] github.com/docker/docker/image/v1 [2022-04-07T17:45:46.062Z] github.com/docker/docker/internal/test/suite [2022-04-07T17:45:46.062Z] github.com/docker/docker/layer [2022-04-07T17:45:46.062Z] github.com/docker/docker/libcontainerd [2022-04-07T17:45:46.062Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T17:45:46.062Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T17:45:46.062Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T17:45:46.062Z] github.com/docker/docker/libcontainerd/types [2022-04-07T17:45:46.062Z] github.com/docker/docker/oci [2022-04-07T17:45:46.062Z] github.com/docker/docker/oci/caps [2022-04-07T17:45:46.062Z] github.com/docker/docker/opts [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/aaparser [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/archive [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/authorization [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/capabilities [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/containerfs [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/directory [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/dmesg [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/filenotify [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/fileutils [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/fsutils [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/homedir [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/idtools [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/ioutils [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/longpath [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/loopback [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/parsers [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/pidfile [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/platform [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/plugins [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/pools [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/progress [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/pubsub [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/reexec [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/signal [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/stack [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/stringid [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/system [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/tailfile [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/tarsum [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/truncindex [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/urlutil [2022-04-07T17:45:46.062Z] github.com/docker/docker/pkg/useragent [2022-04-07T17:45:46.062Z] github.com/docker/docker/plugin [2022-04-07T17:45:46.062Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T17:45:46.062Z] github.com/docker/docker/plugin/v2 [2022-04-07T17:45:46.062Z] github.com/docker/docker/profiles/apparmor [2022-04-07T17:45:46.062Z] github.com/docker/docker/profiles/seccomp [2022-04-07T17:45:46.062Z] github.com/docker/docker/quota [2022-04-07T17:45:46.062Z] github.com/docker/docker/reference [2022-04-07T17:45:46.062Z] github.com/docker/docker/registry [2022-04-07T17:45:46.062Z] github.com/docker/docker/registry/resumable [2022-04-07T17:45:46.062Z] github.com/docker/docker/restartmanager [2022-04-07T17:45:46.062Z] github.com/docker/docker/rootless [2022-04-07T17:45:46.062Z] github.com/docker/docker/rootless/specconv [2022-04-07T17:45:46.062Z] github.com/docker/docker/runconfig [2022-04-07T17:45:46.062Z] github.com/docker/docker/runconfig/opts [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/daemon [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/environment [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/fakegit [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/registry [2022-04-07T17:45:46.062Z] github.com/docker/docker/testutil/request [2022-04-07T17:45:46.062Z] github.com/docker/docker/volume [2022-04-07T17:45:46.062Z] github.com/docker/docker/volume/drivers [2022-04-07T17:45:46.062Z] github.com/docker/docker/volume/local [2022-04-07T17:45:46.062Z] github.com/docker/docker/volume/mounts [2022-04-07T17:45:46.062Z] github.com/docker/docker/volume/service [2022-04-07T17:45:46.062Z] github.com/docker/docker/volume/service/opts [2022-04-07T17:45:46.062Z] github.com/docker/docker/volume/testutils' ']' [2022-04-07T17:45:46.062Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-07T17:45:46.062Z] ? github.com/docker/docker/api [no test files] [2022-04-07T17:45:46.193Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 54.94MB / 54.94MB 1.5s done [2022-04-07T17:45:46.193Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 65.01MB / 85.84MB 1.6s [2022-04-07T17:45:46.193Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 39.85MB / 54.58MB 1.6s [2022-04-07T17:45:46.193Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 0B / 141.70MB 1.6s [2022-04-07T17:45:46.193Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 73.40MB / 85.84MB 1.8s [2022-04-07T17:45:46.193Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 54.58MB / 54.58MB 1.8s [2022-04-07T17:45:46.193Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 9.44MB / 141.70MB 1.8s [2022-04-07T17:45:46.193Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 [2022-04-07T17:45:46.454Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 80.74MB / 85.84MB 1.9s [2022-04-07T17:45:46.454Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 85.84MB / 85.84MB 2.0s [2022-04-07T17:45:46.455Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 22.02MB / 141.70MB 2.0s [2022-04-07T17:45:46.722Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 38.80MB / 141.70MB 2.3s [2022-04-07T17:45:46.984Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 54.58MB / 54.58MB 2.3s done [2022-04-07T17:45:46.984Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 52.43MB / 141.70MB 2.4s [2022-04-07T17:45:46.984Z] #11 sha256:d481c2fcefdcf25a9b241d4c985b6b7a186858598dff3a830073cda2fac2b521 156B / 156B 2.4s [2022-04-07T17:45:46.984Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 66.06MB / 141.70MB 2.6s [2022-04-07T17:45:47.248Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 75.50MB / 141.70MB 2.7s [2022-04-07T17:45:47.248Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 85.98MB / 141.70MB 2.8s [2022-04-07T17:45:47.511Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 96.47MB / 141.70MB 2.9s [2022-04-07T17:45:47.511Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 123.73MB / 141.70MB 3.2s [2022-04-07T17:45:48.112Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 85.84MB / 85.84MB 3.2s done [2022-04-07T17:45:48.112Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 133.80MB / 141.70MB 3.5s [2022-04-07T17:45:48.112Z] #11 sha256:d481c2fcefdcf25a9b241d4c985b6b7a186858598dff3a830073cda2fac2b521 156B / 156B 3.4s done [2022-04-07T17:45:48.112Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 141.70MB / 141.70MB 3.7s [2022-04-07T17:45:49.551Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 141.70MB / 141.70MB 5.1s done [2022-04-07T17:45:49.812Z] #11 ... [2022-04-07T17:45:49.812Z] [2022-04-07T17:45:49.812Z] #31 [internal] load build context [2022-04-07T17:45:49.812Z] #31 sha256:50c6fffa58ee918c373179ac49ccbf2dca5e3700f5305d9daa05173a6cc131bb [2022-04-07T17:45:49.812Z] #31 transferring context: 60.71MB 4.8s done [2022-04-07T17:45:49.812Z] #31 DONE 5.4s [2022-04-07T17:45:49.812Z] [2022-04-07T17:45:49.812Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:49.812Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-07T17:45:49.812Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.9s [2022-04-07T17:45:49.812Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.0s done [2022-04-07T17:45:49.812Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-04-07T17:45:50.755Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-04-07T17:45:51.016Z] #74 ... [2022-04-07T17:45:51.016Z] [2022-04-07T17:45:51.016Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:51.016Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-07T17:45:51.016Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-07T17:45:51.016Z] #76 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-04-07T17:45:51.016Z] #76 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-04-07T17:45:51.016Z] #76 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.9s done [2022-04-07T17:45:51.016Z] #76 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.1s done [2022-04-07T17:45:51.016Z] #76 DONE 6.5s [2022-04-07T17:45:51.016Z] [2022-04-07T17:45:51.016Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:45:51.016Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-07T17:45:51.016Z] #74 DONE 6.6s [2022-04-07T17:45:51.016Z] [2022-04-07T17:45:51.017Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:45:51.017Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:45:51.593Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 5.2s [2022-04-07T17:45:52.165Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 5.9s done [2022-04-07T17:45:52.738Z] #11 ... [2022-04-07T17:45:52.738Z] [2022-04-07T17:45:52.738Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b [2022-04-07T17:45:52.738Z] #35 sha256:e6ab8fc656634672d1045f89cdce4808786aeae1e5d9ef8a29fb960faf311af9 [2022-04-07T17:45:52.738Z] #35 resolve docker.io/library/debian:bullseye@sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b 0.1s done [2022-04-07T17:45:52.738Z] #35 sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b 1.85kB / 1.85kB done [2022-04-07T17:45:52.738Z] #35 sha256:0040bafca14127bdc2dcb0d9897a26f5d44136e89c02046710de6ea01a227278 529B / 529B done [2022-04-07T17:45:52.738Z] #35 sha256:d69c6cd3a20d21ec91b677c3bcd10d9975f4fe67eff81afb5a09bdef5134afeb 1.46kB / 1.46kB done [2022-04-07T17:45:52.738Z] #35 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 54.94MB / 54.94MB 1.2s done [2022-04-07T17:45:52.738Z] #35 DONE 8.3s [2022-04-07T17:45:52.738Z] [2022-04-07T17:45:52.738Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:45:52.738Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:45:52.738Z] #11 extracting sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 [2022-04-07T17:45:53.316Z] #11 extracting sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 0.4s done [2022-04-07T17:45:53.577Z] #11 ... [2022-04-07T17:45:53.577Z] [2022-04-07T17:45:53.577Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-07T17:45:53.577Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-07T17:45:53.577Z] #75 DONE 0.5s [2022-04-07T17:45:53.577Z] [2022-04-07T17:45:53.577Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:45:53.577Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:45:53.577Z] #11 extracting sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 [2022-04-07T17:45:53.838Z] #11 extracting sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 0.4s done [2022-04-07T17:45:54.100Z] #11 ... [2022-04-07T17:45:54.100Z] [2022-04-07T17:45:54.100Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-07T17:45:54.100Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-07T17:45:54.100Z] #77 DONE 0.6s [2022-04-07T17:45:54.100Z] [2022-04-07T17:45:54.100Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:45:54.100Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:45:54.100Z] #11 extracting sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d [2022-04-07T17:45:59.395Z] #11 extracting sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 4.6s done [2022-04-07T17:45:59.395Z] #11 extracting sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 0.1s [2022-04-07T17:46:00.973Z] ok github.com/docker/docker/api/server 0.009s coverage: 7.9% of statements [2022-04-07T17:46:02.703Z] #11 ... [2022-04-07T17:46:02.703Z] [2022-04-07T17:46:02.703Z] #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-04-07T17:46:02.703Z] #36 sha256:55dd196ecbb5e8f141dd3018de64651ca35f060f717ff538a88fd35eecfdb8ca [2022-04-07T17:46:02.703Z] #36 2.064 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:46:02.703Z] #36 2.078 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:46:02.703Z] #36 2.078 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:46:02.703Z] #36 2.202 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:46:02.703Z] #36 2.378 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:46:02.703Z] #36 2.587 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:46:02.703Z] #36 3.989 Fetched 8508 kB in 2s (3855 kB/s) [2022-04-07T17:46:02.703Z] #36 3.989 Reading package lists... [2022-04-07T17:46:02.703Z] #36 4.788 Reading package lists... [2022-04-07T17:46:02.703Z] #36 5.574 Building dependency tree... [2022-04-07T17:46:02.703Z] #36 5.934 The following additional packages will be installed: [2022-04-07T17:46:02.703Z] #36 5.934 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-04-07T17:46:02.703Z] #36 5.934 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-04-07T17:46:02.703Z] #36 5.934 Recommended packages: [2022-04-07T17:46:02.703Z] #36 5.934 libldap-common publicsuffix libsasl2-modules [2022-04-07T17:46:02.703Z] #36 6.122 The following NEW packages will be installed: [2022-04-07T17:46:02.703Z] #36 6.122 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-04-07T17:46:02.703Z] #36 6.122 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-04-07T17:46:02.703Z] #36 6.122 libssh2-1 openssl [2022-04-07T17:46:02.703Z] #36 6.395 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:46:02.703Z] #36 6.395 Need to get 3040 kB of archives. [2022-04-07T17:46:02.703Z] #36 6.395 After this operation, 6651 kB of additional disk space will be used. [2022-04-07T17:46:02.703Z] #36 6.395 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-04-07T17:46:02.704Z] #36 6.406 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-04-07T17:46:02.704Z] #36 6.408 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-04-07T17:46:02.704Z] #36 6.411 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-04-07T17:46:02.704Z] #36 6.412 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-04-07T17:46:02.704Z] #36 6.413 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-04-07T17:46:02.704Z] #36 6.415 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-04-07T17:46:02.704Z] #36 6.423 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-04-07T17:46:02.704Z] #36 6.423 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-04-07T17:46:02.704Z] #36 6.423 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-04-07T17:46:02.704Z] #36 6.423 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-04-07T17:46:02.704Z] #36 6.423 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-04-07T17:46:02.704Z] #36 6.423 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-07T17:46:02.704Z] #36 6.426 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-07T17:46:02.704Z] #36 6.430 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-07T17:46:02.704Z] #36 6.590 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:46:02.704Z] #36 6.627 Fetched 3040 kB in 0s (10000 kB/s) [2022-04-07T17:46:02.704Z] #36 6.666 Selecting previously unselected package openssl. [2022-04-07T17:46:02.704Z] #36 6.666 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-04-07T17:46:02.704Z] #36 6.667 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 6.672 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 6.825 Selecting previously unselected package ca-certificates. [2022-04-07T17:46:02.704Z] #36 6.825 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-04-07T17:46:02.704Z] #36 6.830 Unpacking ca-certificates (20210119) ... [2022-04-07T17:46:02.704Z] #36 6.917 Selecting previously unselected package libbrotli1:amd64. [2022-04-07T17:46:02.704Z] #36 6.917 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 6.931 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-07T17:46:02.704Z] #36 6.996 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-07T17:46:02.704Z] #36 6.996 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.000 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 7.039 Selecting previously unselected package libsasl2-2:amd64. [2022-04-07T17:46:02.704Z] #36 7.039 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.043 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 7.111 Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-07T17:46:02.704Z] #36 7.111 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.125 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-07T17:46:02.704Z] #36 7.184 Selecting previously unselected package libnghttp2-14:amd64. [2022-04-07T17:46:02.704Z] #36 7.186 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.192 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-07T17:46:02.704Z] #36 7.312 Selecting previously unselected package libpsl5:amd64. [2022-04-07T17:46:02.704Z] #36 7.312 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.316 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-04-07T17:46:02.704Z] #36 7.359 Selecting previously unselected package librtmp1:amd64. [2022-04-07T17:46:02.704Z] #36 7.361 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.365 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-07T17:46:02.704Z] #36 7.416 Selecting previously unselected package libssh2-1:amd64. [2022-04-07T17:46:02.704Z] #36 7.416 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.421 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-04-07T17:46:02.704Z] #36 7.493 Selecting previously unselected package libcurl4:amd64. [2022-04-07T17:46:02.704Z] #36 7.493 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.498 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 7.570 Selecting previously unselected package curl. [2022-04-07T17:46:02.704Z] #36 7.570 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.594 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 7.656 Selecting previously unselected package libonig5:amd64. [2022-04-07T17:46:02.704Z] #36 7.656 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.666 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-07T17:46:02.704Z] #36 7.736 Selecting previously unselected package libjq1:amd64. [2022-04-07T17:46:02.704Z] #36 7.736 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.740 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-07T17:46:02.704Z] #36 7.795 Selecting previously unselected package jq. [2022-04-07T17:46:02.704Z] #36 7.795 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-04-07T17:46:02.704Z] #36 7.799 Unpacking jq (1.6-2.1) ... [2022-04-07T17:46:02.704Z] #36 7.837 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-04-07T17:46:02.704Z] #36 7.852 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-07T17:46:02.704Z] #36 7.872 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-07T17:46:02.704Z] #36 7.909 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 7.922 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-07T17:46:02.704Z] #36 7.934 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 7.945 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-04-07T17:46:02.704Z] #36 7.960 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 7.977 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-07T17:46:02.704Z] #36 7.989 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-07T17:46:02.704Z] #36 8.001 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-07T17:46:02.704Z] #36 8.013 Setting up ca-certificates (20210119) ... [2022-04-07T17:46:02.704Z] #36 8.575 Updating certificates in /etc/ssl/certs... [2022-04-07T17:46:02.704Z] #36 9.313 129 added, 0 removed; done. [2022-04-07T17:46:02.704Z] #36 9.354 Setting up jq (1.6-2.1) ... [2022-04-07T17:46:02.704Z] #36 9.366 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 9.378 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-04-07T17:46:02.704Z] #36 9.394 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:46:02.704Z] #36 9.416 Processing triggers for ca-certificates (20210119) ... [2022-04-07T17:46:02.704Z] #36 9.424 Updating certificates in /etc/ssl/certs... [2022-04-07T17:46:02.704Z] #36 10.03 0 added, 0 removed; done. [2022-04-07T17:46:02.704Z] #36 10.03 Running hooks in /etc/ca-certificates/update.d... [2022-04-07T17:46:02.704Z] #36 10.03 done. [2022-04-07T17:46:02.967Z] #36 ... [2022-04-07T17:46:02.967Z] [2022-04-07T17:46:02.967Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:46:02.967Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:46:03.228Z] #11 extracting sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 4.4s done [2022-04-07T17:46:03.801Z] #11 extracting sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 [2022-04-07T17:46:05.191Z] #11 ... [2022-04-07T17:46:05.191Z] [2022-04-07T17:46:05.191Z] #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-04-07T17:46:05.191Z] #36 sha256:55dd196ecbb5e8f141dd3018de64651ca35f060f717ff538a88fd35eecfdb8ca [2022-04-07T17:46:05.191Z] #36 DONE 12.5s [2022-04-07T17:46:05.191Z] [2022-04-07T17:46:05.191Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:46:05.191Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:46:05.453Z] #11 ... [2022-04-07T17:46:05.453Z] [2022-04-07T17:46:05.453Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-07T17:46:05.453Z] #37 sha256:b98d5b38f5af4f84c2d51accae6ed479f933b6ca19490b19de99e8b6566cf08a [2022-04-07T17:46:05.453Z] #37 DONE 0.2s [2022-04-07T17:46:05.453Z] [2022-04-07T17:46:05.453Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:46:05.453Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:46:08.774Z] #11 extracting sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 5.1s [2022-04-07T17:46:12.084Z] #11 extracting sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 7.7s done [2022-04-07T17:46:12.084Z] #11 extracting sha256:d481c2fcefdcf25a9b241d4c985b6b7a186858598dff3a830073cda2fac2b521 [2022-04-07T17:46:12.084Z] #11 extracting sha256:d481c2fcefdcf25a9b241d4c985b6b7a186858598dff3a830073cda2fac2b521 done [2022-04-07T17:46:12.084Z] #11 DONE 27.7s [2022-04-07T17:46:12.084Z] [2022-04-07T17:46:12.084Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-07T17:46:12.084Z] #12 sha256:42aaa3e89e1c770f1dfeaa05824c2026008fccc72e4534f8a3436bf16f4e6506 [2022-04-07T17:46:14.001Z] #12 DONE 2.1s [2022-04-07T17:46:14.001Z] [2022-04-07T17:46:14.001Z] #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-04-07T17:46:14.001Z] #38 sha256:7c009b870f455d464a998ac5f69d33d0022263a96e1143413cde13c43ddc2d02 [2022-04-07T17:46:14.001Z] #38 1.550 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-04-07T17:46:14.001Z] #38 1.815 [2022-04-07T17:46:14.001Z] #38 2.029 #=#=# ######################################################################## 100.0% [2022-04-07T17:46:14.001Z] #38 2.276 [2022-04-07T17:46:14.001Z] #38 3.165 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-04-07T17:46:14.001Z] #38 3.428 [2022-04-07T17:46:14.001Z] #38 3.644 #=#=# ######################################################################## 100.0% [2022-04-07T17:46:14.001Z] #38 3.878 [2022-04-07T17:46:14.001Z] #38 4.858 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-04-07T17:46:14.002Z] #38 5.111 [2022-04-07T17:46:14.002Z] #38 5.330 #=#=# #################### 28.1% ########################################### 59.8% ################################################################# 91.0% ######################################################################## 100.0% [2022-04-07T17:46:14.002Z] #38 5.850 [2022-04-07T17:46:14.002Z] #38 6.793 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-04-07T17:46:14.002Z] #38 7.062 [2022-04-07T17:46:14.002Z] #38 7.279 #=#=# ######################################################################## 100.0% [2022-04-07T17:46:14.002Z] #38 7.478 [2022-04-07T17:46:14.002Z] #38 8.013 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-04-07T17:46:14.002Z] #38 8.204 [2022-04-07T17:46:14.002Z] #38 8.417 #=#=# ######################################################################## 100.0% [2022-04-07T17:46:14.002Z] #38 8.614 [2022-04-07T17:46:14.002Z] #38 8.652 Download of images into '/build' complete. [2022-04-07T17:46:14.002Z] #38 8.652 Use something like the following to load the result into a Docker daemon: [2022-04-07T17:46:14.002Z] #38 8.652 tar -cC '/build' . | docker load [2022-04-07T17:46:14.002Z] #38 DONE 8.7s [2022-04-07T17:46:14.002Z] [2022-04-07T17:46:14.002Z] #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-04-07T17:46:14.002Z] #13 sha256:db23d3b435b4af6960dd8702a4e903fbf59fa049e65f5a850147b2c6095209a4 [2022-04-07T17:46:14.953Z] #13 DONE 0.7s [2022-04-07T17:46:14.953Z] [2022-04-07T17:46:14.953Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-07T17:46:14.953Z] #40 sha256:9f2c030506ccebbbf3ef140f3a1b35996b73e3326ea82b63e29888155c0db2b8 [2022-04-07T17:46:14.953Z] #40 DONE 0.0s [2022-04-07T17:46:14.953Z] [2022-04-07T17:46:14.953Z] #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-04-07T17:46:14.953Z] #41 sha256:8d8e501acb321185de907b9b2ead1812b837102cadf2ac3552e90a10998fcf70 [2022-04-07T17:46:14.953Z] #41 ... [2022-04-07T17:46:14.953Z] [2022-04-07T17:46:14.953Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-07T17:46:14.953Z] #49 sha256:a546b4f3aa57c9d95f9c18da36e460894b4aad27b3d7c8f3c44477414ff71d50 [2022-04-07T17:46:14.953Z] #49 DONE 0.2s [2022-04-07T17:46:14.953Z] [2022-04-07T17:46:14.953Z] #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-04-07T17:46:14.953Z] #53 sha256:078c6d094bf8eabbaea14fd0a4bacee4caf3443f4e433a369a6aefc86528d256 [2022-04-07T17:46:14.953Z] #53 DONE 0.2s [2022-04-07T17:46:15.215Z] [2022-04-07T17:46:15.215Z] #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-04-07T17:46:15.215Z] #54 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:46:16.608Z] #54 ... [2022-04-07T17:46:16.608Z] [2022-04-07T17:46:16.608Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-04-07T17:46:16.608Z] #14 sha256:24a1ac4a99012ffb2a8216b9dac6ddbeac51cb6f5a142a33bc8efb756d9faef8 [2022-04-07T17:46:16.608Z] #14 DONE 1.9s [2022-04-07T17:46:16.871Z] [2022-04-07T17:46:16.871Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-04-07T17:46:16.871Z] #15 sha256:a6347bf602fd46b0aab30abeb551e6783e5d5d3c3ed0796e3124d2e693ab7396 [2022-04-07T17:46:18.262Z] #15 DONE 1.2s [2022-04-07T17:46:18.262Z] [2022-04-07T17:46:18.262Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-04-07T17:46:18.262Z] #16 sha256:e6de4d8c6450cd3260b735febf0884f9e458671d69ef5d452931bf4eb143632e [2022-04-07T17:46:19.209Z] #16 DONE 1.3s [2022-04-07T17:46:19.209Z] [2022-04-07T17:46:19.209Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-04-07T17:46:19.209Z] #17 sha256:2499d4a89d98d94b3e937911b2b0cba450ee703e56ff52d46f0ab383f495b13e [2022-04-07T17:46:20.597Z] #17 DONE 1.3s [2022-04-07T17:46:20.597Z] [2022-04-07T17:46:20.597Z] #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-04-07T17:46:20.597Z] #54 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:46:20.597Z] #54 3.075 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:46:20.597Z] #54 3.264 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:46:20.597Z] #54 3.330 Get:3 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-04-07T17:46:20.597Z] #54 3.438 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:46:20.597Z] #54 3.817 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:46:20.597Z] #54 5.246 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:46:21.985Z] #54 ... [2022-04-07T17:46:21.985Z] [2022-04-07T17:46:21.985Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-04-07T17:46:21.985Z] #18 sha256:3edcaa2a38be60e2f916411534b420c99fd6f441b9c27d8dfd52c97be924f025 [2022-04-07T17:46:21.985Z] #18 DONE 1.2s [2022-04-07T17:46:21.985Z] [2022-04-07T17:46:21.985Z] #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-04-07T17:46:21.985Z] #19 sha256:6a36cc0c638e70bc1f304f5999b4315ba1298f59cc0e9d933b3d8bf0c1950139 [2022-04-07T17:46:23.378Z] #19 1.364 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:46:23.378Z] #19 1.384 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:46:23.378Z] #19 1.388 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:46:23.953Z] #19 2.056 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-07T17:46:24.533Z] #19 2.791 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-07T17:46:24.795Z] #19 ... [2022-04-07T17:46:24.795Z] [2022-04-07T17:46:24.795Z] #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-04-07T17:46:24.795Z] #60 sha256:749a79f697e944e23fec758dc6683b6486a07d0b0289242bc746c15945d2b63e [2022-04-07T17:46:24.795Z] #60 2.854 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-04-07T17:46:24.795Z] #60 3.816 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-04-07T17:46:24.795Z] #60 3.821 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-04-07T17:46:24.795Z] #60 3.966 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-04-07T17:46:24.795Z] #60 5.205 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-04-07T17:46:25.057Z] #60 ... [2022-04-07T17:46:25.057Z] [2022-04-07T17:46:25.057Z] #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-04-07T17:46:25.057Z] #43 sha256:6eeab3314cb1056373200c3a76d367b75bbb9f53af7116f2c06b24f88d967e3b [2022-04-07T17:46:25.057Z] #43 2.864 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-04-07T17:46:25.319Z] #43 ... [2022-04-07T17:46:25.319Z] [2022-04-07T17:46:25.319Z] #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-04-07T17:46:25.319Z] #56 sha256:d18e2d919ac8aad439b9c24b28b94c8575deb790c965ec32e2bd108487cdb3af [2022-04-07T17:46:25.319Z] #56 3.001 go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-07T17:46:25.319Z] #56 4.329 go: downloading github.com/fatih/color v1.10.0 [2022-04-07T17:46:25.319Z] #56 4.336 go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-07T17:46:25.319Z] #56 4.359 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-07T17:46:25.319Z] #56 4.435 go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T17:46:25.319Z] #56 4.777 go: downloading golang.org/x/tools v0.1.0 [2022-04-07T17:46:25.319Z] #56 4.976 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-07T17:46:25.319Z] #56 5.158 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-07T17:46:25.319Z] #56 5.322 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-07T17:46:25.319Z] #56 5.409 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-07T17:46:25.319Z] #56 8.439 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-07T17:46:25.319Z] #56 8.483 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-07T17:46:25.319Z] #56 8.504 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-07T17:46:25.319Z] #56 9.500 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-07T17:46:25.319Z] #56 9.528 go: downloading golang.org/x/mod v0.3.0 [2022-04-07T17:46:25.319Z] #56 ... [2022-04-07T17:46:25.319Z] [2022-04-07T17:46:25.319Z] #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-04-07T17:46:25.319Z] #50 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:46:25.319Z] #50 2.411 + git clone https://github.com/docker/distribution.git . [2022-04-07T17:46:25.319Z] #50 2.413 Cloning into '.'... [2022-04-07T17:46:25.580Z] #50 ... [2022-04-07T17:46:25.580Z] [2022-04-07T17:46:25.580Z] #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-04-07T17:46:25.580Z] #58 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:46:25.580Z] #58 2.812 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-04-07T17:46:25.580Z] #58 ... [2022-04-07T17:46:25.580Z] [2022-04-07T17:46:25.580Z] #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-04-07T17:46:25.580Z] #19 sha256:6a36cc0c638e70bc1f304f5999b4315ba1298f59cc0e9d933b3d8bf0c1950139 [2022-04-07T17:46:25.580Z] #19 3.520 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:46:26.153Z] #19 4.363 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-07T17:46:26.751Z] #19 ... [2022-04-07T17:46:26.751Z] [2022-04-07T17:46:26.751Z] #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-04-07T17:46:26.751Z] #43 sha256:6eeab3314cb1056373200c3a76d367b75bbb9f53af7116f2c06b24f88d967e3b [2022-04-07T17:46:26.751Z] #43 11.31 tomll can be used in two ways: [2022-04-07T17:46:26.751Z] #43 11.31 Writing to STDIN and reading from STDOUT: [2022-04-07T17:46:26.751Z] #43 11.31 cat file.toml | tomll > file.toml [2022-04-07T17:46:26.751Z] #43 11.31 [2022-04-07T17:46:26.751Z] #43 11.31 Reading and updating a list of files: [2022-04-07T17:46:26.751Z] #43 11.31 tomll a.toml b.toml c.toml [2022-04-07T17:46:26.751Z] #43 11.31 [2022-04-07T17:46:26.751Z] #43 11.31 When given a list of files, tomll will modify all files in place without asking. [2022-04-07T17:46:26.751Z] #43 DONE 11.8s [2022-04-07T17:46:26.751Z] [2022-04-07T17:46:26.751Z] #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-04-07T17:46:26.751Z] #54 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:46:26.751Z] #54 8.185 Get:7 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-04-07T17:46:26.751Z] #54 8.557 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:46:27.327Z] #54 ... [2022-04-07T17:46:27.327Z] [2022-04-07T17:46:27.327Z] #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-04-07T17:46:27.327Z] #41 sha256:8d8e501acb321185de907b9b2ead1812b837102cadf2ac3552e90a10998fcf70 [2022-04-07T17:46:27.327Z] #41 2.462 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-04-07T17:46:27.327Z] #41 2.462 Cloning into '.'... [2022-04-07T17:46:27.589Z] #41 ... [2022-04-07T17:46:27.589Z] [2022-04-07T17:46:27.589Z] #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-04-07T17:46:27.589Z] #19 sha256:6a36cc0c638e70bc1f304f5999b4315ba1298f59cc0e9d933b3d8bf0c1950139 [2022-04-07T17:46:27.589Z] #19 5.434 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-07T17:46:28.168Z] #19 6.424 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-07T17:46:28.743Z] #19 6.986 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-04-07T17:46:28.743Z] #19 6.987 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:46:28.743Z] #19 6.989 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-04-07T17:46:28.743Z] #19 7.008 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [118 kB] [2022-04-07T17:46:28.743Z] #19 7.011 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [126 kB] [2022-04-07T17:46:28.743Z] #19 7.021 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-04-07T17:46:28.743Z] #19 7.035 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-07T17:46:28.743Z] #19 7.038 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-07T17:46:28.743Z] #19 7.041 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-07T17:46:28.743Z] #19 7.041 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:46:28.743Z] #19 7.042 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-07T17:46:28.743Z] #19 7.043 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-07T17:46:35.340Z] #19 ... [2022-04-07T17:46:35.340Z] [2022-04-07T17:46:35.340Z] #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-04-07T17:46:35.340Z] #50 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:46:35.340Z] #50 15.91 + git checkout -q v2.3.0 [2022-04-07T17:46:35.340Z] #50 17.47 + 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-04-07T17:46:37.260Z] #50 ... [2022-04-07T17:46:37.260Z] [2022-04-07T17:46:37.260Z] #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-04-07T17:46:37.260Z] #58 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:46:37.260Z] #58 20.50 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-07T17:46:37.260Z] #58 20.50 go: downloading github.com/fatih/color v1.13.0 [2022-04-07T17:46:37.260Z] #58 20.60 go: downloading github.com/spf13/cobra v1.3.0 [2022-04-07T17:46:37.260Z] #58 20.60 go: downloading github.com/spf13/pflag v1.0.5 [2022-04-07T17:46:37.260Z] #58 20.74 go: downloading github.com/spf13/viper v1.10.1 [2022-04-07T17:46:37.260Z] #58 20.82 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-07T17:46:37.260Z] #58 20.95 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-07T17:46:37.260Z] #58 20.95 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-07T17:46:37.260Z] #58 20.97 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-04-07T17:46:37.260Z] #58 20.99 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-04-07T17:46:37.260Z] #58 21.61 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-04-07T17:46:37.260Z] #58 21.62 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-07T17:46:37.833Z] #58 23.14 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T17:46:38.095Z] #58 ... [2022-04-07T17:46:38.095Z] [2022-04-07T17:46:38.095Z] #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-04-07T17:46:38.095Z] #60 sha256:749a79f697e944e23fec758dc6683b6486a07d0b0289242bc746c15945d2b63e [2022-04-07T17:46:38.095Z] #60 22.78 v3.0.2 [2022-04-07T17:46:38.095Z] #60 DONE 23.3s [2022-04-07T17:46:38.095Z] [2022-04-07T17:46:38.095Z] #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-04-07T17:46:38.095Z] #58 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:46:38.095Z] #58 23.14 go: downloading github.com/stretchr/testify v1.7.0 [2022-04-07T17:46:38.095Z] #58 23.21 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-04-07T17:46:38.095Z] #58 23.39 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-04-07T17:46:38.357Z] #58 23.44 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-04-07T17:46:38.357Z] #58 23.49 go: downloading github.com/magiconair/properties v1.8.5 [2022-04-07T17:46:38.357Z] #58 23.56 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-07T17:46:38.357Z] #58 23.56 go: downloading github.com/spf13/afero v1.6.0 [2022-04-07T17:46:38.357Z] #58 23.62 go: downloading github.com/spf13/cast v1.4.1 [2022-04-07T17:46:38.357Z] #58 ... [2022-04-07T17:46:38.357Z] [2022-04-07T17:46:38.357Z] #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-04-07T17:46:38.357Z] #54 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:46:38.357Z] #54 13.28 Fetched 8511 kB in 11s (797 kB/s) [2022-04-07T17:46:38.357Z] #54 13.28 Reading package lists... [2022-04-07T17:46:38.357Z] #54 16.30 Reading package lists... [2022-04-07T17:46:38.357Z] #54 19.43 Building dependency tree... [2022-04-07T17:46:38.357Z] #54 21.07 The following additional packages will be installed: [2022-04-07T17:46:38.357Z] #54 21.08 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-07T17:46:38.357Z] #54 21.08 python3-protobuf python3-six [2022-04-07T17:46:38.357Z] #54 21.09 Suggested packages: [2022-04-07T17:46:38.357Z] #54 21.09 python3-setuptools [2022-04-07T17:46:38.357Z] #54 21.09 Recommended packages: [2022-04-07T17:46:38.357Z] #54 21.09 iproute2 | iproute [2022-04-07T17:46:38.357Z] #54 21.50 The following NEW packages will be installed: [2022-04-07T17:46:38.357Z] #54 21.51 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-07T17:46:38.357Z] #54 21.51 python3-protobuf python3-six [2022-04-07T17:46:38.357Z] #54 21.87 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:46:38.357Z] #54 21.87 Need to get 2292 kB of archives. [2022-04-07T17:46:38.357Z] #54 21.87 After this operation, 11.0 MB of additional disk space will be used. [2022-04-07T17:46:38.357Z] #54 21.87 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-04-07T17:46:38.357Z] #54 21.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-07T17:46:38.357Z] #54 21.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-04-07T17:46:38.357Z] #54 21.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-04-07T17:46:38.357Z] #54 21.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-07T17:46:38.357Z] #54 21.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-07T17:46:38.357Z] #54 21.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-07T17:46:38.447Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09e792cabe7cbad3c) in /home/ubuntu/workspace/moby_PR-43448 [Pipeline] { [Pipeline] checkout [2022-04-07T17:46:38.618Z] #54 ... [2022-04-07T17:46:38.618Z] [2022-04-07T17:46:38.618Z] #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-04-07T17:46:38.618Z] #58 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:46:38.618Z] #58 23.64 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-04-07T17:46:38.618Z] #58 23.68 go: downloading github.com/subosito/gotenv v1.2.0 [2022-04-07T17:46:38.618Z] #58 23.69 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-04-07T17:46:38.618Z] #58 23.85 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-04-07T17:46:38.618Z] #58 23.88 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-04-07T17:46:38.845Z] The recommended git tool is: git [2022-04-07T17:46:38.878Z] #58 23.92 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-04-07T17:46:38.878Z] #58 23.96 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-04-07T17:46:38.878Z] #58 24.02 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-04-07T17:46:38.879Z] #58 24.03 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-04-07T17:46:38.879Z] #58 24.04 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-04-07T17:46:38.879Z] #58 24.09 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-04-07T17:46:38.879Z] #58 24.13 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-04-07T17:46:39.454Z] #58 24.57 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-04-07T17:46:39.454Z] #58 24.62 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-07T17:46:39.454Z] #58 24.63 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-04-07T17:46:39.454Z] #58 24.67 go: downloading github.com/Antonboom/errname v0.1.5 [2022-04-07T17:46:39.454Z] #58 24.70 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-04-07T17:46:39.715Z] #58 24.74 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-04-07T17:46:39.977Z] #58 25.06 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-04-07T17:46:39.977Z] #58 25.08 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-04-07T17:46:39.977Z] #58 25.11 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-04-07T17:46:39.977Z] #58 25.12 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-04-07T17:46:39.977Z] #58 25.21 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-04-07T17:46:39.977Z] #58 25.25 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-04-07T17:46:40.239Z] #58 25.25 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-04-07T17:46:40.239Z] #58 25.27 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-04-07T17:46:40.239Z] #58 25.33 go: downloading github.com/breml/bidichk v0.2.1 [2022-04-07T17:46:40.239Z] #58 25.35 go: downloading github.com/breml/errchkjson v0.2.1 [2022-04-07T17:46:40.239Z] #58 25.38 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-04-07T17:46:40.239Z] #58 25.42 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-04-07T17:46:40.239Z] #58 25.45 go: downloading github.com/daixiang0/gci v0.2.9 [2022-04-07T17:46:40.239Z] #58 25.46 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-04-07T17:46:40.501Z] #58 25.50 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-04-07T17:46:40.501Z] #58 25.51 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-04-07T17:46:40.501Z] #58 25.55 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-04-07T17:46:40.501Z] #58 25.58 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-04-07T17:46:40.501Z] #58 25.59 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-04-07T17:46:40.501Z] #58 25.63 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-04-07T17:46:40.501Z] #58 25.69 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-04-07T17:46:40.501Z] #58 25.71 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-04-07T17:46:40.501Z] #58 25.82 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-04-07T17:46:40.770Z] #58 25.82 go: downloading github.com/golangci/misspell v0.3.5 [2022-04-07T17:46:40.770Z] #58 25.83 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-04-07T17:46:40.770Z] #58 25.91 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-04-07T17:46:40.770Z] #58 25.92 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-04-07T17:46:40.770Z] #58 25.94 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-04-07T17:46:40.770Z] #58 25.96 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-04-07T17:46:40.770Z] #58 25.99 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-04-07T17:46:40.770Z] #58 26.00 go: downloading github.com/julz/importas v0.1.0 [2022-04-07T17:46:40.770Z] #58 26.02 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-04-07T17:46:40.770Z] #58 26.03 go: downloading github.com/kulti/thelper v0.5.0 [2022-04-07T17:46:40.770Z] #58 26.05 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-04-07T17:46:41.031Z] #58 26.06 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-04-07T17:46:41.031Z] #58 26.08 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-04-07T17:46:41.031Z] #58 26.10 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-04-07T17:46:41.031Z] #58 26.12 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-04-07T17:46:41.031Z] #58 26.13 go: downloading github.com/maratori/testpackage v1.0.1 [2022-04-07T17:46:41.031Z] #58 26.15 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-04-07T17:46:41.031Z] #58 26.19 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-04-07T17:46:41.031Z] #58 26.19 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-04-07T17:46:41.031Z] #58 26.21 go: downloading github.com/mgechev/revive v1.1.3 [2022-04-07T17:46:41.604Z] #58 26.60 go: downloading github.com/moricho/tparallel v0.2.1 [2022-04-07T17:46:41.604Z] #58 26.60 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-04-07T17:46:41.604Z] #58 26.62 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-04-07T17:46:41.604Z] #58 26.64 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-04-07T17:46:41.604Z] #58 26.67 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-04-07T17:46:41.604Z] #58 26.70 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-04-07T17:46:41.604Z] #58 26.74 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-04-07T17:46:41.604Z] #58 26.77 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-04-07T17:46:41.604Z] #58 26.78 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-04-07T17:46:41.604Z] #58 26.90 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-04-07T17:46:41.604Z] #58 26.91 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-04-07T17:46:41.894Z] #58 26.92 go: downloading github.com/sivchari/tenv v1.4.7 [2022-04-07T17:46:41.894Z] #58 26.92 go: downloading github.com/sonatard/noctx v0.0.1 [2022-04-07T17:46:41.894Z] #58 26.94 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-04-07T17:46:41.894Z] #58 26.95 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-04-07T17:46:41.894Z] #58 27.02 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-04-07T17:46:41.894Z] #58 27.07 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-04-07T17:46:41.894Z] #58 27.09 go: downloading github.com/tetafro/godot v1.4.11 [2022-04-07T17:46:41.894Z] #58 27.10 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-04-07T17:46:41.894Z] #58 27.13 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-04-07T17:46:42.166Z] #58 27.13 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-04-07T17:46:42.166Z] #58 27.25 go: downloading github.com/ultraware/funlen v0.0.3 [2022-04-07T17:46:42.166Z] #58 27.27 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-04-07T17:46:42.166Z] #58 27.29 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-04-07T17:46:42.166Z] #58 27.34 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-04-07T17:46:42.166Z] #58 27.38 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-04-07T17:46:42.315Z] using credential docker-jenkins-github-credentials [2022-04-07T17:46:42.323Z] Cloning the remote Git repository [2022-04-07T17:46:42.323Z] Cloning with configured refspecs honoured and without tags [2022-04-07T17:46:42.451Z] #58 27.61 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-04-07T17:46:42.343Z] Cloning repository https://github.com/moby/moby.git [2022-04-07T17:46:42.394Z] > git init /home/ubuntu/workspace/moby_PR-43448 # timeout=10 [2022-04-07T17:46:42.727Z] #58 27.72 go: downloading honnef.co/go/tools v0.2.2 [2022-04-07T17:46:43.309Z] #58 28.53 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-04-07T17:46:43.309Z] #58 28.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-04-07T17:46:43.309Z] #58 28.56 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-04-07T17:46:43.573Z] #58 28.59 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-07T17:46:43.573Z] #58 28.60 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-07T17:46:43.573Z] #58 28.61 go: downloading github.com/stretchr/objx v0.1.1 [2022-04-07T17:46:43.573Z] #58 28.66 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-04-07T17:46:43.573Z] #58 28.79 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-07T17:46:42.749Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:46:42.750Z] > git --version # timeout=10 [2022-04-07T17:46:42.764Z] > git --version # 'git version 2.17.1' [2022-04-07T17:46:42.764Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:46:42.766Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:46:43.841Z] #58 28.79 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-07T17:46:43.842Z] #58 28.86 go: downloading golang.org/x/text v0.3.7 [2022-04-07T17:46:47.180Z] #58 32.04 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-04-07T17:46:47.180Z] #58 32.08 go: downloading github.com/gobwas/glob v0.2.3 [2022-04-07T17:46:47.180Z] #58 32.14 go: downloading github.com/kisielk/gotool v1.0.0 [2022-04-07T17:46:47.180Z] #58 32.15 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-04-07T17:46:47.180Z] #58 32.19 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-04-07T17:46:47.180Z] #58 32.21 go: downloading golang.org/x/mod v0.5.1 [2022-04-07T17:46:47.180Z] #58 32.30 go: downloading github.com/ettle/strcase v0.1.1 [2022-04-07T17:46:47.180Z] #58 32.31 go: downloading github.com/fatih/structtag v1.2.0 [2022-04-07T17:46:47.180Z] #58 32.33 go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-07T17:46:47.180Z] #58 32.37 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-04-07T17:46:47.180Z] #58 32.38 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-04-07T17:46:47.442Z] #58 32.71 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-04-07T17:46:47.704Z] #58 32.87 go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-07T17:46:47.704Z] #58 32.91 go: downloading github.com/google/go-cmp v0.5.6 [2022-04-07T17:46:47.704Z] #58 32.91 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-04-07T17:46:47.704Z] #58 32.96 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-04-07T17:46:47.704Z] #58 32.99 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-04-07T17:46:47.967Z] #58 33.12 go: downloading github.com/prometheus/common v0.10.0 [2022-04-07T17:46:47.967Z] #58 33.12 go: downloading github.com/beorn7/perks v1.0.1 [2022-04-07T17:46:47.967Z] #58 33.16 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-07T17:46:47.967Z] #58 33.19 go: downloading github.com/cespare/xxhash v1.1.0 [2022-04-07T17:46:47.967Z] #58 33.21 go: downloading github.com/golang/protobuf v1.5.2 [2022-04-07T17:46:48.229Z] #58 33.41 go: downloading github.com/prometheus/procfs v0.6.0 [2022-04-07T17:46:48.229Z] #58 33.47 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-04-07T17:46:48.229Z] #58 33.53 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-04-07T17:46:48.492Z] #58 33.61 go: downloading google.golang.org/protobuf v1.27.1 [2022-04-07T17:46:49.067Z] #58 ... [2022-04-07T17:46:49.067Z] [2022-04-07T17:46:49.067Z] #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-04-07T17:46:49.067Z] #54 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:46:49.067Z] #54 25.03 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-04-07T17:46:49.067Z] #54 25.83 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:46:49.067Z] #54 25.97 Fetched 2292 kB in 4s (602 kB/s) [2022-04-07T17:46:49.067Z] #54 26.04 Selecting previously unselected package libprotobuf23:amd64. [2022-04-07T17:46:49.067Z] #54 26.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-07T17:46:49.067Z] #54 26.07 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-04-07T17:46:49.067Z] #54 26.09 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-04-07T17:46:49.067Z] #54 26.47 Selecting previously unselected package python3-pkg-resources. [2022-04-07T17:46:49.067Z] #54 26.47 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-07T17:46:49.067Z] #54 26.48 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-07T17:46:49.067Z] #54 26.64 Selecting previously unselected package python3-six. [2022-04-07T17:46:49.067Z] #54 26.64 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-04-07T17:46:49.067Z] #54 26.64 Unpacking python3-six (1.16.0-2) ... [2022-04-07T17:46:49.067Z] #54 26.74 Selecting previously unselected package python3-protobuf. [2022-04-07T17:46:49.067Z] #54 26.74 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-04-07T17:46:49.067Z] #54 26.75 Unpacking python3-protobuf (3.12.4-1) ... [2022-04-07T17:46:49.067Z] #54 27.12 Selecting previously unselected package libnet1:amd64. [2022-04-07T17:46:49.067Z] #54 27.12 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-07T17:46:49.067Z] #54 27.12 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-07T17:46:49.067Z] #54 27.23 Selecting previously unselected package libnl-3-200:amd64. [2022-04-07T17:46:49.067Z] #54 27.24 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-07T17:46:49.067Z] #54 27.25 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-07T17:46:49.067Z] #54 27.38 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-07T17:46:49.067Z] #54 27.39 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-07T17:46:49.067Z] #54 27.39 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-07T17:46:49.067Z] #54 27.46 Selecting previously unselected package criu. [2022-04-07T17:46:49.067Z] #54 27.46 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-04-07T17:46:49.067Z] #54 27.47 Unpacking criu (3.16.1-3) ... [2022-04-07T17:46:49.067Z] #54 28.04 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-07T17:46:49.067Z] #54 29.18 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-04-07T17:46:49.067Z] #54 29.21 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-07T17:46:49.067Z] #54 29.22 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-07T17:46:49.067Z] #54 29.23 Setting up python3-six (1.16.0-2) ... [2022-04-07T17:46:49.067Z] #54 29.90 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-07T17:46:49.067Z] #54 29.93 Setting up python3-protobuf (3.12.4-1) ... [2022-04-07T17:46:49.067Z] #54 31.97 Setting up criu (3.16.1-3) ... [2022-04-07T17:46:49.067Z] #54 33.24 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:46:49.067Z] #54 DONE 33.8s [2022-04-07T17:46:49.067Z] [2022-04-07T17:46:49.067Z] #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-04-07T17:46:49.067Z] #41 sha256:8d8e501acb321185de907b9b2ead1812b837102cadf2ac3552e90a10998fcf70 [2022-04-07T17:46:49.067Z] #41 26.54 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-04-07T17:46:49.067Z] #41 26.76 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-07T17:46:51.622Z] #41 ... [2022-04-07T17:46:51.622Z] [2022-04-07T17:46:51.622Z] #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-04-07T17:46:51.622Z] #56 sha256:d18e2d919ac8aad439b9c24b28b94c8575deb790c965ec32e2bd108487cdb3af [2022-04-07T17:46:51.622Z] #56 36.53 gotestsum version dev [2022-04-07T17:46:51.622Z] #56 DONE 36.8s [2022-04-07T17:46:51.622Z] [2022-04-07T17:46:51.622Z] #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-04-07T17:46:51.622Z] #50 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:46:54.175Z] #50 ... [2022-04-07T17:46:54.175Z] [2022-04-07T17:46:54.175Z] #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-04-07T17:46:54.175Z] #19 sha256:6a36cc0c638e70bc1f304f5999b4315ba1298f59cc0e9d933b3d8bf0c1950139 [2022-04-07T17:46:54.175Z] #19 32.42 Fetched 48.9 MB in 31s (1561 kB/s) [2022-04-07T17:47:04.194Z] #19 32.42 Reading package lists... [2022-04-07T17:47:05.924Z] Fetching without tags [2022-04-07T17:47:06.408Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:47:07.403Z] Merge succeeded, producing 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:47:07.403Z] Checking out Revision 101dafd049949a4da65dcefd495828a6644e1ce1 (PR-43448) [2022-04-07T17:47:05.847Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:47:05.860Z] > git config --add remote.origin.fetch +refs/pull/43448/head:refs/remotes/origin/PR-43448 # timeout=10 [2022-04-07T17:47:05.882Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:47:05.900Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:47:05.930Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:47:05.930Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:47:05.931Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:47:06.421Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:47:06.448Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:47:07.291Z] > git remote # timeout=10 [2022-04-07T17:47:07.316Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T17:47:07.344Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:47:07.345Z] > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10 [2022-04-07T17:47:07.378Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-07T17:47:07.405Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:47:07.436Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:47:08.719Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-07T17:47:08.720Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 16.2% of statements [2022-04-07T17:47:08.720Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-07T17:47:08.720Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-07T17:47:08.720Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-04-07T17:47:08.982Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-07T17:47:08.982Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-07T17:47:08.982Z] ? github.com/docker/docker/api/types [no test files] [2022-04-07T17:47:08.983Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-07T17:47:08.983Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-07T17:47:08.983Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-07T17:47:08.983Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-07T17:47:09.243Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-04-07T17:47:09.243Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-04-07T17:47:09.243Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-07T17:47:09.243Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-07T17:47:09.243Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-07T17:47:09.243Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-07T17:47:09.243Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-07T17:47:09.243Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-07T17:47:09.243Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-07T17:47:09.504Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-04-07T17:47:09.504Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/builder [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-07T17:47:09.504Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-07T17:47:11.890Z] Commit message: "daemon/config: move proxy settings to "proxies" struct within daemon.json" [2022-04-07T17:47:12.054Z] ok github.com/docker/docker/builder/remotecontext 0.140s coverage: 13.7% of statements [2022-04-07T17:47:12.054Z] ok github.com/docker/docker/builder/dockerfile 0.442s coverage: 49.3% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-07T17:47:12.344Z] #19 41.53 Reading package lists... [2022-04-07T17:47:12.997Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-04-07T17:47:13.004Z] + docker version [2022-04-07T17:47:13.571Z] ok github.com/docker/docker/builder/remotecontext/git 1.473s coverage: 86.3% of statements [2022-04-07T17:47:13.571Z] ? github.com/docker/docker/cli [no test files] [2022-04-07T17:47:13.571Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-07T17:47:13.832Z] ok github.com/docker/docker/cmd/docker-proxy 0.015s coverage: 67.6% of statements [2022-04-07T17:47:14.895Z] #19 50.43 Building dependency tree... [2022-04-07T17:47:16.282Z] #19 54.58 The following additional packages will be installed: [2022-04-07T17:47:16.544Z] #19 54.58 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-04-07T17:47:16.544Z] #19 54.58 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.58 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.58 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-04-07T17:47:16.544Z] #19 54.58 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.58 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.58 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-04-07T17:47:16.544Z] #19 54.58 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-04-07T17:47:16.544Z] #19 54.58 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.58 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.58 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-04-07T17:47:16.544Z] #19 54.58 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-04-07T17:47:16.544Z] #19 54.58 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-04-07T17:47:16.544Z] #19 54.58 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-04-07T17:47:16.544Z] #19 54.58 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.58 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.58 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-04-07T17:47:16.544Z] #19 54.58 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-04-07T17:47:16.544Z] #19 54.58 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-04-07T17:47:16.544Z] #19 54.58 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-04-07T17:47:16.544Z] #19 54.58 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-04-07T17:47:16.544Z] #19 54.58 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-04-07T17:47:16.544Z] #19 54.58 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-04-07T17:47:16.544Z] #19 54.58 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-04-07T17:47:16.544Z] #19 54.58 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-04-07T17:47:16.544Z] #19 54.58 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-04-07T17:47:16.544Z] #19 54.58 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-04-07T17:47:16.544Z] #19 54.58 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-04-07T17:47:16.544Z] #19 54.59 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-04-07T17:47:16.544Z] #19 54.59 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-04-07T17:47:16.544Z] #19 54.59 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-04-07T17:47:16.544Z] #19 54.59 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-04-07T17:47:16.544Z] #19 54.59 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-04-07T17:47:16.544Z] #19 54.60 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-04-07T17:47:16.544Z] #19 54.60 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-04-07T17:47:16.544Z] #19 54.60 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-04-07T17:47:16.544Z] #19 54.60 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-04-07T17:47:16.544Z] #19 54.60 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-04-07T17:47:16.544Z] #19 54.60 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-04-07T17:47:16.544Z] #19 54.60 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-04-07T17:47:16.544Z] #19 54.60 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-04-07T17:47:16.544Z] #19 54.60 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-04-07T17:47:16.544Z] #19 54.60 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-04-07T17:47:16.544Z] #19 54.60 linux-libc-dev-s390x-cross patch xz-utils [2022-04-07T17:47:16.544Z] #19 54.63 Suggested packages: [2022-04-07T17:47:16.544Z] #19 54.63 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-04-07T17:47:16.544Z] #19 54.63 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.63 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-04-07T17:47:16.544Z] #19 54.63 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-04-07T17:47:16.544Z] #19 54.63 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-04-07T17:47:16.544Z] #19 54.63 libyaml-shell-perl ed diffutils-doc [2022-04-07T17:47:16.544Z] #19 54.63 Recommended packages: [2022-04-07T17:47:16.544Z] #19 54.63 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-04-07T17:47:16.544Z] #19 54.63 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-04-07T17:47:18.038Z] ok github.com/docker/docker/client 0.068s coverage: 75.6% of statements [2022-04-07T17:47:19.555Z] Client: Docker Engine - Community [2022-04-07T17:47:19.555Z] Version: 20.10.14 [2022-04-07T17:47:19.555Z] API version: 1.41 [2022-04-07T17:47:19.555Z] Go version: go1.16.15 [2022-04-07T17:47:19.555Z] Git commit: a224086 [2022-04-07T17:47:19.555Z] Built: Thu Mar 24 01:47:57 2022 [2022-04-07T17:47:19.555Z] OS/Arch: linux/amd64 [2022-04-07T17:47:19.555Z] Context: default [2022-04-07T17:47:19.555Z] Experimental: true [2022-04-07T17:47:19.555Z] [2022-04-07T17:47:19.555Z] Server: Docker Engine - Community [2022-04-07T17:47:19.555Z] Engine: [2022-04-07T17:47:19.555Z] Version: 20.10.14 [2022-04-07T17:47:19.555Z] API version: 1.41 (minimum version 1.12) [2022-04-07T17:47:19.555Z] Go version: go1.16.15 [2022-04-07T17:47:19.555Z] Git commit: 87a90dc [2022-04-07T17:47:19.555Z] Built: Thu Mar 24 01:45:46 2022 [2022-04-07T17:47:19.555Z] OS/Arch: linux/amd64 [2022-04-07T17:47:19.555Z] Experimental: true [2022-04-07T17:47:19.555Z] containerd: [2022-04-07T17:47:19.555Z] Version: 1.5.11 [2022-04-07T17:47:19.555Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:47:19.555Z] runc: [2022-04-07T17:47:19.555Z] Version: 1.0.3 [2022-04-07T17:47:19.555Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-07T17:47:19.555Z] docker-init: [2022-04-07T17:47:19.555Z] Version: 0.19.0 [2022-04-07T17:47:19.555Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-07T17:47:19.911Z] + docker info [2022-04-07T17:47:20.763Z] #19 58.22 The following NEW packages will be installed: [2022-04-07T17:47:20.763Z] #19 58.22 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-04-07T17:47:20.763Z] #19 58.22 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-04-07T17:47:20.763Z] #19 58.22 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-04-07T17:47:20.763Z] #19 58.22 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-04-07T17:47:20.763Z] #19 58.22 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-04-07T17:47:20.763Z] #19 58.22 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-04-07T17:47:20.763Z] #19 58.22 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-04-07T17:47:20.763Z] #19 58.22 crossbuild-essential-armel crossbuild-essential-armhf [2022-04-07T17:47:20.763Z] #19 58.22 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-04-07T17:47:20.763Z] #19 58.22 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-04-07T17:47:20.763Z] #19 58.22 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-04-07T17:47:20.763Z] #19 58.22 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-04-07T17:47:20.763Z] #19 58.22 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-04-07T17:47:20.763Z] #19 58.22 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-04-07T17:47:20.763Z] #19 58.22 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-04-07T17:47:20.763Z] #19 58.22 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-04-07T17:47:20.763Z] #19 58.22 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-04-07T17:47:20.763Z] #19 58.22 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-04-07T17:47:20.763Z] #19 58.22 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-04-07T17:47:20.763Z] #19 58.22 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-04-07T17:47:20.763Z] #19 58.22 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-04-07T17:47:20.763Z] #19 58.22 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-04-07T17:47:20.763Z] #19 58.22 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-04-07T17:47:20.763Z] #19 58.22 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-04-07T17:47:20.763Z] #19 58.22 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-04-07T17:47:20.763Z] #19 58.23 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-04-07T17:47:20.763Z] #19 58.23 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-04-07T17:47:20.763Z] #19 58.23 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-04-07T17:47:20.763Z] #19 58.23 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-04-07T17:47:20.763Z] #19 58.23 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-04-07T17:47:20.763Z] #19 58.23 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-04-07T17:47:20.763Z] #19 58.23 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-04-07T17:47:20.763Z] #19 58.23 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-04-07T17:47:20.763Z] #19 58.23 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-04-07T17:47:20.763Z] #19 58.23 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-04-07T17:47:20.763Z] #19 58.23 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-04-07T17:47:20.763Z] #19 58.23 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-04-07T17:47:20.763Z] #19 58.23 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-04-07T17:47:20.763Z] #19 58.23 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-04-07T17:47:20.763Z] #19 58.23 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-04-07T17:47:20.763Z] #19 58.23 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-04-07T17:47:20.763Z] #19 58.23 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-04-07T17:47:20.763Z] #19 58.23 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-04-07T17:47:20.763Z] #19 58.23 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-04-07T17:47:20.763Z] #19 58.23 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-04-07T17:47:20.763Z] #19 58.23 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-04-07T17:47:20.763Z] #19 58.24 linux-libc-dev-s390x-cross patch xz-utils [2022-04-07T17:47:20.763Z] #19 58.74 0 upgraded, 133 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:47:20.763Z] #19 58.74 Need to get 787 MB of archives. [2022-04-07T17:47:20.763Z] #19 58.74 After this operation, 3385 MB of additional disk space will be used. [2022-04-07T17:47:20.763Z] #19 58.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-04-07T17:47:20.763Z] #19 58.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-04-07T17:47:20.763Z] #19 58.75 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-04-07T17:47:20.763Z] #19 58.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-04-07T17:47:20.763Z] #19 58.75 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-04-07T17:47:20.763Z] #19 58.76 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-04-07T17:47:20.763Z] #19 58.76 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-04-07T17:47:20.763Z] #19 58.81 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-04-07T17:47:20.763Z] #19 58.85 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-04-07T17:47:20.763Z] #19 58.91 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-04-07T17:47:20.763Z] #19 58.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-04-07T17:47:20.763Z] #19 58.99 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-04-07T17:47:20.763Z] #19 59.00 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-04-07T17:47:22.167Z] #19 60.26 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-04-07T17:47:22.167Z] #19 60.27 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-04-07T17:47:23.119Z] #19 61.50 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-04-07T17:47:23.382Z] #19 61.51 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-04-07T17:47:24.774Z] #19 62.84 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-04-07T17:47:24.774Z] #19 62.85 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-04-07T17:47:26.167Z] #19 64.16 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-04-07T17:47:26.167Z] #19 64.16 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-04-07T17:47:27.111Z] #19 65.38 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-04-07T17:47:27.111Z] #19 65.38 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-04-07T17:47:27.111Z] #19 65.38 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-04-07T17:47:27.111Z] #19 65.38 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-04-07T17:47:27.111Z] #19 65.38 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-04-07T17:47:27.111Z] #19 65.38 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-04-07T17:47:27.111Z] #19 65.38 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-04-07T17:47:27.111Z] #19 65.39 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-04-07T17:47:27.111Z] #19 65.42 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-04-07T17:47:27.111Z] #19 65.42 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-04-07T17:47:27.111Z] #19 65.42 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-04-07T17:47:27.111Z] #19 65.43 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-04-07T17:47:27.111Z] #19 65.43 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-04-07T17:47:27.111Z] #19 65.47 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-04-07T17:47:27.372Z] #19 65.48 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-04-07T17:47:27.372Z] #19 65.53 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-04-07T17:47:27.372Z] #19 65.53 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-04-07T17:47:27.372Z] #19 65.56 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-04-07T17:47:28.316Z] #19 66.42 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-04-07T17:47:30.241Z] #19 68.15 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-04-07T17:47:30.241Z] #19 68.15 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-04-07T17:47:30.241Z] #19 68.17 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-04-07T17:47:30.241Z] #19 68.21 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-04-07T17:47:30.241Z] #19 68.25 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-04-07T17:47:31.632Z] #19 69.85 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-04-07T17:47:31.632Z] #19 69.86 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-04-07T17:47:31.632Z] #19 69.86 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-04-07T17:47:31.632Z] #19 69.90 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-04-07T17:47:31.632Z] #19 69.90 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-04-07T17:47:31.632Z] #19 69.90 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-07T17:47:31.895Z] #19 70.15 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-04-07T17:47:31.895Z] #19 70.17 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-04-07T17:47:31.895Z] #19 70.17 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-04-07T17:47:31.895Z] #19 70.17 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-04-07T17:47:31.895Z] #19 70.17 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-04-07T17:47:31.895Z] #19 70.18 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-04-07T17:47:31.895Z] #19 70.18 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-04-07T17:47:31.895Z] #19 70.20 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-04-07T17:47:31.895Z] #19 70.20 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-04-07T17:47:31.895Z] #19 70.20 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-04-07T17:47:31.895Z] #19 70.20 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-04-07T17:47:31.895Z] #19 70.20 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-04-07T17:47:31.895Z] #19 70.21 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-04-07T17:47:31.895Z] #19 70.21 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-04-07T17:47:31.895Z] #19 70.23 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-04-07T17:47:32.157Z] #19 70.24 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-04-07T17:47:32.157Z] #19 70.24 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-04-07T17:47:32.157Z] #19 70.25 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-04-07T17:47:32.157Z] #19 70.30 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-04-07T17:47:32.157Z] #19 70.31 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-04-07T17:47:32.157Z] #19 70.34 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-04-07T17:47:32.157Z] #19 70.36 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-04-07T17:47:34.096Z] #19 71.98 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-04-07T17:47:34.096Z] #19 71.98 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-04-07T17:47:34.096Z] #19 72.01 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-04-07T17:47:34.096Z] #19 72.05 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-04-07T17:47:34.096Z] #19 72.10 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-04-07T17:47:35.560Z] #19 73.71 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-04-07T17:47:35.560Z] #19 73.72 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-04-07T17:47:35.560Z] #19 73.72 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-04-07T17:47:35.560Z] #19 73.74 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-04-07T17:47:35.560Z] #19 73.75 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-04-07T17:47:35.560Z] #19 73.75 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-04-07T17:47:35.560Z] #19 73.75 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-04-07T17:47:35.560Z] #19 73.80 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-04-07T17:47:35.560Z] #19 73.81 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-04-07T17:47:35.560Z] #19 73.84 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-04-07T17:47:35.821Z] #19 73.85 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-04-07T17:47:36.404Z] #19 ... [2022-04-07T17:47:36.404Z] [2022-04-07T17:47:36.404Z] #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-04-07T17:47:36.404Z] #41 sha256:8d8e501acb321185de907b9b2ead1812b837102cadf2ac3552e90a10998fcf70 [2022-04-07T17:47:36.404Z] #41 DONE 81.3s [2022-04-07T17:47:36.404Z] [2022-04-07T17:47:36.404Z] #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-04-07T17:47:36.404Z] #50 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:47:36.977Z] #50 ... [2022-04-07T17:47:36.977Z] [2022-04-07T17:47:36.977Z] #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-04-07T17:47:36.977Z] #19 sha256:6a36cc0c638e70bc1f304f5999b4315ba1298f59cc0e9d933b3d8bf0c1950139 [2022-04-07T17:47:36.977Z] #19 75.21 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-04-07T17:47:36.977Z] #19 75.22 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-04-07T17:47:36.977Z] #19 75.27 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-04-07T17:47:36.977Z] #19 75.31 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-04-07T17:47:37.238Z] #19 75.34 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-04-07T17:47:38.625Z] #19 76.60 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-04-07T17:47:38.625Z] #19 76.60 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-04-07T17:47:38.625Z] #19 76.60 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-04-07T17:47:38.625Z] #19 76.63 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-04-07T17:47:38.625Z] #19 76.63 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-04-07T17:47:38.625Z] #19 76.63 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-04-07T17:47:38.625Z] #19 76.63 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-04-07T17:47:38.625Z] #19 76.63 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-04-07T17:47:38.625Z] #19 76.67 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-04-07T17:47:38.625Z] #19 76.69 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-04-07T17:47:38.625Z] #19 76.72 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-04-07T17:47:38.625Z] #19 76.75 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-04-07T17:47:38.625Z] #19 76.76 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-04-07T17:47:38.625Z] #19 76.76 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-04-07T17:47:38.625Z] #19 76.78 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-04-07T17:47:40.020Z] #19 78.02 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-04-07T17:47:40.020Z] #19 78.03 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-04-07T17:47:40.020Z] #19 78.05 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-04-07T17:47:40.020Z] #19 78.09 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-04-07T17:47:40.020Z] #19 78.12 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-04-07T17:47:40.964Z] #19 79.33 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-04-07T17:47:40.964Z] #19 79.33 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-04-07T17:47:40.964Z] #19 79.33 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-04-07T17:47:40.964Z] #19 79.35 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-04-07T17:47:40.964Z] #19 79.36 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-04-07T17:47:41.235Z] #19 79.36 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-04-07T17:47:41.235Z] #19 79.37 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-04-07T17:47:41.236Z] #19 79.37 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-04-07T17:47:41.236Z] #19 79.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-04-07T17:47:41.236Z] #19 79.42 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-04-07T17:47:41.236Z] #19 79.44 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-04-07T17:47:41.236Z] #19 79.45 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-04-07T17:47:41.820Z] Client: [2022-04-07T17:47:41.821Z] Context: default [2022-04-07T17:47:41.821Z] Debug Mode: false [2022-04-07T17:47:41.821Z] Plugins: [2022-04-07T17:47:41.821Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-07T17:47:41.821Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-07T17:47:41.821Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-07T17:47:41.821Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-07T17:47:41.821Z] [2022-04-07T17:47:41.821Z] Server: [2022-04-07T17:47:41.821Z] Containers: 0 [2022-04-07T17:47:41.821Z] Running: 0 [2022-04-07T17:47:41.821Z] Paused: 0 [2022-04-07T17:47:41.821Z] Stopped: 0 [2022-04-07T17:47:41.821Z] Images: 0 [2022-04-07T17:47:41.821Z] Server Version: 20.10.14 [2022-04-07T17:47:41.821Z] Storage Driver: overlay2 [2022-04-07T17:47:41.821Z] Backing Filesystem: extfs [2022-04-07T17:47:41.821Z] Supports d_type: true [2022-04-07T17:47:41.821Z] Native Overlay Diff: true [2022-04-07T17:47:41.821Z] userxattr: false [2022-04-07T17:47:41.821Z] Logging Driver: json-file [2022-04-07T17:47:41.821Z] Cgroup Driver: cgroupfs [2022-04-07T17:47:41.821Z] Cgroup Version: 1 [2022-04-07T17:47:41.821Z] Plugins: [2022-04-07T17:47:41.821Z] Volume: local [2022-04-07T17:47:41.821Z] Network: bridge host ipvlan macvlan null overlay [2022-04-07T17:47:41.821Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-07T17:47:41.821Z] Swarm: inactive [2022-04-07T17:47:41.821Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-07T17:47:41.821Z] Default Runtime: runc [2022-04-07T17:47:41.821Z] Init Binary: docker-init [2022-04-07T17:47:41.821Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-07T17:47:41.821Z] runc version: v1.0.3-0-gf46b6ba [2022-04-07T17:47:41.821Z] init version: de40ad0 [2022-04-07T17:47:41.821Z] Security Options: [2022-04-07T17:47:41.821Z] apparmor [2022-04-07T17:47:41.821Z] seccomp [2022-04-07T17:47:41.821Z] Profile: default [2022-04-07T17:47:41.821Z] Kernel Version: 5.4.0-1071-aws [2022-04-07T17:47:41.821Z] Operating System: Ubuntu 18.04.6 LTS [2022-04-07T17:47:41.821Z] OSType: linux [2022-04-07T17:47:41.821Z] Architecture: x86_64 [2022-04-07T17:47:41.821Z] CPUs: 2 [2022-04-07T17:47:41.821Z] Total Memory: 7.565GiB [2022-04-07T17:47:41.821Z] Name: ip-10-100-81-213 [2022-04-07T17:47:41.821Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-04-07T17:47:41.821Z] Docker Root Dir: /var/lib/docker [2022-04-07T17:47:41.821Z] Debug Mode: false [2022-04-07T17:47:41.821Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:47:41.821Z] Labels: [2022-04-07T17:47:41.821Z] Experimental: true [2022-04-07T17:47:41.821Z] Insecure Registries: [2022-04-07T17:47:41.821Z] 127.0.0.0/8 [2022-04-07T17:47:41.821Z] Live Restore Enabled: true [2022-04-07T17:47:41.821Z] [2022-04-07T17:47:41.821Z] WARNING: No swap limit support [Pipeline] sh [2022-04-07T17:47:42.144Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:47:42.144Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:47:42.144Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43448/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-07T17:47:42.144Z] + bash /home/ubuntu/workspace/moby_PR-43448/check-config.sh [2022-04-07T17:47:42.144Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-07T17:47:42.144Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-04-07T17:47:42.144Z] [2022-04-07T17:47:42.144Z] Generally Necessary: [2022-04-07T17:47:42.144Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-07T17:47:42.144Z] - apparmor: enabled and tools installed [2022-04-07T17:47:42.144Z] - CONFIG_NAMESPACES: enabled [2022-04-07T17:47:42.144Z] - CONFIG_NET_NS: enabled [2022-04-07T17:47:42.144Z] - CONFIG_PID_NS: enabled [2022-04-07T17:47:42.144Z] - CONFIG_IPC_NS: enabled [2022-04-07T17:47:42.144Z] - CONFIG_UTS_NS: enabled [2022-04-07T17:47:42.144Z] - CONFIG_CGROUPS: enabled [2022-04-07T17:47:42.144Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-07T17:47:42.144Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-07T17:47:42.144Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-07T17:47:42.144Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-07T17:47:42.144Z] - CONFIG_CPUSETS: enabled [2022-04-07T17:47:42.144Z] - CONFIG_MEMCG: enabled [2022-04-07T17:47:42.144Z] - CONFIG_KEYS: enabled [2022-04-07T17:47:42.144Z] - CONFIG_VETH: enabled (as module) [2022-04-07T17:47:42.144Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-07T17:47:42.144Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-07T17:47:42.144Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-07T17:47:42.144Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-07T17:47:42.144Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-07T17:47:42.144Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-07T17:47:42.401Z] - CONFIG_CGROUP_BPF: enabled [2022-04-07T17:47:42.401Z] [2022-04-07T17:47:42.401Z] Optional Features: [2022-04-07T17:47:42.401Z] - CONFIG_USER_NS: enabled [2022-04-07T17:47:42.401Z] - CONFIG_SECCOMP: enabled [2022-04-07T17:47:42.401Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-07T17:47:42.401Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-07T17:47:42.401Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-07T17:47:42.401Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-04-07T17:47:42.401Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-04-07T17:47:42.401Z] - CONFIG_BLK_CGROUP: enabled [2022-04-07T17:47:42.401Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-07T17:47:42.401Z] - CONFIG_CGROUP_PERF: enabled [2022-04-07T17:47:42.401Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-07T17:47:42.401Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-07T17:47:42.401Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-07T17:47:42.401Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-07T17:47:42.401Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-07T17:47:42.401Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_IP_VS: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-07T17:47:42.401Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-07T17:47:42.401Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-07T17:47:42.401Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-07T17:47:42.401Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-07T17:47:42.401Z] - CONFIG_EXT4_FS: enabled [2022-04-07T17:47:42.401Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-07T17:47:42.401Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-07T17:47:42.401Z] - Network Drivers: [2022-04-07T17:47:42.401Z] - "overlay": [2022-04-07T17:47:42.401Z] - CONFIG_VXLAN: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-07T17:47:42.401Z] Optional (for encrypted networks): [2022-04-07T17:47:42.401Z] - CONFIG_CRYPTO: enabled [2022-04-07T17:47:42.401Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-07T17:47:42.401Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-07T17:47:42.401Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-07T17:47:42.401Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-07T17:47:42.401Z] - CONFIG_XFRM: enabled [2022-04-07T17:47:42.401Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-07T17:47:42.401Z] - "ipvlan": [2022-04-07T17:47:42.401Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-07T17:47:42.401Z] - "macvlan": [2022-04-07T17:47:42.401Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_DUMMY: enabled (as module) [2022-04-07T17:47:42.401Z] - "ftp,tftp client in container": [2022-04-07T17:47:42.401Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-07T17:47:42.401Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-07T17:47:42.401Z] - Storage Drivers: [2022-04-07T17:47:42.401Z] - "aufs": [2022-04-07T17:47:42.625Z] #19 80.76 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-04-07T17:47:42.625Z] #19 80.76 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-04-07T17:47:42.625Z] #19 80.79 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-04-07T17:47:42.625Z] #19 80.82 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-04-07T17:47:42.625Z] #19 80.86 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-04-07T17:47:42.662Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-07T17:47:42.662Z] - "btrfs": [2022-04-07T17:47:42.662Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-07T17:47:42.662Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-07T17:47:42.662Z] - "devicemapper": [2022-04-07T17:47:42.662Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-07T17:47:42.662Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-07T17:47:42.662Z] - "overlay": [2022-04-07T17:47:42.662Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-07T17:47:42.662Z] - "zfs": [2022-04-07T17:47:42.662Z] - /dev/zfs: present [2022-04-07T17:47:42.662Z] - zfs command: missing [2022-04-07T17:47:42.662Z] - zpool command: missing [2022-04-07T17:47:42.662Z] [2022-04-07T17:47:42.662Z] Limits: [2022-04-07T17:47:42.662Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-07T17:47:42.662Z] [2022-04-07T17:47:42.662Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-07T17:47:42.992Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:101dafd049949a4da65dcefd495828a6644e1ce1 . [2022-04-07T17:47:43.249Z] #2 [internal] load .dockerignore [2022-04-07T17:47:43.249Z] #2 sha256:11ab36a57f3bd420306077b4c1a8a107bad1534e8a2ce29ace4396aa7f3d9cd6 [2022-04-07T17:47:43.249Z] #2 transferring context: 87B done [2022-04-07T17:47:43.249Z] #2 DONE 0.1s [2022-04-07T17:47:43.249Z] [2022-04-07T17:47:43.249Z] #1 [internal] load build definition from Dockerfile [2022-04-07T17:47:43.249Z] #1 sha256:01952027498e19795ca5961641f8bf89381a28aef53e7582debaa7e59bf5132d [2022-04-07T17:47:43.249Z] #1 transferring dockerfile: 16.77kB done [2022-04-07T17:47:43.249Z] #1 DONE 0.1s [2022-04-07T17:47:43.249Z] [2022-04-07T17:47:43.249Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-07T17:47:43.249Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-07T17:47:43.511Z] #3 DONE 0.3s [2022-04-07T17:47:43.511Z] [2022-04-07T17:47:43.511Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-07T17:47:43.511Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-07T17:47:43.511Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-04-07T17:47:43.773Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-04-07T17:47:43.773Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-04-07T17:47:43.773Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-04-07T17:47:43.773Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-04-07T17:47:43.773Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-04-07T17:47:43.773Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-04-07T17:47:44.015Z] #19 82.09 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-04-07T17:47:44.015Z] #19 82.09 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-04-07T17:47:44.031Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-04-07T17:47:44.287Z] #4 DONE 0.6s [2022-04-07T17:47:44.545Z] [2022-04-07T17:47:44.545Z] #6 [internal] load build definition from Dockerfile [2022-04-07T17:47:44.545Z] #6 sha256:aae0d70403bde6bb234724f665a02c72c73da3cc8802375c11977bd911b6cf24 [2022-04-07T17:47:44.545Z] #6 DONE 0.0s [2022-04-07T17:47:44.545Z] [2022-04-07T17:47:44.545Z] #5 [internal] load .dockerignore [2022-04-07T17:47:44.545Z] #5 sha256:8e303d13a1db1c486d887b4c2e6a302123e712e252a48b9f5998a049e8c543dc [2022-04-07T17:47:44.545Z] #5 DONE 0.0s [2022-04-07T17:47:44.545Z] [2022-04-07T17:47:44.545Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:47:44.545Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-07T17:47:44.589Z] #19 82.77 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:47:44.852Z] #19 83.04 Fetched 787 MB in 24s (33.2 MB/s) [2022-04-07T17:47:44.852Z] #19 83.08 Selecting previously unselected package liblocale-gettext-perl. [2022-04-07T17:47:44.852Z] #19 83.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-07T17:47:44.852Z] #19 83.10 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-04-07T17:47:44.852Z] #19 83.10 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-04-07T17:47:44.852Z] #19 83.14 Selecting previously unselected package bzip2. [2022-04-07T17:47:45.113Z] #19 83.14 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-04-07T17:47:45.113Z] #19 83.15 Unpacking bzip2 (1.0.8-4) ... [2022-04-07T17:47:45.113Z] #19 83.20 Selecting previously unselected package libmagic-mgc. [2022-04-07T17:47:45.113Z] #19 83.20 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-04-07T17:47:45.113Z] #19 83.21 Unpacking libmagic-mgc (1:5.39-3) ... [2022-04-07T17:47:45.375Z] #19 83.40 Selecting previously unselected package libmagic1:amd64. [2022-04-07T17:47:45.375Z] #19 83.41 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-04-07T17:47:45.375Z] #19 83.42 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-04-07T17:47:45.375Z] #19 83.49 Selecting previously unselected package file. [2022-04-07T17:47:45.375Z] #19 83.49 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-04-07T17:47:45.375Z] #19 83.49 Unpacking file (1:5.39-3) ... [2022-04-07T17:47:45.375Z] #19 83.56 Selecting previously unselected package xz-utils. [2022-04-07T17:47:45.375Z] #19 83.56 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-04-07T17:47:45.375Z] #19 83.57 Unpacking xz-utils (5.2.5-2) ... [2022-04-07T17:47:45.375Z] #19 83.66 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-04-07T17:47:45.474Z] #10 ... [2022-04-07T17:47:45.475Z] [2022-04-07T17:47:45.475Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-07T17:47:45.475Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-07T17:47:45.475Z] #7 DONE 1.1s [2022-04-07T17:47:45.475Z] [2022-04-07T17:47:45.475Z] #8 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-04-07T17:47:45.475Z] #8 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-04-07T17:47:45.475Z] #8 DONE 1.1s [2022-04-07T17:47:45.475Z] [2022-04-07T17:47:45.475Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:47:45.475Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-07T17:47:45.475Z] #9 DONE 1.2s [2022-04-07T17:47:45.637Z] #19 83.66 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-04-07T17:47:45.637Z] #19 83.66 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-04-07T17:47:45.734Z] [2022-04-07T17:47:45.734Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-07T17:47:45.734Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-07T17:47:45.734Z] #10 DONE 1.2s [2022-04-07T17:47:46.221Z] #19 84.42 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-04-07T17:47:46.221Z] #19 84.42 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-04-07T17:47:46.221Z] #19 84.43 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-04-07T17:47:46.302Z] [2022-04-07T17:47:46.302Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:47:46.302Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-07T17:47:46.302Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-04-07T17:47:46.302Z] #69 DONE 0.0s [2022-04-07T17:47:46.302Z] [2022-04-07T17:47:46.302Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:47:46.302Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:47:46.302Z] #11 resolve docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 0.0s done [2022-04-07T17:47:46.302Z] #11 sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 1.86kB / 1.86kB done [2022-04-07T17:47:46.302Z] #11 sha256:478fcf47d5d8269f9b530784cca11b0386776b1d16417a5e694673e985f44253 1.80kB / 1.80kB done [2022-04-07T17:47:46.302Z] #11 sha256:7e4f3376ce4457350556e028798e3f76e6928463fe05195fe1bda289a3a5db2f 7.03kB / 7.03kB done [2022-04-07T17:47:46.562Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 0B / 54.94MB 0.1s [2022-04-07T17:47:46.823Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 5.24MB / 54.94MB 0.2s [2022-04-07T17:47:46.823Z] #11 sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 0B / 5.16MB 0.2s [2022-04-07T17:47:46.823Z] #11 ... [2022-04-07T17:47:46.823Z] [2022-04-07T17:47:46.823Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-07T17:47:46.823Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-07T17:47:46.823Z] #45 DONE 0.0s [2022-04-07T17:47:46.823Z] [2022-04-07T17:47:46.823Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:47:46.823Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:47:46.823Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 21.63MB / 54.94MB 0.4s [2022-04-07T17:47:46.823Z] #11 sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 0B / 10.87MB 0.4s [2022-04-07T17:47:47.086Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 30.41MB / 54.94MB 0.5s [2022-04-07T17:47:47.086Z] #11 sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 3.15MB / 5.16MB 0.6s [2022-04-07T17:47:47.086Z] #11 sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 5.24MB / 10.87MB 0.6s [2022-04-07T17:47:47.086Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 47.19MB / 54.94MB 0.7s [2022-04-07T17:47:47.086Z] #11 sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 5.16MB / 5.16MB 0.7s [2022-04-07T17:47:47.086Z] #11 sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 10.87MB / 10.87MB 0.7s [2022-04-07T17:47:47.166Z] #19 85.31 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-04-07T17:47:47.167Z] #19 85.32 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-04-07T17:47:47.167Z] #19 85.32 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-04-07T17:47:47.346Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 54.94MB / 54.94MB 0.9s [2022-04-07T17:47:47.346Z] #11 sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 5.16MB / 5.16MB 0.8s done [2022-04-07T17:47:47.605Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 0B / 54.58MB 1.0s [2022-04-07T17:47:47.605Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 3.63MB / 54.58MB 1.1s [2022-04-07T17:47:47.605Z] #11 sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 10.87MB / 10.87MB 1.2s done [2022-04-07T17:47:47.605Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 15.73MB / 54.58MB 1.2s [2022-04-07T17:47:47.740Z] #19 86.03 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-04-07T17:47:47.864Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 40.89MB / 54.58MB 1.5s [2022-04-07T17:47:47.962Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T17:47:47.962Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T17:47:47.962Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T17:47:47.962Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T17:47:47.962Z] [2022-04-07T17:47:47.962Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-07T17:47:47.962Z] DOCKER_SYSTEMD=1 [2022-04-07T17:47:47.962Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-07T17:47:47.962Z] HOSTNAME=3946041ab218 [2022-04-07T17:47:47.962Z] DEST=bundles/test-integration [2022-04-07T17:47:47.962Z] PWD=/go/src/github.com/docker/docker [2022-04-07T17:47:47.962Z] DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:47:47.962Z] container=docker [2022-04-07T17:47:47.962Z] HOME=/root [2022-04-07T17:47:47.962Z] LANG=C.UTF-8 [2022-04-07T17:47:47.962Z] INVOCATION_ID=d8edecbf9df64077b6617131d1e99a54 [2022-04-07T17:47:47.962Z] GOLANG_VERSION=1.18 [2022-04-07T17:47:47.962Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-07T17:47:47.962Z] VALIDATE_BRANCH=master [2022-04-07T17:47:47.962Z] TERM=xterm [2022-04-07T17:47:47.962Z] DOCKER_PKG=github.com/docker/docker [2022-04-07T17:47:47.962Z] SHLVL=3 [2022-04-07T17:47:47.962Z] TIMEOUT=120m [2022-04-07T17:47:47.962Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-07T17:47:47.962Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-07T17:47:47.962Z] GO111MODULE=off [2022-04-07T17:47:47.962Z] DOCKER_EXPERIMENTAL=1 [2022-04-07T17:47:47.962Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-07T17:47:47.962Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-07T17:47:47.962Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-07T17:47:47.962Z] GOPATH=/go [2022-04-07T17:47:47.962Z] PKG_CONFIG=pkg-config [2022-04-07T17:47:47.962Z] _=/usr/bin/env [2022-04-07T17:47:47.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-07T17:47:48.001Z] #19 86.03 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-04-07T17:47:48.001Z] #19 86.04 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-04-07T17:47:48.127Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 53.31MB / 54.58MB 1.6s [2022-04-07T17:47:48.127Z] #11 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 54.94MB / 54.94MB 1.6s done [2022-04-07T17:47:48.386Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 [2022-04-07T17:47:48.577Z] #19 86.72 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-04-07T17:47:48.577Z] #19 86.72 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-04-07T17:47:48.577Z] #19 86.73 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-04-07T17:47:48.648Z] #11 sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 54.58MB / 54.58MB 2.1s done [2022-04-07T17:47:48.648Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 0B / 141.70MB 2.2s [2022-04-07T17:47:48.915Z] #11 sha256:d481c2fcefdcf25a9b241d4c985b6b7a186858598dff3a830073cda2fac2b521 0B / 156B 2.3s [2022-04-07T17:47:48.915Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 8.39MB / 141.70MB 2.4s [2022-04-07T17:47:48.915Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 692.22kB / 85.84MB 2.4s [2022-04-07T17:47:48.915Z] #11 sha256:d481c2fcefdcf25a9b241d4c985b6b7a186858598dff3a830073cda2fac2b521 156B / 156B 2.3s done [2022-04-07T17:47:49.099Z] #19 87.24 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-04-07T17:47:49.099Z] #19 87.24 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:47:49.099Z] #19 87.25 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:47:49.099Z] #19 87.32 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-04-07T17:47:49.099Z] #19 87.33 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:47:49.099Z] #19 87.33 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:47:49.181Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 20.97MB / 141.70MB 2.7s [2022-04-07T17:47:49.181Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 15.73MB / 85.84MB 2.7s [2022-04-07T17:47:49.245Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T17:47:49.245Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T17:47:49.245Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T17:47:49.245Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T17:47:49.245Z] [2022-04-07T17:47:49.245Z] + TEST_INTEGRATION_DEST=1 [2022-04-07T17:47:49.245Z] + CONTAINER_NAME=docker-pr7-1 [2022-04-07T17:47:49.245Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-04-07T17:47:49.245Z] + run_tests test-integration-flaky [2022-04-07T17:47:49.245Z] + '[' -n 0 ']' [2022-04-07T17:47:49.245Z] + rm= [2022-04-07T17:47:49.245Z] + c=0 [2022-04-07T17:47:49.245Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43448/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43448/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh test-integration-flaky test-integration [2022-04-07T17:47:49.245Z] ++ jobs -p [2022-04-07T17:47:49.245Z] + for job in $(jobs -p) [2022-04-07T17:47:49.245Z] + wait 5118 [2022-04-07T17:47:49.245Z] + TEST_INTEGRATION_DEST=3 [2022-04-07T17:47:49.245Z] + CONTAINER_NAME=docker-pr7-3 [2022-04-07T17:47:49.245Z] + TEST_SKIP_INTEGRATION=1 [2022-04-07T17:47:49.245Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-04-07T17:47:49.245Z] + run_tests [2022-04-07T17:47:49.245Z] + '[' -n 0 ']' [2022-04-07T17:47:49.245Z] + rm= [2022-04-07T17:47:49.245Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43448/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43448/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh '' test-integration [2022-04-07T17:47:49.245Z] + TEST_INTEGRATION_DEST=2 [2022-04-07T17:47:49.245Z] + CONTAINER_NAME=docker-pr7-2 [2022-04-07T17:47:49.245Z] + TEST_SKIP_INTEGRATION=1 [2022-04-07T17:47:49.245Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-04-07T17:47:49.245Z] + run_tests [2022-04-07T17:47:49.245Z] + '[' -n 0 ']' [2022-04-07T17:47:49.245Z] + rm= [2022-04-07T17:47:49.245Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43448/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43448/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh '' test-integration [2022-04-07T17:47:49.245Z] [2022-04-07T17:47:49.245Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-07T17:47:49.245Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-07T17:47:49.245Z] HOSTNAME=47120a62947b [2022-04-07T17:47:49.245Z] TEST_SKIP_INTEGRATION=1 [2022-04-07T17:47:49.245Z] TESTDEBUG=0 [2022-04-07T17:47:49.245Z] DEST=bundles/test-integration [2022-04-07T17:47:49.245Z] PWD=/go/src/github.com/docker/docker [2022-04-07T17:47:49.245Z] KEEPBUNDLE=1 [2022-04-07T17:47:49.245Z] DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:47:49.245Z] container=docker [2022-04-07T17:47:49.245Z] HOME=/root [2022-04-07T17:47:49.245Z] GOLANG_VERSION=1.18 [2022-04-07T17:47:49.245Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-07T17:47:49.245Z] VALIDATE_BRANCH=master [2022-04-07T17:47:49.245Z] TERM=xterm [2022-04-07T17:47:49.245Z] DOCKER_PKG=github.com/docker/docker [2022-04-07T17:47:49.245Z] SHLVL=1 [2022-04-07T17:47:49.245Z] TIMEOUT=120m [2022-04-07T17:47:49.245Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-07T17:47:49.245Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-07T17:47:49.245Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-04-07T17:47:49.245Z] GO111MODULE=off [2022-04-07T17:47:49.245Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-07T17:47:49.245Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-07T17:47:49.245Z] GOPATH=/go [2022-04-07T17:47:49.245Z] PKG_CONFIG=pkg-config [2022-04-07T17:47:49.245Z] _=/usr/bin/env [2022-04-07T17:47:49.245Z] Building test suite binary ./integration-cli/test.main [2022-04-07T17:47:49.245Z] [2022-04-07T17:47:49.245Z] [2022-04-07T17:47:49.245Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-07T17:47:49.245Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-07T17:47:49.245Z] HOSTNAME=c1c6d6ccb423 [2022-04-07T17:47:49.245Z] TEST_SKIP_INTEGRATION=1 [2022-04-07T17:47:49.245Z] TESTDEBUG=0 [2022-04-07T17:47:49.245Z] DEST=bundles/test-integration [2022-04-07T17:47:49.245Z] PWD=/go/src/github.com/docker/docker [2022-04-07T17:47:49.245Z] KEEPBUNDLE=1 [2022-04-07T17:47:49.245Z] DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:47:49.245Z] container=docker [2022-04-07T17:47:49.245Z] HOME=/root [2022-04-07T17:47:49.245Z] GOLANG_VERSION=1.18 [2022-04-07T17:47:49.245Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-07T17:47:49.245Z] VALIDATE_BRANCH=master [2022-04-07T17:47:49.245Z] TERM=xterm [2022-04-07T17:47:49.245Z] DOCKER_PKG=github.com/docker/docker [2022-04-07T17:47:49.245Z] SHLVL=1 [2022-04-07T17:47:49.245Z] TIMEOUT=120m [2022-04-07T17:47:49.245Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-07T17:47:49.245Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-07T17:47:49.245Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-04-07T17:47:49.245Z] GO111MODULE=off [2022-04-07T17:47:49.245Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-07T17:47:49.245Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-07T17:47:49.245Z] GOPATH=/go [2022-04-07T17:47:49.245Z] PKG_CONFIG=pkg-config [2022-04-07T17:47:49.245Z] _=/usr/bin/env [2022-04-07T17:47:49.245Z] Building test suite binary ./integration-cli/test.main [2022-04-07T17:47:49.245Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-04-07T17:47:49.245Z] No new tests added to integration. [2022-04-07T17:47:49.245Z] [2022-04-07T17:47:49.245Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-07T17:47:49.245Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-07T17:47:49.245Z] HOSTNAME=3ba6d6995cf7 [2022-04-07T17:47:49.245Z] TESTDEBUG=0 [2022-04-07T17:47:49.245Z] DEST=bundles/test-integration [2022-04-07T17:47:49.245Z] PWD=/go/src/github.com/docker/docker [2022-04-07T17:47:49.245Z] KEEPBUNDLE=1 [2022-04-07T17:47:49.245Z] DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:47:49.245Z] container=docker [2022-04-07T17:47:49.245Z] HOME=/root [2022-04-07T17:47:49.245Z] GOLANG_VERSION=1.18 [2022-04-07T17:47:49.245Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-07T17:47:49.245Z] VALIDATE_BRANCH=master [2022-04-07T17:47:49.245Z] TERM=xterm [2022-04-07T17:47:49.245Z] DOCKER_PKG=github.com/docker/docker [2022-04-07T17:47:49.245Z] SHLVL=1 [2022-04-07T17:47:49.245Z] TIMEOUT=120m [2022-04-07T17:47:49.245Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-07T17:47:49.245Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-07T17:47:49.245Z] GO111MODULE=off [2022-04-07T17:47:49.245Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-07T17:47:49.245Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-07T17:47:49.245Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-07T17:47:49.245Z] GOPATH=/go [2022-04-07T17:47:49.245Z] PKG_CONFIG=pkg-config [2022-04-07T17:47:49.245Z] _=/usr/bin/env [2022-04-07T17:47:49.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-07T17:47:49.448Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 31.46MB / 141.70MB 2.9s [2022-04-07T17:47:49.448Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 23.07MB / 85.84MB 2.9s [2022-04-07T17:47:49.448Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 29.36MB / 85.84MB 3.0s [2022-04-07T17:47:49.707Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 49.28MB / 141.70MB 3.2s [2022-04-07T17:47:49.707Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 42.99MB / 85.84MB 3.2s [2022-04-07T17:47:49.966Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 51.38MB / 85.84MB 3.4s [2022-04-07T17:47:49.966Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 62.49MB / 141.70MB 3.5s [2022-04-07T17:47:49.966Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 56.62MB / 85.84MB 3.5s [2022-04-07T17:47:50.156Z] ok github.com/docker/docker/cmd/dockerd 0.062s coverage: 28.9% of statements [2022-04-07T17:47:50.156Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-04-07T17:47:50.223Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 73.38MB / 141.70MB 3.7s [2022-04-07T17:47:50.223Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 69.21MB / 85.84MB 3.7s [2022-04-07T17:47:50.480Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 80.74MB / 141.70MB 3.9s [2022-04-07T17:47:50.480Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 74.31MB / 85.84MB 3.9s [2022-04-07T17:47:50.480Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 79.69MB / 85.84MB 4.0s [2022-04-07T17:47:50.727Z] ok github.com/docker/docker/cmd/dockerd/trap 2.457s coverage: 0.0% of statements [2022-04-07T17:47:50.727Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-07T17:47:50.727Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-07T17:47:50.727Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-07T17:47:50.727Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-07T17:47:50.727Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-07T17:47:50.737Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 96.50MB / 141.70MB 4.2s [2022-04-07T17:47:50.737Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 85.84MB / 85.84MB 4.2s [2022-04-07T17:47:50.737Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 103.85MB / 141.70MB 4.3s [2022-04-07T17:47:50.737Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 111.15MB / 141.70MB 4.4s [2022-04-07T17:47:50.995Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 119.54MB / 141.70MB 4.5s [2022-04-07T17:47:51.252Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 131.07MB / 141.70MB 4.7s [2022-04-07T17:47:51.252Z] #11 ... [2022-04-07T17:47:51.252Z] [2022-04-07T17:47:51.252Z] #24 [internal] load build context [2022-04-07T17:47:51.252Z] #24 sha256:ae057613995d22fd29d3238a5ed3f69f28affb22f1ec5201c78fac4bbb8ee436 [2022-04-07T17:47:51.252Z] #24 transferring context: 60.71MB 4.7s done [2022-04-07T17:47:51.252Z] #24 DONE 5.1s [2022-04-07T17:47:51.252Z] [2022-04-07T17:47:51.252Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:47:51.252Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:47:51.252Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 141.56MB / 141.70MB 4.8s [2022-04-07T17:47:51.252Z] #11 sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 85.84MB / 85.84MB 4.8s done [2022-04-07T17:47:52.633Z] #11 sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 141.70MB / 141.70MB 5.9s done [2022-04-07T17:47:52.633Z] #11 ... [2022-04-07T17:47:52.633Z] [2022-04-07T17:47:52.633Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:47:52.633Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-07T17:47:52.633Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-07T17:47:52.633Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-04-07T17:47:52.633Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-04-07T17:47:52.633Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.9s done [2022-04-07T17:47:52.633Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.3s done [2022-04-07T17:47:52.633Z] #69 DONE 6.2s [2022-04-07T17:47:52.633Z] [2022-04-07T17:47:52.633Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-07T17:47:52.633Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-07T17:47:52.633Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-04-07T17:47:52.633Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-07T17:47:52.633Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-04-07T17:47:52.633Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-04-07T17:47:52.633Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.4s done [2022-04-07T17:47:52.633Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.5s done [2022-04-07T17:47:52.633Z] #67 DONE 6.2s [2022-04-07T17:47:52.892Z] [2022-04-07T17:47:52.892Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b [2022-04-07T17:47:52.892Z] #28 sha256:e6ab8fc656634672d1045f89cdce4808786aeae1e5d9ef8a29fb960faf311af9 [2022-04-07T17:47:52.892Z] #28 resolve docker.io/library/debian:bullseye@sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b 0.1s done [2022-04-07T17:47:52.892Z] #28 sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b 1.85kB / 1.85kB done [2022-04-07T17:47:52.892Z] #28 sha256:0040bafca14127bdc2dcb0d9897a26f5d44136e89c02046710de6ea01a227278 529B / 529B done [2022-04-07T17:47:52.892Z] #28 sha256:d69c6cd3a20d21ec91b677c3bcd10d9975f4fe67eff81afb5a09bdef5134afeb 1.46kB / 1.46kB done [2022-04-07T17:47:52.892Z] #28 sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 54.94MB / 54.94MB 1.3s done [2022-04-07T17:47:52.892Z] #28 ... [2022-04-07T17:47:52.892Z] [2022-04-07T17:47:52.892Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:47:52.892Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:47:53.458Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 5.1s [2022-04-07T17:47:54.392Z] #11 extracting sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 5.9s done [2022-04-07T17:47:54.392Z] #11 extracting sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 [2022-04-07T17:47:54.717Z] #11 ... [2022-04-07T17:47:54.717Z] [2022-04-07T17:47:54.717Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:87eefc7c15610cca61db5c0fd280911c6a737c0680d807432c0bd80cd0cca39b [2022-04-07T17:47:54.717Z] #28 sha256:e6ab8fc656634672d1045f89cdce4808786aeae1e5d9ef8a29fb960faf311af9 [2022-04-07T17:47:54.717Z] #28 DONE 8.1s [2022-04-07T17:47:54.717Z] [2022-04-07T17:47:54.717Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:47:54.717Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:47:55.053Z] #11 extracting sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 0.5s done [2022-04-07T17:47:55.311Z] #11 ... [2022-04-07T17:47:55.311Z] [2022-04-07T17:47:55.311Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-07T17:47:55.311Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-07T17:47:55.311Z] #68 DONE 0.8s [2022-04-07T17:47:55.311Z] [2022-04-07T17:47:55.311Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:47:55.311Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:47:55.311Z] #11 extracting sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 0.1s [2022-04-07T17:47:55.873Z] #11 extracting sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 0.5s done [2022-04-07T17:47:56.017Z] ok github.com/docker/docker/daemon/cluster 0.050s coverage: 0.5% of statements [2022-04-07T17:47:56.130Z] #11 ... [2022-04-07T17:47:56.130Z] [2022-04-07T17:47:56.130Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-07T17:47:56.130Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-07T17:47:56.131Z] #70 DONE 0.8s [2022-04-07T17:47:56.131Z] [2022-04-07T17:47:56.131Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:47:56.131Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:47:56.131Z] #11 extracting sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d [2022-04-07T17:47:57.403Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.018s coverage: 65.3% of statements [2022-04-07T17:47:58.789Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-04-07T17:47:59.121Z] #19 97.28 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-04-07T17:47:59.121Z] #19 97.28 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:47:59.121Z] #19 97.29 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:47:59.121Z] #19 97.35 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-04-07T17:47:59.121Z] #19 97.36 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:47:59.121Z] #19 97.37 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-07T17:48:01.391Z] #11 extracting sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d 4.9s done [2022-04-07T17:48:01.647Z] #11 extracting sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 0.1s [2022-04-07T17:48:04.929Z] #11 ... [2022-04-07T17:48:04.929Z] [2022-04-07T17:48:04.929Z] #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-04-07T17:48:04.929Z] #29 sha256:55dd196ecbb5e8f141dd3018de64651ca35f060f717ff538a88fd35eecfdb8ca [2022-04-07T17:48:04.929Z] #29 1.784 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:48:04.929Z] #29 1.797 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:48:04.929Z] #29 1.797 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:48:04.929Z] #29 1.974 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:48:04.929Z] #29 2.233 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:48:04.929Z] #29 2.587 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:48:04.929Z] #29 3.798 Fetched 8508 kB in 2s (3735 kB/s) [2022-04-07T17:48:04.929Z] #29 3.798 Reading package lists... [2022-04-07T17:48:04.929Z] #29 4.581 Reading package lists... [2022-04-07T17:48:04.929Z] #29 5.323 Building dependency tree... [2022-04-07T17:48:04.929Z] #29 5.655 The following additional packages will be installed: [2022-04-07T17:48:04.929Z] #29 5.655 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-04-07T17:48:04.929Z] #29 5.655 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-04-07T17:48:04.929Z] #29 5.655 Recommended packages: [2022-04-07T17:48:04.929Z] #29 5.655 libldap-common publicsuffix libsasl2-modules [2022-04-07T17:48:04.929Z] #29 5.835 The following NEW packages will be installed: [2022-04-07T17:48:04.929Z] #29 5.835 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-04-07T17:48:04.929Z] #29 5.835 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-04-07T17:48:04.929Z] #29 5.835 libssh2-1 openssl [2022-04-07T17:48:04.929Z] #29 6.104 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:48:04.929Z] #29 6.104 Need to get 3040 kB of archives. [2022-04-07T17:48:04.929Z] #29 6.104 After this operation, 6651 kB of additional disk space will be used. [2022-04-07T17:48:04.929Z] #29 6.104 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-04-07T17:48:04.929Z] #29 6.113 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-04-07T17:48:04.929Z] #29 6.114 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-04-07T17:48:04.929Z] #29 6.117 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-04-07T17:48:04.929Z] #29 6.119 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-04-07T17:48:04.929Z] #29 6.119 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-04-07T17:48:04.929Z] #29 6.123 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-04-07T17:48:04.929Z] #29 6.124 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-04-07T17:48:04.929Z] #29 6.126 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-04-07T17:48:04.929Z] #29 6.127 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-04-07T17:48:04.929Z] #29 6.129 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-04-07T17:48:04.929Z] #29 6.138 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-04-07T17:48:04.929Z] #29 6.141 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-07T17:48:04.929Z] #29 6.143 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-07T17:48:04.929Z] #29 6.145 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-07T17:48:04.929Z] #29 6.465 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:48:04.929Z] #29 6.502 Fetched 3040 kB in 0s (9801 kB/s) [2022-04-07T17:48:04.929Z] #29 6.643 Selecting previously unselected package openssl. [2022-04-07T17:48:04.929Z] #29 6.643 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-04-07T17:48:04.929Z] #29 6.644 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 6.650 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-04-07T17:48:04.929Z] #29 7.036 Selecting previously unselected package ca-certificates. [2022-04-07T17:48:04.929Z] #29 7.037 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-04-07T17:48:04.929Z] #29 7.041 Unpacking ca-certificates (20210119) ... [2022-04-07T17:48:04.929Z] #29 7.180 Selecting previously unselected package libbrotli1:amd64. [2022-04-07T17:48:04.929Z] #29 7.180 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.187 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-07T17:48:04.929Z] #29 7.353 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-07T17:48:04.929Z] #29 7.353 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.356 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-07T17:48:04.929Z] #29 7.399 Selecting previously unselected package libsasl2-2:amd64. [2022-04-07T17:48:04.929Z] #29 7.399 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.411 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-07T17:48:04.929Z] #29 7.450 Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-07T17:48:04.929Z] #29 7.450 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.455 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-07T17:48:04.929Z] #29 7.542 Selecting previously unselected package libnghttp2-14:amd64. [2022-04-07T17:48:04.929Z] #29 7.542 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.549 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-07T17:48:04.929Z] #29 7.592 Selecting previously unselected package libpsl5:amd64. [2022-04-07T17:48:04.929Z] #29 7.592 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.597 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-04-07T17:48:04.929Z] #29 7.644 Selecting previously unselected package librtmp1:amd64. [2022-04-07T17:48:04.929Z] #29 7.644 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.649 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-07T17:48:04.929Z] #29 7.694 Selecting previously unselected package libssh2-1:amd64. [2022-04-07T17:48:04.929Z] #29 7.694 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.699 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-04-07T17:48:04.929Z] #29 7.762 Selecting previously unselected package libcurl4:amd64. [2022-04-07T17:48:04.929Z] #29 7.762 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.766 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-07T17:48:04.929Z] #29 7.849 Selecting previously unselected package curl. [2022-04-07T17:48:04.929Z] #29 7.849 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.851 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-04-07T17:48:04.929Z] #29 7.917 Selecting previously unselected package libonig5:amd64. [2022-04-07T17:48:04.929Z] #29 7.917 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.921 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-07T17:48:04.929Z] #29 7.988 Selecting previously unselected package libjq1:amd64. [2022-04-07T17:48:04.929Z] #29 7.988 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 7.999 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-07T17:48:04.929Z] #29 8.050 Selecting previously unselected package jq. [2022-04-07T17:48:04.929Z] #29 8.050 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-04-07T17:48:04.929Z] #29 8.054 Unpacking jq (1.6-2.1) ... [2022-04-07T17:48:04.929Z] #29 8.184 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-04-07T17:48:04.929Z] #29 8.199 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-07T17:48:04.929Z] #29 8.215 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-07T17:48:04.929Z] #29 8.229 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-07T17:48:04.929Z] #29 8.243 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-07T17:48:04.929Z] #29 8.258 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-07T17:48:04.929Z] #29 8.282 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-04-07T17:48:04.929Z] #29 8.284 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-04-07T17:48:04.929Z] #29 8.304 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-07T17:48:04.929Z] #29 8.316 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-07T17:48:04.929Z] #29 8.331 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-07T17:48:04.929Z] #29 8.345 Setting up ca-certificates (20210119) ... [2022-04-07T17:48:04.929Z] #29 8.931 Updating certificates in /etc/ssl/certs... [2022-04-07T17:48:04.929Z] #29 9.640 129 added, 0 removed; done. [2022-04-07T17:48:04.929Z] #29 9.699 Setting up jq (1.6-2.1) ... [2022-04-07T17:48:04.929Z] #29 9.710 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-07T17:48:04.929Z] #29 9.721 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-04-07T17:48:04.930Z] #29 9.733 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:48:04.930Z] #29 9.749 Processing triggers for ca-certificates (20210119) ... [2022-04-07T17:48:04.930Z] #29 9.759 Updating certificates in /etc/ssl/certs... [2022-04-07T17:48:04.930Z] #29 ... [2022-04-07T17:48:04.930Z] [2022-04-07T17:48:04.930Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:48:04.930Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:48:05.419Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.447s coverage: 13.8% of statements [2022-04-07T17:48:05.867Z] #11 extracting sha256:e3c59fd148bed37342299df52e64edd44cacda6c49e334a8de0da234d5e6beb5 4.3s done [2022-04-07T17:48:06.362Z] ok github.com/docker/docker/daemon/config 0.035s coverage: 81.0% of statements [2022-04-07T17:48:06.623Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-04-07T17:48:06.800Z] #11 extracting sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 0.1s [2022-04-07T17:48:07.365Z] #11 ... [2022-04-07T17:48:07.366Z] [2022-04-07T17:48:07.366Z] #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-04-07T17:48:07.366Z] #29 sha256:55dd196ecbb5e8f141dd3018de64651ca35f060f717ff538a88fd35eecfdb8ca [2022-04-07T17:48:07.366Z] #29 10.33 0 added, 0 removed; done. [2022-04-07T17:48:07.366Z] #29 10.33 Running hooks in /etc/ca-certificates/update.d... [2022-04-07T17:48:07.366Z] #29 10.33 done. [2022-04-07T17:48:07.366Z] #29 DONE 12.8s [2022-04-07T17:48:07.366Z] [2022-04-07T17:48:07.366Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:48:07.366Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:48:07.366Z] #11 ... [2022-04-07T17:48:07.366Z] [2022-04-07T17:48:07.366Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-07T17:48:07.366Z] #30 sha256:f627536156e6b67d139a458427b82df3b838ea0318527aa4d38b7cdaf8163231 [2022-04-07T17:48:07.366Z] #30 DONE 0.1s [2022-04-07T17:48:07.565Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.1% of statements [2022-04-07T17:48:07.624Z] [2022-04-07T17:48:07.624Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:da371518962826141d504029f0e8c27c64f57c69d2899ebf3c9a9e7afb136a10 [2022-04-07T17:48:07.624Z] #11 sha256:6666b10032be16b07e4fbaacb89988bfff7b49af97b67d237842455cd236d01d [2022-04-07T17:48:08.138Z] ok github.com/docker/docker/daemon 10.144s coverage: 17.0% of statements [2022-04-07T17:48:08.138Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-07T17:48:08.138Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-07T17:48:08.138Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-07T17:48:08.138Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-07T17:48:08.708Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.633s coverage: 74.8% of statements [2022-04-07T17:48:09.134Z] #19 106.1 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-04-07T17:48:09.134Z] #19 106.1 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:48:09.134Z] #19 106.1 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:48:09.134Z] #19 106.1 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-04-07T17:48:09.134Z] #19 106.1 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:48:09.134Z] #19 106.1 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-07T17:48:09.239Z] Running on azwin-2-0cb9e0 in d:\jenkins\workspace\moby_PR-43448 [Pipeline] { [Pipeline] ws [2022-04-07T17:48:09.256Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-04-07T17:48:09.653Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.259s coverage: 56.2% of statements [2022-04-07T17:48:09.913Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.029s coverage: 3.0% of statements [2022-04-07T17:48:09.936Z] Running on azwin-2-ee31f0 in d:\jenkins\workspace\moby_PR-43448 [Pipeline] { [Pipeline] ws [2022-04-07T17:48:09.951Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-04-07T17:48:10.041Z] The recommended git tool is: git [2022-04-07T17:48:11.298Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.012s coverage: 1.9% of statements [2022-04-07T17:48:11.817Z] #11 extracting sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 5.2s [2022-04-07T17:48:11.973Z] The recommended git tool is: git [2022-04-07T17:48:12.685Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.292s coverage: 50.0% of statements [2022-04-07T17:48:12.946Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.676s coverage: 45.9% of statements [2022-04-07T17:48:12.946Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-07T17:48:13.887Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 58.5% of statements [2022-04-07T17:48:14.829Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.900s coverage: 57.9% of statements [2022-04-07T17:48:14.829Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-04-07T17:48:14.829Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-07T17:48:14.829Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2022-04-07T17:48:15.093Z] #11 extracting sha256:97677ce66d019432b771fd5fb28df7611f78367ff7c03323713e0fe822f03496 8.2s done [2022-04-07T17:48:15.093Z] #11 extracting sha256:d481c2fcefdcf25a9b241d4c985b6b7a186858598dff3a830073cda2fac2b521 done [2022-04-07T17:48:15.118Z] Running on azwin-2-11b620 in d:\jenkins\workspace\moby_PR-43448 [Pipeline] { [Pipeline] ws [2022-04-07T17:48:15.134Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-04-07T17:48:15.350Z] #11 DONE 29.1s [2022-04-07T17:48:15.350Z] [2022-04-07T17:48:15.350Z] #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-04-07T17:48:15.350Z] #31 sha256:54debbe2e6ddf4987054adc6310f8e4f330c905025b19bb34180c9da2d19e5cb [2022-04-07T17:48:15.350Z] #31 1.550 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-04-07T17:48:15.350Z] #31 1.793 [2022-04-07T17:48:15.350Z] #31 2.010 #=#=# ######################################################################## 100.0% [2022-04-07T17:48:15.350Z] #31 2.254 [2022-04-07T17:48:15.350Z] #31 3.149 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-04-07T17:48:15.350Z] #31 3.410 [2022-04-07T17:48:15.350Z] #31 3.624 #=#=# ######################################################################## 100.0% [2022-04-07T17:48:15.350Z] #31 3.892 [2022-04-07T17:48:15.350Z] #31 4.802 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-04-07T17:48:15.350Z] #31 5.076 [2022-04-07T17:48:15.350Z] #31 5.294 #=#=# ################### 27.0% ########################################## 59.3% ################################################################# 91.3% ######################################################################## 100.0% [2022-04-07T17:48:15.350Z] #31 5.833 [2022-04-07T17:48:15.350Z] #31 6.731 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-04-07T17:48:15.350Z] #31 6.988 [2022-04-07T17:48:15.350Z] #31 7.218 #=#=# ######################################################################## 100.0% [2022-04-07T17:48:15.350Z] #31 7.478 [2022-04-07T17:48:15.350Z] #31 ... [2022-04-07T17:48:15.350Z] [2022-04-07T17:48:15.350Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-07T17:48:15.350Z] #12 sha256:42aaa3e89e1c770f1dfeaa05824c2026008fccc72e4534f8a3436bf16f4e6506 [2022-04-07T17:48:15.406Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2022-04-07T17:48:16.780Z] The recommended git tool is: git [2022-04-07T17:48:16.806Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 6.6% of statements [2022-04-07T17:48:16.806Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-07T17:48:16.806Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-07T17:48:17.067Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 43.0% of statements [2022-04-07T17:48:17.876Z] #12 DONE 2.2s [2022-04-07T17:48:17.876Z] [2022-04-07T17:48:17.876Z] #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-04-07T17:48:17.876Z] #31 sha256:54debbe2e6ddf4987054adc6310f8e4f330c905025b19bb34180c9da2d19e5cb [2022-04-07T17:48:17.876Z] #31 8.140 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-04-07T17:48:17.876Z] #31 8.398 [2022-04-07T17:48:17.876Z] #31 8.611 #=#=# ######################################################################## 100.0% [2022-04-07T17:48:17.876Z] #31 8.834 [2022-04-07T17:48:17.876Z] #31 8.873 Download of images into '/build' complete. [2022-04-07T17:48:17.876Z] #31 8.873 Use something like the following to load the result into a Docker daemon: [2022-04-07T17:48:17.876Z] #31 8.873 tar -cC '/build' . | docker load [2022-04-07T17:48:17.876Z] #31 DONE 10.1s [2022-04-07T17:48:17.876Z] [2022-04-07T17:48:17.876Z] #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-04-07T17:48:17.876Z] #13 sha256:db23d3b435b4af6960dd8702a4e903fbf59fa049e65f5a850147b2c6095209a4 [2022-04-07T17:48:18.010Z] ok github.com/docker/docker/daemon/logger/fluentd 0.006s coverage: 33.6% of statements [2022-04-07T17:48:18.010Z] ok github.com/docker/docker/daemon/logger/awslogs 0.137s coverage: 80.2% of statements [2022-04-07T17:48:18.010Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-07T17:48:18.139Z] #13 DONE 0.6s [2022-04-07T17:48:18.139Z] [2022-04-07T17:48:18.139Z] #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-04-07T17:48:18.139Z] #46 sha256:078c6d094bf8eabbaea14fd0a4bacee4caf3443f4e433a369a6aefc86528d256 [2022-04-07T17:48:18.139Z] #46 DONE 0.1s [2022-04-07T17:48:18.139Z] [2022-04-07T17:48:18.139Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-07T17:48:18.139Z] #33 sha256:9f2c030506ccebbbf3ef140f3a1b35996b73e3326ea82b63e29888155c0db2b8 [2022-04-07T17:48:18.399Z] #33 DONE 0.2s [2022-04-07T17:48:18.399Z] [2022-04-07T17:48:18.399Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-07T17:48:18.399Z] #42 sha256:a546b4f3aa57c9d95f9c18da36e460894b4aad27b3d7c8f3c44477414ff71d50 [2022-04-07T17:48:18.399Z] #42 DONE 0.2s [2022-04-07T17:48:18.399Z] [2022-04-07T17:48:18.399Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-07T17:48:18.399Z] #25 sha256:af0d66c1d693e7691dd35d606ede04514b3c477519b582f4fa17fdcdfb658a84 [2022-04-07T17:48:18.399Z] #25 DONE 0.2s [2022-04-07T17:48:18.399Z] [2022-04-07T17:48:18.399Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-07T17:48:18.399Z] #62 sha256:31b92cfd59b982b396c60f55c283442510ec88fbb4bb19feb1dc7652682454e8 [2022-04-07T17:48:18.399Z] #62 DONE 0.2s [2022-04-07T17:48:18.399Z] [2022-04-07T17:48:18.399Z] #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-04-07T17:48:18.399Z] #63 sha256:de04f7ca5962979cd7f438e9b1129c4ec4cf741e53be77624711698854553b17 [2022-04-07T17:48:18.582Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2022-04-07T17:48:18.582Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-04-07T17:48:18.844Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-04-07T17:48:19.106Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-04-07T17:48:19.153Z] #19 116.4 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-04-07T17:48:19.153Z] #19 116.4 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:48:19.153Z] #19 116.6 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:48:19.415Z] #19 117.6 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-04-07T17:48:19.415Z] #19 117.6 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:48:19.678Z] #19 117.8 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:48:19.678Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 78.7% of statements [2022-04-07T17:48:19.678Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-07T17:48:20.250Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.038s coverage: 59.1% of statements [2022-04-07T17:48:20.250Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2022-04-07T17:48:20.251Z] #19 ... [2022-04-07T17:48:20.251Z] [2022-04-07T17:48:20.251Z] #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-04-07T17:48:20.251Z] #50 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:48:20.251Z] #50 124.9 + dpkg --print-architecture [2022-04-07T17:48:20.251Z] #50 124.9 + git checkout -q v2.1.0 [2022-04-07T17:48:20.514Z] #50 125.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-04-07T17:48:20.514Z] #50 125.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-04-07T17:48:21.195Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-04-07T17:48:21.455Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-04-07T17:48:22.028Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-04-07T17:48:22.575Z] #63 3.501 + RM_GOPATH=0 [2022-04-07T17:48:22.576Z] #63 3.501 + TMP_GOPATH= [2022-04-07T17:48:22.576Z] #63 3.501 + : /build [2022-04-07T17:48:22.576Z] #63 3.501 + '[' -z '' ']' [2022-04-07T17:48:22.576Z] #63 3.501 ++ mktemp -d [2022-04-07T17:48:22.576Z] #63 3.512 + export GOPATH=/tmp/tmp.KXUw2IbK7U [2022-04-07T17:48:22.576Z] #63 3.512 + GOPATH=/tmp/tmp.KXUw2IbK7U [2022-04-07T17:48:22.576Z] #63 3.512 + RM_GOPATH=1 [2022-04-07T17:48:22.576Z] #63 3.512 + case "$(go env GOARCH)" in [2022-04-07T17:48:22.576Z] #63 3.516 ++ go env GOARCH [2022-04-07T17:48:22.576Z] #63 3.546 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:48:22.576Z] #63 3.547 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:48:22.576Z] #63 3.548 ++ dirname /install.sh [2022-04-07T17:48:22.576Z] #63 3.561 + dir=/ [2022-04-07T17:48:22.576Z] #63 3.561 + bin=rootlesskit [2022-04-07T17:48:22.576Z] #63 3.561 + shift [2022-04-07T17:48:22.576Z] #63 3.561 + '[' '!' -f //rootlesskit.installer ']' [2022-04-07T17:48:22.576Z] #63 3.562 + . //rootlesskit.installer [2022-04-07T17:48:22.576Z] #63 3.562 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-07T17:48:22.576Z] #63 3.574 + install_rootlesskit [2022-04-07T17:48:22.576Z] #63 3.575 + case "$1" in [2022-04-07T17:48:22.576Z] #63 3.575 + export CGO_ENABLED=0 [2022-04-07T17:48:22.576Z] #63 3.575 + CGO_ENABLED=0 [2022-04-07T17:48:22.576Z] #63 3.576 + _install_rootlesskit [2022-04-07T17:48:22.576Z] #63 3.579 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-07T17:48:22.576Z] #63 3.579 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-07T17:48:22.576Z] #63 3.579 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-07T17:48:22.576Z] #63 3.579 + GOBIN=/build [2022-04-07T17:48:22.576Z] #63 3.579 + GO111MODULE=on [2022-04-07T17:48:22.576Z] #63 3.579 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-07T17:48:22.576Z] #63 4.168 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-07T17:48:22.600Z] ok github.com/docker/docker/daemon/logger/splunk 1.551s coverage: 82.5% of statements [2022-04-07T17:48:22.600Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-07T17:48:22.600Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-07T17:48:23.541Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-04-07T17:48:23.802Z] ok github.com/docker/docker/distribution 0.605s coverage: 28.3% of statements [2022-04-07T17:48:23.802Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-07T17:48:24.372Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-04-07T17:48:24.944Z] ok github.com/docker/docker/image 0.022s coverage: 86.9% of statements [2022-04-07T17:48:25.094Z] #63 ... [2022-04-07T17:48:25.094Z] [2022-04-07T17:48:25.094Z] #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-04-07T17:48:25.094Z] #26 sha256:93141f285fa42bcf2160bf696bb93bb8feb3a8137fdc75363e0e0c727a94bca0 [2022-04-07T17:48:25.094Z] #26 3.520 + RM_GOPATH=0 [2022-04-07T17:48:25.094Z] #26 3.520 + TMP_GOPATH= [2022-04-07T17:48:25.094Z] #26 3.520 + : /build [2022-04-07T17:48:25.094Z] #26 3.520 + '[' -z '' ']' [2022-04-07T17:48:25.094Z] #26 3.520 ++ mktemp -d [2022-04-07T17:48:25.094Z] #26 3.554 + export GOPATH=/tmp/tmp.2rZltsfSZd [2022-04-07T17:48:25.094Z] #26 3.554 + GOPATH=/tmp/tmp.2rZltsfSZd [2022-04-07T17:48:25.094Z] #26 3.554 + RM_GOPATH=1 [2022-04-07T17:48:25.094Z] #26 3.554 + case "$(go env GOARCH)" in [2022-04-07T17:48:25.094Z] #26 3.555 ++ go env GOARCH [2022-04-07T17:48:25.094Z] #26 3.610 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:48:25.094Z] #26 3.610 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:48:25.094Z] #26 3.614 ++ dirname /install.sh [2022-04-07T17:48:25.094Z] #26 3.621 + dir=/ [2022-04-07T17:48:25.094Z] #26 3.623 + bin=dockercli [2022-04-07T17:48:25.094Z] #26 3.623 + shift [2022-04-07T17:48:25.094Z] #26 3.624 + '[' '!' -f //dockercli.installer ']' [2022-04-07T17:48:25.094Z] #26 3.624 + . //dockercli.installer [2022-04-07T17:48:25.094Z] #26 3.624 ++ : stable [2022-04-07T17:48:25.094Z] #26 3.625 ++ : 17.06.2-ce [2022-04-07T17:48:25.094Z] #26 3.625 + install_dockercli [2022-04-07T17:48:25.094Z] #26 3.633 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-07T17:48:25.094Z] #26 3.633 Install docker/cli version 17.06.2-ce from stable [2022-04-07T17:48:25.094Z] #26 3.634 ++ uname -m [2022-04-07T17:48:25.094Z] #26 3.641 + arch=x86_64 [2022-04-07T17:48:25.094Z] #26 3.641 + '[' x86_64 '!=' x86_64 ']' [2022-04-07T17:48:25.094Z] #26 3.641 + url=https://download.docker.com/linux/static [2022-04-07T17:48:25.094Z] #26 3.642 + tar -xz docker/docker [2022-04-07T17:48:25.094Z] #26 3.642 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-04-07T17:48:25.353Z] #26 ... [2022-04-07T17:48:25.353Z] [2022-04-07T17:48:25.353Z] #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-04-07T17:48:25.353Z] #63 sha256:de04f7ca5962979cd7f438e9b1129c4ec4cf741e53be77624711698854553b17 [2022-04-07T17:48:25.353Z] #63 6.872 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T17:48:25.353Z] #63 6.879 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-07T17:48:25.514Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-04-07T17:48:25.917Z] #63 7.469 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-07T17:48:26.085Z] ok github.com/docker/docker/distribution/xfer 1.889s coverage: 84.9% of statements [2022-04-07T17:48:26.085Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-07T17:48:26.085Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-04-07T17:48:26.346Z] ok github.com/docker/docker/image/v1 0.007s coverage: 25.0% of statements [2022-04-07T17:48:26.346Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-07T17:48:26.918Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-04-07T17:48:27.491Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-04-07T17:48:28.063Z] ok github.com/docker/docker/opts 0.021s coverage: 66.3% of statements [2022-04-07T17:48:28.063Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-04-07T17:48:28.441Z] #63 ... [2022-04-07T17:48:28.441Z] [2022-04-07T17:48:28.441Z] #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-04-07T17:48:28.441Z] #49 sha256:d18e2d919ac8aad439b9c24b28b94c8575deb790c965ec32e2bd108487cdb3af [2022-04-07T17:48:28.441Z] #49 3.766 go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-07T17:48:28.441Z] #49 5.380 go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-07T17:48:28.441Z] #49 5.394 go: downloading github.com/fatih/color v1.10.0 [2022-04-07T17:48:28.441Z] #49 5.508 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-07T17:48:28.441Z] #49 5.563 go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T17:48:28.441Z] #49 6.066 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-07T17:48:28.441Z] #49 6.078 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-07T17:48:28.441Z] #49 6.108 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-07T17:48:28.441Z] #49 6.156 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-07T17:48:28.441Z] #49 6.276 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-07T17:48:28.441Z] #49 6.319 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-07T17:48:28.441Z] #49 6.480 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-07T17:48:28.441Z] #49 6.616 go: downloading golang.org/x/tools v0.1.0 [2022-04-07T17:48:28.441Z] #49 ... [2022-04-07T17:48:28.441Z] [2022-04-07T17:48:28.441Z] #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-04-07T17:48:28.441Z] #58 sha256:56711f3fd78d5bd5d137ccdc93f2f0ab43a2bb41179c27329627df7632a215bb [2022-04-07T17:48:28.442Z] #58 3.114 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:48:28.442Z] #58 3.284 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:48:28.442Z] #58 3.451 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:48:28.442Z] #58 3.499 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:48:28.442Z] #58 4.504 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:48:28.442Z] #58 6.151 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:48:28.442Z] #58 ... [2022-04-07T17:48:28.442Z] [2022-04-07T17:48:28.442Z] #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-04-07T17:48:28.442Z] #43 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:48:28.442Z] #43 3.560 + git clone https://github.com/docker/distribution.git . [2022-04-07T17:48:28.442Z] #43 3.573 Cloning into '.'... [2022-04-07T17:48:28.666Z] #50 ... [2022-04-07T17:48:28.666Z] [2022-04-07T17:48:28.666Z] #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-04-07T17:48:28.666Z] #19 sha256:6a36cc0c638e70bc1f304f5999b4315ba1298f59cc0e9d933b3d8bf0c1950139 [2022-04-07T17:48:28.666Z] #19 126.4 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-04-07T17:48:28.666Z] #19 126.5 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:48:28.666Z] #19 126.5 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:48:28.666Z] #19 126.5 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-04-07T17:48:28.666Z] #19 126.5 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:48:28.666Z] #19 126.5 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:48:28.699Z] #43 ... [2022-04-07T17:48:28.699Z] [2022-04-07T17:48:28.699Z] #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-04-07T17:48:28.699Z] #36 sha256:6eeab3314cb1056373200c3a76d367b75bbb9f53af7116f2c06b24f88d967e3b [2022-04-07T17:48:28.699Z] #36 3.797 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-04-07T17:48:28.956Z] #36 ... [2022-04-07T17:48:28.956Z] [2022-04-07T17:48:28.956Z] #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-04-07T17:48:28.956Z] #38 sha256:5c0ab011b07bf0bd8d8c5408bfdeaf7f1382d8f6400ab3ae6d7d78adb27cf7e6 [2022-04-07T17:48:28.956Z] #38 3.954 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:48:28.956Z] #38 3.972 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:48:28.956Z] #38 3.974 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:48:28.956Z] #38 4.541 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:48:28.956Z] #38 6.006 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:48:28.956Z] #38 7.803 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:48:28.956Z] #38 ... [2022-04-07T17:48:28.956Z] [2022-04-07T17:48:28.956Z] #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-04-07T17:48:28.956Z] #53 sha256:749a79f697e944e23fec758dc6683b6486a07d0b0289242bc746c15945d2b63e [2022-04-07T17:48:28.956Z] #53 3.831 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-04-07T17:48:28.956Z] #53 5.015 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-04-07T17:48:28.956Z] #53 5.020 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-04-07T17:48:28.956Z] #53 5.060 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-04-07T17:48:28.956Z] #53 6.847 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-04-07T17:48:29.214Z] #53 ... [2022-04-07T17:48:29.214Z] [2022-04-07T17:48:29.214Z] #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-04-07T17:48:29.214Z] #47 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:48:29.214Z] #47 4.077 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:48:29.214Z] #47 4.093 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:48:29.214Z] #47 4.093 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:48:29.214Z] #47 4.596 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-04-07T17:48:29.214Z] #47 4.926 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:48:29.214Z] #47 6.284 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:48:29.214Z] #47 8.337 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:48:29.214Z] #47 ... [2022-04-07T17:48:29.214Z] [2022-04-07T17:48:29.214Z] #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-04-07T17:48:29.214Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:48:29.214Z] #14 3.458 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:48:29.214Z] #14 3.485 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:48:29.214Z] #14 3.485 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:48:29.214Z] #14 4.163 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:48:29.214Z] #14 5.624 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:48:29.214Z] #14 7.445 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:48:29.472Z] #14 ... [2022-04-07T17:48:29.472Z] [2022-04-07T17:48:29.472Z] #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-04-07T17:48:29.472Z] #34 sha256:8d8e501acb321185de907b9b2ead1812b837102cadf2ac3552e90a10998fcf70 [2022-04-07T17:48:29.472Z] #34 3.207 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-04-07T17:48:29.472Z] #34 3.207 Cloning into '.'... [2022-04-07T17:48:29.472Z] #34 ... [2022-04-07T17:48:29.472Z] [2022-04-07T17:48:29.472Z] #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-04-07T17:48:29.472Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:48:29.472Z] #51 3.730 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-04-07T17:48:29.729Z] #51 ... [2022-04-07T17:48:29.729Z] [2022-04-07T17:48:29.729Z] #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-04-07T17:48:29.729Z] #26 sha256:93141f285fa42bcf2160bf696bb93bb8feb3a8137fdc75363e0e0c727a94bca0 [2022-04-07T17:48:29.729Z] #26 10.81 + mkdir -p /build [2022-04-07T17:48:29.729Z] #26 10.82 + mv docker/docker /build/ [2022-04-07T17:48:29.729Z] #26 10.83 + rmdir docker [2022-04-07T17:48:29.980Z] ok github.com/docker/docker/pkg/archive 0.281s coverage: 82.4% of statements [2022-04-07T17:48:30.296Z] #26 DONE 11.9s [2022-04-07T17:48:30.296Z] [2022-04-07T17:48:30.296Z] #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-04-07T17:48:30.296Z] #63 sha256:de04f7ca5962979cd7f438e9b1129c4ec4cf741e53be77624711698854553b17 [2022-04-07T17:48:30.296Z] #63 10.06 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-07T17:48:30.296Z] #63 10.78 go: downloading github.com/google/uuid v1.3.0 [2022-04-07T17:48:30.296Z] #63 10.92 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-07T17:48:30.296Z] #63 11.09 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-07T17:48:30.297Z] #63 11.40 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-07T17:48:30.297Z] #63 11.44 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-07T17:48:30.297Z] #63 11.87 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-07T17:48:30.552Z] ok github.com/docker/docker/pkg/authorization 0.447s coverage: 68.3% of statements [2022-04-07T17:48:30.812Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-04-07T17:48:30.861Z] #63 12.45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-07T17:48:31.073Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-04-07T17:48:31.119Z] #63 12.76 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-07T17:48:31.376Z] #63 12.89 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-07T17:48:33.351Z] #63 14.82 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-07T17:48:33.609Z] #63 ... [2022-04-07T17:48:33.609Z] [2022-04-07T17:48:33.609Z] #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-04-07T17:48:33.609Z] #36 sha256:6eeab3314cb1056373200c3a76d367b75bbb9f53af7116f2c06b24f88d967e3b [2022-04-07T17:48:33.609Z] #36 15.16 tomll can be used in two ways: [2022-04-07T17:48:33.609Z] #36 15.16 Writing to STDIN and reading from STDOUT: [2022-04-07T17:48:33.609Z] #36 15.16 cat file.toml | tomll > file.toml [2022-04-07T17:48:33.609Z] #36 15.16 [2022-04-07T17:48:33.609Z] #36 15.16 Reading and updating a list of files: [2022-04-07T17:48:33.609Z] #36 15.16 tomll a.toml b.toml c.toml [2022-04-07T17:48:33.609Z] #36 15.16 [2022-04-07T17:48:33.609Z] #36 15.16 When given a list of files, tomll will modify all files in place without asking. [2022-04-07T17:48:33.609Z] #36 DONE 15.4s [2022-04-07T17:48:33.609Z] [2022-04-07T17:48:33.609Z] #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-04-07T17:48:33.609Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:48:33.609Z] #14 15.36 Fetched 8508 kB in 12s (698 kB/s) [2022-04-07T17:48:34.374Z] ok github.com/docker/docker/pkg/chrootarchive 2.514s coverage: 42.7% of statements [2022-04-07T17:48:34.374Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-04-07T17:48:34.634Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-04-07T17:48:34.634Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-04-07T17:48:34.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-07T17:48:34.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-07T17:48:35.205Z] ok github.com/docker/docker/layer 7.548s coverage: 69.0% of statements [2022-04-07T17:48:35.205Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-07T17:48:35.205Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-07T17:48:35.205Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-07T17:48:35.205Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-07T17:48:35.205Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-07T17:48:35.205Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-07T17:48:35.465Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 87.2% of statements [2022-04-07T17:48:35.465Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-04-07T17:48:36.038Z] ok github.com/docker/docker/pkg/fsutils 0.160s coverage: 85.1% of statements [2022-04-07T17:48:36.038Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-04-07T17:48:36.820Z] #19 134.5 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-04-07T17:48:36.820Z] #19 134.5 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:48:36.820Z] #19 134.5 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:48:36.820Z] #19 134.6 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-04-07T17:48:36.820Z] #19 134.6 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:48:36.820Z] #19 134.6 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-07T17:48:36.820Z] #19 134.6 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-04-07T17:48:36.820Z] #19 134.6 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:48:36.820Z] #19 134.6 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-07T17:48:36.820Z] #19 134.7 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-04-07T17:48:36.820Z] #19 134.7 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:48:36.820Z] #19 134.7 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:48:36.820Z] #19 134.7 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-04-07T17:48:36.820Z] #19 134.7 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:48:36.820Z] #19 134.8 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:48:36.820Z] #19 134.8 Selecting previously unselected package cross-config. [2022-04-07T17:48:36.820Z] #19 134.8 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-04-07T17:48:36.820Z] #19 134.8 Unpacking cross-config (2.6.18+nmu1) ... [2022-04-07T17:48:36.820Z] #19 134.8 Selecting previously unselected package gcc-10-cross-base. [2022-04-07T17:48:36.820Z] #19 134.8 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:36.820Z] #19 134.9 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-04-07T17:48:36.820Z] #19 134.9 Selecting previously unselected package libc6-arm64-cross. [2022-04-07T17:48:36.820Z] #19 134.9 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-04-07T17:48:36.820Z] #19 134.9 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-04-07T17:48:36.980Z] ok github.com/docker/docker/pkg/idtools 0.342s coverage: 67.9% of statements [2022-04-07T17:48:36.980Z] ok github.com/docker/docker/pkg/ioutils 0.363s coverage: 70.1% of statements [2022-04-07T17:48:37.082Z] #19 135.2 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-04-07T17:48:37.082Z] #19 135.2 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:37.082Z] #19 135.2 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:37.082Z] #19 135.3 Selecting previously unselected package libgomp1-arm64-cross. [2022-04-07T17:48:37.082Z] #19 135.3 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:37.082Z] #19 135.3 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:37.082Z] #19 135.4 Selecting previously unselected package libitm1-arm64-cross. [2022-04-07T17:48:37.082Z] #19 135.4 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:37.082Z] #19 135.4 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:37.241Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2022-04-07T17:48:37.241Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-04-07T17:48:37.241Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-04-07T17:48:37.344Z] #19 135.4 Selecting previously unselected package libatomic1-arm64-cross. [2022-04-07T17:48:37.344Z] #19 135.4 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:37.344Z] #19 135.4 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:37.344Z] #19 135.5 Selecting previously unselected package libasan6-arm64-cross. [2022-04-07T17:48:37.344Z] #19 135.5 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:37.344Z] #19 135.5 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:37.503Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2022-04-07T17:48:37.503Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-04-07T17:48:37.763Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-04-07T17:48:37.763Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 90.5% of statements [2022-04-07T17:48:37.878Z] using credential docker-jenkins-github-credentials [2022-04-07T17:48:37.955Z] Cloning the remote Git repository [2022-04-07T17:48:37.955Z] Cloning with configured refspecs honoured and without tags [2022-04-07T17:48:38.025Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-04-07T17:48:38.025Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-07T17:48:38.025Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-07T17:48:38.475Z] using credential docker-jenkins-github-credentials [2022-04-07T17:48:38.552Z] Cloning the remote Git repository [2022-04-07T17:48:38.552Z] Cloning with configured refspecs honoured and without tags [2022-04-07T17:48:38.597Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2022-04-07T17:48:38.858Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-04-07T17:48:38.880Z] #14 15.36 Reading package lists... [2022-04-07T17:48:39.120Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-04-07T17:48:38.741Z] Cloning repository https://github.com/moby/moby.git [2022-04-07T17:48:39.297Z] #19 137.2 Selecting previously unselected package liblsan0-arm64-cross. [2022-04-07T17:48:39.297Z] #19 137.2 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:39.297Z] #19 137.5 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:39.381Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-04-07T17:48:39.811Z] #14 20.56 Reading package lists... [2022-04-07T17:48:39.811Z] #14 ... [2022-04-07T17:48:39.811Z] [2022-04-07T17:48:39.811Z] #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-04-07T17:48:39.811Z] #47 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:48:39.811Z] #47 11.54 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-04-07T17:48:39.811Z] #47 17.41 Fetched 8511 kB in 14s (623 kB/s) [2022-04-07T17:48:39.811Z] #47 17.41 Reading package lists... [2022-04-07T17:48:40.068Z] #47 21.72 Reading package lists... [2022-04-07T17:48:40.068Z] #47 ... [2022-04-07T17:48:40.068Z] [2022-04-07T17:48:40.068Z] #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-04-07T17:48:40.068Z] #43 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:48:40.068Z] #43 21.65 + git checkout -q v2.3.0 [2022-04-07T17:48:40.243Z] #19 138.5 Selecting previously unselected package libtsan0-arm64-cross. [2022-04-07T17:48:40.243Z] #19 138.5 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:38.146Z] Cloning repository https://github.com/moby/moby.git [2022-04-07T17:48:38.545Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-04-07T17:48:39.270Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:48:39.270Z] > git --version # timeout=10 [2022-04-07T17:48:39.307Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-07T17:48:39.308Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:48:39.312Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:48:40.506Z] #19 138.7 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:40.633Z] #43 ... [2022-04-07T17:48:40.633Z] [2022-04-07T17:48:40.633Z] #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-04-07T17:48:40.633Z] #49 sha256:d18e2d919ac8aad439b9c24b28b94c8575deb790c965ec32e2bd108487cdb3af [2022-04-07T17:48:40.633Z] #49 12.42 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-07T17:48:40.633Z] #49 12.53 go: downloading golang.org/x/mod v0.3.0 [2022-04-07T17:48:40.633Z] #49 ... [2022-04-07T17:48:40.633Z] [2022-04-07T17:48:40.633Z] #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-04-07T17:48:40.633Z] #38 sha256:5c0ab011b07bf0bd8d8c5408bfdeaf7f1382d8f6400ab3ae6d7d78adb27cf7e6 [2022-04-07T17:48:40.633Z] #38 16.04 Fetched 8508 kB in 12s (692 kB/s) [2022-04-07T17:48:40.633Z] #38 16.04 Reading package lists... [2022-04-07T17:48:40.765Z] ok github.com/docker/docker/pkg/pubsub 1.047s coverage: 75.0% of statements [2022-04-07T17:48:40.765Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-04-07T17:48:41.026Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-04-07T17:48:41.227Z] using credential docker-jenkins-github-credentials [2022-04-07T17:48:41.287Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-04-07T17:48:41.305Z] Cloning the remote Git repository [2022-04-07T17:48:41.305Z] Cloning with configured refspecs honoured and without tags [2022-04-07T17:48:39.160Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-04-07T17:48:39.961Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:48:39.961Z] > git --version # timeout=10 [2022-04-07T17:48:40.000Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-07T17:48:40.001Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:48:40.004Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:48:41.547Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2022-04-07T17:48:41.547Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-04-07T17:48:41.903Z] #19 140.1 Selecting previously unselected package libstdc++6-arm64-cross. [2022-04-07T17:48:41.903Z] #19 140.1 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:42.015Z] #38 20.59 Reading package lists... [2022-04-07T17:48:42.015Z] #38 ... [2022-04-07T17:48:42.015Z] [2022-04-07T17:48:42.015Z] #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-04-07T17:48:42.015Z] #43 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:48:42.120Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.4% of statements [2022-04-07T17:48:42.164Z] #19 140.3 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:42.275Z] #43 23.77 + 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-04-07T17:48:42.692Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-04-07T17:48:41.494Z] Cloning repository https://github.com/moby/moby.git [2022-04-07T17:48:41.891Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-04-07T17:48:42.738Z] #19 140.9 Selecting previously unselected package libubsan1-arm64-cross. [2022-04-07T17:48:42.738Z] #19 140.9 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:42.738Z] #19 141.0 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...#19 ... [2022-04-07T17:48:42.738Z] [2022-04-07T17:48:42.738Z] #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-04-07T17:48:42.738Z] #50 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:48:42.738Z] #50 DONE 147.8s [2022-04-07T17:48:42.738Z] [2022-04-07T17:48:42.738Z] #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-04-07T17:48:42.738Z] #19 sha256:6a36cc0c638e70bc1f304f5999b4315ba1298f59cc0e9d933b3d8bf0c1950139 [2022-04-07T17:48:42.738Z] #19 141.0 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:42.840Z] #43 ... [2022-04-07T17:48:42.840Z] [2022-04-07T17:48:42.840Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-04-07T17:48:42.840Z] #58 sha256:56711f3fd78d5bd5d137ccdc93f2f0ab43a2bb41179c27329627df7632a215bb [2022-04-07T17:48:42.840Z] #58 14.45 Fetched 8508 kB in 12s (724 kB/s) [2022-04-07T17:48:42.840Z] #58 14.45 Reading package lists... [2022-04-07T17:48:42.840Z] #58 19.52 Reading package lists... [2022-04-07T17:48:42.840Z] #58 23.75 Building dependency tree... [2022-04-07T17:48:42.840Z] #58 ... [2022-04-07T17:48:42.840Z] [2022-04-07T17:48:42.840Z] #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-04-07T17:48:42.840Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:48:42.840Z] #14 20.56 Reading package lists... [2022-04-07T17:48:42.954Z] ok github.com/docker/docker/pkg/tailfile 0.039s coverage: 88.6% of statements [2022-04-07T17:48:42.999Z] #19 141.2 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-04-07T17:48:42.999Z] #19 141.2 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:42.999Z] #19 141.2 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:43.263Z] #19 141.5 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-04-07T17:48:43.263Z] #19 141.5 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:48:43.263Z] #19 141.5 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:48:43.547Z] ok github.com/docker/docker/pkg/tarsum 0.046s coverage: 89.3% of statements [2022-04-07T17:48:43.810Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-04-07T17:48:43.810Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-04-07T17:48:44.034Z] #14 24.85 Building dependency tree... [2022-04-07T17:48:44.072Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-04-07T17:48:42.722Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:48:42.722Z] > git --version # timeout=10 [2022-04-07T17:48:42.767Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-07T17:48:42.767Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:48:42.770Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:48:45.408Z] #14 27.37 The following additional packages will be installed: [2022-04-07T17:48:45.408Z] #14 27.39 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-07T17:48:45.665Z] #14 27.39 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-07T17:48:45.665Z] #14 27.39 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-07T17:48:45.665Z] #14 27.39 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-07T17:48:45.665Z] #14 27.39 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-07T17:48:45.665Z] #14 27.39 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-07T17:48:45.665Z] #14 27.40 mingw-w64-common mingw-w64-x86-64-dev [2022-04-07T17:48:45.665Z] #14 27.40 Suggested packages: [2022-04-07T17:48:45.665Z] #14 27.41 gcc-10-locales seccomp wine64 [2022-04-07T17:48:45.986Z] ok github.com/docker/docker/plugin 0.519s coverage: 23.2% of statements [2022-04-07T17:48:46.246Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-04-07T17:48:46.507Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-04-07T17:48:46.596Z] #14 28.45 The following NEW packages will be installed: [2022-04-07T17:48:46.596Z] #14 28.46 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-07T17:48:46.596Z] #14 28.46 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-07T17:48:46.596Z] #14 28.46 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-07T17:48:46.596Z] #14 28.46 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-07T17:48:46.596Z] #14 28.46 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-07T17:48:46.596Z] #14 28.46 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-07T17:48:46.596Z] #14 28.46 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-07T17:48:46.596Z] #14 28.46 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-07T17:48:46.596Z] #14 28.46 mingw-w64-x86-64-dev [2022-04-07T17:48:47.161Z] #14 28.82 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:48:47.161Z] #14 28.82 Need to get 115 MB of archives. [2022-04-07T17:48:47.161Z] #14 28.82 After this operation, 645 MB of additional disk space will be used. [2022-04-07T17:48:47.161Z] #14 28.82 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-04-07T17:48:47.161Z] #14 28.92 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-04-07T17:48:47.161Z] #14 29.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-07T17:48:47.161Z] #14 29.05 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-04-07T17:48:47.161Z] #14 29.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-04-07T17:48:47.161Z] #14 29.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-07T17:48:47.417Z] #14 29.33 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-04-07T17:48:47.890Z] ok github.com/docker/docker/quota 0.231s coverage: 71.4% of statements [2022-04-07T17:48:47.890Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-04-07T17:48:47.979Z] #14 29.56 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-04-07T17:48:47.979Z] #14 29.58 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-04-07T17:48:47.979Z] #14 ... [2022-04-07T17:48:47.979Z] [2022-04-07T17:48:47.979Z] #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-04-07T17:48:47.979Z] #58 sha256:56711f3fd78d5bd5d137ccdc93f2f0ab43a2bb41179c27329627df7632a215bb [2022-04-07T17:48:47.979Z] #58 26.33 The following additional packages will be installed: [2022-04-07T17:48:47.979Z] #58 26.35 libbtrfs0 [2022-04-07T17:48:47.979Z] #58 26.53 The following NEW packages will be installed: [2022-04-07T17:48:47.979Z] #58 26.54 libbtrfs-dev libbtrfs0 [2022-04-07T17:48:47.979Z] #58 26.99 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:48:47.979Z] #58 26.99 Need to get 460 kB of archives. [2022-04-07T17:48:47.979Z] #58 26.99 After this operation, 1237 kB of additional disk space will be used. [2022-04-07T17:48:47.979Z] #58 26.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-07T17:48:47.979Z] #58 27.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-07T17:48:47.979Z] #58 27.94 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:48:47.979Z] #58 28.16 Fetched 460 kB in 0s (1121 kB/s) [2022-04-07T17:48:47.979Z] #58 28.26 Selecting previously unselected package libbtrfs0:amd64. [2022-04-07T17:48:47.979Z] #58 28.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-07T17:48:47.979Z] #58 28.31 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-07T17:48:47.979Z] #58 28.32 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-07T17:48:47.979Z] #58 28.55 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-07T17:48:47.979Z] #58 28.58 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-07T17:48:47.979Z] #58 28.59 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-07T17:48:47.979Z] #58 28.89 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-07T17:48:47.979Z] #58 28.95 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-07T17:48:47.979Z] #58 28.96 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:48:47.979Z] #58 DONE 29.8s [2022-04-07T17:48:47.979Z] [2022-04-07T17:48:47.979Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-07T17:48:47.979Z] #59 sha256:84647d68580eb38e9da26eb28b7e8106e8101529f020b96ed4e2dc224b8262d2 [2022-04-07T17:48:48.235Z] #59 DONE 0.2s [2022-04-07T17:48:48.235Z] [2022-04-07T17:48:48.235Z] #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-04-07T17:48:48.235Z] #60 sha256:eff6e82ac93c57fcc171dd32953f12423e26b9f0d7f5aa7fe54dbe53a6246b68 [2022-04-07T17:48:48.833Z] ok github.com/docker/docker/registry 0.078s coverage: 58.6% of statements [2022-04-07T17:48:49.168Z] #60 0.866 + RM_GOPATH=0 [2022-04-07T17:48:49.168Z] #60 0.867 + TMP_GOPATH= [2022-04-07T17:48:49.168Z] #60 0.868 + : /build [2022-04-07T17:48:49.168Z] #60 0.868 + '[' -z '' ']' [2022-04-07T17:48:49.168Z] #60 0.869 ++ mktemp -d [2022-04-07T17:48:49.168Z] #60 0.870 + export GOPATH=/tmp/tmp.GiwdqPSix9 [2022-04-07T17:48:49.168Z] #60 0.870 + GOPATH=/tmp/tmp.GiwdqPSix9 [2022-04-07T17:48:49.168Z] #60 0.871 + RM_GOPATH=1 [2022-04-07T17:48:49.168Z] #60 0.871 + case "$(go env GOARCH)" in [2022-04-07T17:48:49.168Z] #60 0.871 ++ go env GOARCH [2022-04-07T17:48:49.168Z] #60 0.920 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:48:49.168Z] #60 0.921 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:48:49.168Z] #60 0.921 ++ dirname /install.sh [2022-04-07T17:48:49.168Z] #60 0.928 + dir=/ [2022-04-07T17:48:49.168Z] #60 0.928 + bin=containerd [2022-04-07T17:48:49.168Z] #60 0.928 + shift [2022-04-07T17:48:49.168Z] #60 0.928 + '[' '!' -f //containerd.installer ']' [2022-04-07T17:48:49.168Z] #60 0.929 + . //containerd.installer [2022-04-07T17:48:49.168Z] #60 0.929 ++ set -e [2022-04-07T17:48:49.168Z] #60 0.929 ++ : v1.6.2 [2022-04-07T17:48:49.168Z] #60 0.929 + install_containerd [2022-04-07T17:48:49.168Z] #60 0.930 + echo 'Install containerd version v1.6.2' [2022-04-07T17:48:49.168Z] #60 0.935 Install containerd version v1.6.2 [2022-04-07T17:48:49.168Z] #60 0.935 + git clone https://github.com/containerd/containerd.git /tmp/tmp.GiwdqPSix9/src/github.com/containerd/containerd [2022-04-07T17:48:49.168Z] #60 0.942 Cloning into '/tmp/tmp.GiwdqPSix9/src/github.com/containerd/containerd'... [2022-04-07T17:48:49.404Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-04-07T17:48:49.404Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-04-07T17:48:49.976Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-04-07T17:48:50.163Z] #60 ... [2022-04-07T17:48:50.163Z] [2022-04-07T17:48:50.163Z] #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-04-07T17:48:50.163Z] #53 sha256:749a79f697e944e23fec758dc6683b6486a07d0b0289242bc746c15945d2b63e [2022-04-07T17:48:50.163Z] #53 31.22 v3.0.2 [2022-04-07T17:48:50.163Z] #53 DONE 31.8s [2022-04-07T17:48:50.163Z] [2022-04-07T17:48:50.163Z] #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-04-07T17:48:50.164Z] #38 sha256:5c0ab011b07bf0bd8d8c5408bfdeaf7f1382d8f6400ab3ae6d7d78adb27cf7e6 [2022-04-07T17:48:50.164Z] #38 20.59 Reading package lists... [2022-04-07T17:48:50.164Z] #38 25.03 Building dependency tree... [2022-04-07T17:48:50.164Z] #38 27.71 The following additional packages will be installed: [2022-04-07T17:48:50.164Z] #38 27.73 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-04-07T17:48:50.164Z] #38 27.75 Suggested packages: [2022-04-07T17:48:50.164Z] #38 27.75 cmake-doc ninja-build lrzip [2022-04-07T17:48:50.164Z] #38 27.75 Recommended packages: [2022-04-07T17:48:50.164Z] #38 27.75 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-07T17:48:50.164Z] #38 28.53 The following NEW packages will be installed: [2022-04-07T17:48:50.164Z] #38 28.54 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-04-07T17:48:50.164Z] #38 28.54 vim-common xxd [2022-04-07T17:48:50.164Z] #38 28.89 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:48:50.164Z] #38 28.89 Need to get 17.7 MB of archives. [2022-04-07T17:48:50.164Z] #38 28.89 After this operation, 70.7 MB of additional disk space will be used. [2022-04-07T17:48:50.164Z] #38 28.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-07T17:48:50.164Z] #38 28.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-07T17:48:50.164Z] #38 28.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-07T17:48:50.164Z] #38 29.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-07T17:48:50.164Z] #38 29.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-04-07T17:48:50.164Z] #38 29.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-04-07T17:48:50.164Z] #38 29.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-04-07T17:48:50.164Z] #38 29.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-04-07T17:48:50.164Z] #38 29.58 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-04-07T17:48:50.164Z] #38 29.59 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-04-07T17:48:50.164Z] #38 31.15 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:48:50.164Z] #38 31.35 Fetched 17.7 MB in 1s (14.4 MB/s) [2022-04-07T17:48:50.164Z] #38 31.67 Selecting previously unselected package xxd. [2022-04-07T17:48:50.164Z] #38 31.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-07T17:48:50.164Z] #38 31.70 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-07T17:48:50.164Z] #38 31.77 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:48:50.238Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-04-07T17:48:50.421Z] #38 32.08 Selecting previously unselected package vim-common. [2022-04-07T17:48:50.421Z] #38 32.08 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-07T17:48:50.421Z] #38 32.10 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:48:50.987Z] #38 32.84 Selecting previously unselected package cmake-data. [2022-04-07T17:48:50.987Z] #38 32.86 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-07T17:48:50.987Z] #38 32.91 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-07T17:48:51.447Z] #19 149.2 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-04-07T17:48:51.447Z] #19 149.2 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:48:51.447Z] #19 149.2 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:48:51.447Z] #19 149.3 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-04-07T17:48:51.447Z] #19 149.3 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-04-07T17:48:51.447Z] #19 149.3 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-04-07T17:48:51.447Z] #19 149.6 Selecting previously unselected package libc6-dev-arm64-cross. [2022-04-07T17:48:51.447Z] #19 149.6 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-04-07T17:48:51.447Z] #19 149.6 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-04-07T17:48:51.707Z] #19 150.0 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-04-07T17:48:51.707Z] #19 150.0 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:48:51.707Z] #19 150.0 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:48:52.152Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-04-07T17:48:52.279Z] #19 150.4 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-04-07T17:48:52.279Z] #19 150.4 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:48:52.279Z] #19 150.4 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:48:52.356Z] #38 ... [2022-04-07T17:48:52.356Z] [2022-04-07T17:48:52.356Z] #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-04-07T17:48:52.356Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:48:52.356Z] #51 28.25 go: downloading github.com/fatih/color v1.13.0 [2022-04-07T17:48:52.356Z] #51 28.25 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-07T17:48:52.357Z] #51 28.32 go: downloading github.com/spf13/cobra v1.3.0 [2022-04-07T17:48:52.357Z] #51 28.33 go: downloading github.com/spf13/pflag v1.0.5 [2022-04-07T17:48:52.357Z] #51 28.59 go: downloading github.com/spf13/viper v1.10.1 [2022-04-07T17:48:52.357Z] #51 28.67 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-07T17:48:52.357Z] #51 29.04 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-07T17:48:52.357Z] #51 29.04 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-07T17:48:52.357Z] #51 29.06 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-04-07T17:48:52.357Z] #51 29.14 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-04-07T17:48:52.357Z] #51 30.07 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-04-07T17:48:52.357Z] #51 30.16 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-07T17:48:52.357Z] #51 33.45 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T17:48:52.357Z] #51 33.47 go: downloading github.com/stretchr/testify v1.7.0 [2022-04-07T17:48:52.357Z] #51 33.55 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-04-07T17:48:52.357Z] #51 33.58 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-04-07T17:48:52.357Z] #51 33.69 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-04-07T17:48:52.357Z] #51 33.74 go: downloading github.com/magiconair/properties v1.8.5 [2022-04-07T17:48:52.357Z] #51 33.80 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-07T17:48:52.357Z] #51 33.84 go: downloading github.com/spf13/afero v1.6.0 [2022-04-07T17:48:52.357Z] #51 33.88 go: downloading github.com/spf13/cast v1.4.1 [2022-04-07T17:48:52.357Z] #51 33.89 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-04-07T17:48:52.357Z] #51 33.93 go: downloading github.com/subosito/gotenv v1.2.0 [2022-04-07T17:48:52.357Z] #51 33.95 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-04-07T17:48:52.357Z] #51 34.04 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-04-07T17:48:52.357Z] #51 34.08 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-04-07T17:48:52.357Z] #51 34.22 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-04-07T17:48:52.357Z] #51 34.23 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-04-07T17:48:52.357Z] #51 34.33 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-04-07T17:48:52.412Z] ok github.com/docker/docker/volume/local 0.093s coverage: 76.4% of statements [2022-04-07T17:48:52.614Z] #51 34.36 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-04-07T17:48:52.614Z] #51 34.38 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-04-07T17:48:52.614Z] #51 34.40 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-04-07T17:48:52.614Z] #51 34.43 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-04-07T17:48:52.987Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-04-07T17:48:53.177Z] #51 34.90 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-04-07T17:48:53.177Z] #51 35.00 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-07T17:48:53.177Z] #51 35.02 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-04-07T17:48:53.177Z] #51 35.04 go: downloading github.com/Antonboom/errname v0.1.5 [2022-04-07T17:48:53.177Z] #51 35.08 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-04-07T17:48:53.177Z] #51 35.11 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-04-07T17:48:53.435Z] #51 ... [2022-04-07T17:48:53.435Z] [2022-04-07T17:48:53.435Z] #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-04-07T17:48:53.435Z] #38 sha256:5c0ab011b07bf0bd8d8c5408bfdeaf7f1382d8f6400ab3ae6d7d78adb27cf7e6 [2022-04-07T17:48:53.435Z] #38 35.32 Selecting previously unselected package libicu67:amd64. [2022-04-07T17:48:53.435Z] #38 35.32 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-04-07T17:48:53.435Z] #38 35.33 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-07T17:48:54.367Z] #38 ... [2022-04-07T17:48:54.367Z] [2022-04-07T17:48:54.367Z] #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-04-07T17:48:54.368Z] #47 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:48:54.368Z] #47 21.72 Reading package lists... [2022-04-07T17:48:54.368Z] #47 26.13 Building dependency tree... [2022-04-07T17:48:54.368Z] #47 28.65 The following additional packages will be installed: [2022-04-07T17:48:54.368Z] #47 28.66 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-07T17:48:54.368Z] #47 28.67 python3-protobuf python3-six [2022-04-07T17:48:54.368Z] #47 28.69 Suggested packages: [2022-04-07T17:48:54.368Z] #47 28.70 python3-setuptools [2022-04-07T17:48:54.368Z] #47 28.70 Recommended packages: [2022-04-07T17:48:54.368Z] #47 28.70 iproute2 | iproute [2022-04-07T17:48:54.368Z] #47 29.17 The following NEW packages will be installed: [2022-04-07T17:48:54.368Z] #47 29.23 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-07T17:48:54.368Z] #47 29.26 python3-protobuf python3-six [2022-04-07T17:48:54.368Z] #47 29.67 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:48:54.368Z] #47 29.67 Need to get 2292 kB of archives. [2022-04-07T17:48:54.368Z] #47 29.67 After this operation, 11.0 MB of additional disk space will be used. [2022-04-07T17:48:54.368Z] #47 29.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-04-07T17:48:54.368Z] #47 29.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-07T17:48:54.368Z] #47 29.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-04-07T17:48:54.368Z] #47 29.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-04-07T17:48:54.368Z] #47 29.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-07T17:48:54.368Z] #47 29.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-07T17:48:54.368Z] #47 29.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-07T17:48:54.368Z] #47 32.93 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-04-07T17:48:54.368Z] #47 34.27 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:48:54.368Z] #47 34.50 Fetched 2292 kB in 4s (577 kB/s) [2022-04-07T17:48:54.368Z] #47 34.58 Selecting previously unselected package libprotobuf23:amd64. [2022-04-07T17:48:54.368Z] #47 34.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-07T17:48:54.368Z] #47 34.66 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-04-07T17:48:54.368Z] #47 34.67 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-04-07T17:48:54.368Z] #47 35.31 Selecting previously unselected package python3-pkg-resources. [2022-04-07T17:48:54.368Z] #47 35.31 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-07T17:48:54.368Z] #47 35.31 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-07T17:48:54.368Z] #47 35.53 Selecting previously unselected package python3-six. [2022-04-07T17:48:54.368Z] #47 35.54 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-04-07T17:48:54.368Z] #47 35.54 Unpacking python3-six (1.16.0-2) ... [2022-04-07T17:48:54.368Z] #47 35.61 Selecting previously unselected package python3-protobuf. [2022-04-07T17:48:54.368Z] #47 35.61 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-04-07T17:48:54.368Z] #47 35.62 Unpacking python3-protobuf (3.12.4-1) ... [2022-04-07T17:48:54.368Z] #47 36.04 Selecting previously unselected package libnet1:amd64. [2022-04-07T17:48:54.368Z] #47 36.04 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-07T17:48:54.368Z] #47 36.06 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-07T17:48:54.375Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-04-07T17:48:54.625Z] #47 36.20 Selecting previously unselected package libnl-3-200:amd64. [2022-04-07T17:48:54.626Z] #47 36.20 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-07T17:48:54.626Z] #47 36.21 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-07T17:48:54.626Z] #47 ... [2022-04-07T17:48:54.626Z] [2022-04-07T17:48:54.626Z] #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-04-07T17:48:54.626Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:48:54.626Z] #51 35.74 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-04-07T17:48:54.626Z] #51 35.79 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-04-07T17:48:54.626Z] #51 35.82 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-04-07T17:48:54.626Z] #51 35.84 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-04-07T17:48:54.626Z] #51 35.84 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-04-07T17:48:54.626Z] #51 35.87 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-04-07T17:48:54.626Z] #51 35.89 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-04-07T17:48:54.626Z] #51 35.92 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-04-07T17:48:54.626Z] #51 35.96 go: downloading github.com/breml/bidichk v0.2.1 [2022-04-07T17:48:54.626Z] #51 35.98 go: downloading github.com/breml/errchkjson v0.2.1 [2022-04-07T17:48:54.626Z] #51 36.05 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-04-07T17:48:54.626Z] #51 36.14 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-04-07T17:48:54.626Z] #51 36.17 go: downloading github.com/daixiang0/gci v0.2.9 [2022-04-07T17:48:54.626Z] #51 36.18 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-04-07T17:48:54.626Z] #51 36.31 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-04-07T17:48:54.626Z] #51 36.34 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-04-07T17:48:54.626Z] #51 36.38 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-04-07T17:48:54.626Z] #51 36.43 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-04-07T17:48:54.626Z] #51 36.51 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-04-07T17:48:54.626Z] #51 36.51 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-04-07T17:48:54.815Z] Fetching without tags [2022-04-07T17:48:54.826Z] #19 ... [2022-04-07T17:48:54.826Z] [2022-04-07T17:48:54.826Z] #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-04-07T17:48:54.826Z] #58 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:48:54.826Z] #58 159.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-04-07T17:48:54.882Z] #51 36.71 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-04-07T17:48:54.882Z] #51 36.78 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-04-07T17:48:54.882Z] #51 36.79 go: downloading github.com/golangci/misspell v0.3.5 [2022-04-07T17:48:54.882Z] #51 36.80 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-04-07T17:48:54.882Z] #51 36.81 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-04-07T17:48:54.882Z] #51 36.85 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-04-07T17:48:55.139Z] #51 36.89 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-04-07T17:48:55.139Z] #51 36.91 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-04-07T17:48:55.139Z] #51 36.92 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-04-07T17:48:55.139Z] #51 36.95 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-04-07T17:48:55.139Z] #51 36.98 go: downloading github.com/julz/importas v0.1.0 [2022-04-07T17:48:55.139Z] #51 37.04 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-04-07T17:48:55.139Z] #51 37.08 go: downloading github.com/kulti/thelper v0.5.0 [2022-04-07T17:48:55.396Z] #51 37.17 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-04-07T17:48:55.396Z] #51 37.18 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-04-07T17:48:55.396Z] #51 37.24 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-04-07T17:48:55.396Z] #51 37.25 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-04-07T17:48:55.396Z] #51 37.29 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-04-07T17:48:55.396Z] #51 37.30 go: downloading github.com/maratori/testpackage v1.0.1 [2022-04-07T17:48:55.396Z] #51 37.33 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-04-07T17:48:55.492Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:48:55.653Z] #51 37.37 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-04-07T17:48:55.653Z] #51 37.41 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-04-07T17:48:55.653Z] #51 37.45 go: downloading github.com/mgechev/revive v1.1.3 [2022-04-07T17:48:54.513Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:48:54.575Z] > git config --add remote.origin.fetch +refs/pull/43448/head:refs/remotes/origin/PR-43448 # timeout=10 [2022-04-07T17:48:54.624Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:48:54.734Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:48:54.851Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:48:54.852Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:48:54.853Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:48:55.601Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:48:55.637Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:48:56.218Z] #51 37.90 go: downloading github.com/moricho/tparallel v0.2.1 [2022-04-07T17:48:56.218Z] #51 37.90 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-04-07T17:48:56.218Z] #51 37.92 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-04-07T17:48:56.218Z] #51 37.97 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-04-07T17:48:56.218Z] #51 38.02 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-04-07T17:48:56.218Z] #51 38.05 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-04-07T17:48:56.218Z] #51 38.07 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-04-07T17:48:56.483Z] #51 38.09 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-04-07T17:48:56.483Z] #51 38.11 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-04-07T17:48:56.483Z] #51 38.26 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-04-07T17:48:56.483Z] #51 38.30 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-04-07T17:48:56.483Z] #51 38.30 go: downloading github.com/sivchari/tenv v1.4.7 [2022-04-07T17:48:56.483Z] #51 38.31 go: downloading github.com/sonatard/noctx v0.0.1 [2022-04-07T17:48:56.483Z] #51 38.36 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-04-07T17:48:56.483Z] #51 38.38 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-04-07T17:48:56.483Z] #51 38.45 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-04-07T17:48:56.483Z] #51 38.47 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-04-07T17:48:56.739Z] #51 38.50 go: downloading github.com/tetafro/godot v1.4.11 [2022-04-07T17:48:56.739Z] #51 38.50 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-04-07T17:48:56.739Z] #51 38.51 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-04-07T17:48:56.739Z] #51 38.52 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-04-07T17:48:56.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-07T17:48:56.996Z] #51 38.80 go: downloading github.com/ultraware/funlen v0.0.3 [2022-04-07T17:48:56.996Z] #51 38.81 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-04-07T17:48:56.996Z] #51 38.85 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-04-07T17:48:56.996Z] #51 38.87 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-04-07T17:48:56.996Z] #51 38.88 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-04-07T17:48:57.252Z] #51 39.04 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-04-07T17:48:57.252Z] #51 39.13 go: downloading honnef.co/go/tools v0.2.2 [2022-04-07T17:48:58.216Z] Merge succeeded, producing 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:48:58.217Z] Checking out Revision 101dafd049949a4da65dcefd495828a6644e1ce1 (PR-43448) [2022-04-07T17:48:58.620Z] #51 40.28 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-04-07T17:48:58.620Z] #51 ... [2022-04-07T17:48:58.620Z] [2022-04-07T17:48:58.620Z] #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-04-07T17:48:58.620Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:48:58.620Z] #14 30.28 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-04-07T17:48:58.620Z] #14 31.61 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-04-07T17:48:58.620Z] #14 32.36 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-04-07T17:48:58.620Z] #14 33.17 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-07T17:48:58.620Z] #14 34.53 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-04-07T17:48:58.620Z] #14 35.06 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-04-07T17:48:58.620Z] #14 35.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-04-07T17:48:58.620Z] #14 35.07 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-04-07T17:48:58.620Z] #14 35.07 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-07T17:48:58.620Z] #14 35.07 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-07T17:48:58.620Z] #14 35.09 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-04-07T17:48:58.620Z] #14 35.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-04-07T17:48:58.620Z] #14 35.11 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-04-07T17:48:58.620Z] #14 35.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-04-07T17:48:58.620Z] #14 35.12 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-04-07T17:48:58.620Z] #14 35.14 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-04-07T17:48:58.620Z] #14 35.14 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-04-07T17:48:58.620Z] #14 35.18 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-04-07T17:48:58.620Z] #14 35.18 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-04-07T17:48:58.620Z] #14 35.19 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-04-07T17:48:58.620Z] #14 35.20 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-04-07T17:48:58.620Z] #14 36.09 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:48:58.620Z] #14 36.24 Fetched 115 MB in 7s (17.1 MB/s) [2022-04-07T17:48:58.620Z] #14 36.29 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-07T17:48:58.620Z] #14 36.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-07T17:48:58.620Z] #14 36.40 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-07T17:48:58.620Z] #14 36.41 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-07T17:48:58.620Z] #14 38.37 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-07T17:48:58.620Z] #14 38.38 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-07T17:48:58.620Z] #14 38.40 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-07T17:48:58.620Z] #14 ... [2022-04-07T17:48:58.620Z] [2022-04-07T17:48:58.620Z] #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-04-07T17:48:58.620Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:48:58.620Z] #51 40.29 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-04-07T17:48:58.620Z] #51 40.37 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-04-07T17:48:58.620Z] #51 40.44 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-07T17:48:58.620Z] #51 40.44 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-07T17:48:58.620Z] #51 40.51 go: downloading github.com/stretchr/objx v0.1.1 [2022-04-07T17:48:58.880Z] #51 40.55 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-04-07T17:48:58.880Z] #51 40.75 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-07T17:48:58.880Z] #51 40.76 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-07T17:48:57.851Z] > git remote # timeout=10 [2022-04-07T17:48:57.924Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T17:48:57.968Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:48:57.969Z] > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10 [2022-04-07T17:48:58.105Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-04-07T17:48:58.252Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:48:58.296Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:48:59.137Z] #51 41.00 go: downloading golang.org/x/text v0.3.7 [2022-04-07T17:48:59.514Z] Fetching without tags [2022-04-07T17:49:00.114Z] #58 ... [2022-04-07T17:49:00.114Z] [2022-04-07T17:49:00.114Z] #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-04-07T17:49:00.114Z] #19 sha256:6a36cc0c638e70bc1f304f5999b4315ba1298f59cc0e9d933b3d8bf0c1950139 [2022-04-07T17:49:00.114Z] #19 156.2 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-04-07T17:49:00.114Z] #19 156.2 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:49:00.114Z] #19 156.2 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:00.114Z] #19 156.9 Selecting previously unselected package patch. [2022-04-07T17:49:00.114Z] #19 156.9 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-04-07T17:49:00.114Z] #19 157.2 Unpacking patch (2.7.6-7) ... [2022-04-07T17:49:00.114Z] #19 158.3 Selecting previously unselected package dpkg-dev. [2022-04-07T17:49:00.114Z] #19 158.3 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-04-07T17:49:00.245Z] Fetching without tags [2022-04-07T17:49:00.278Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:49:00.375Z] #19 158.6 Unpacking dpkg-dev (1.20.9) ... [2022-04-07T17:48:59.203Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:48:59.264Z] > git config --add remote.origin.fetch +refs/pull/43448/head:refs/remotes/origin/PR-43448 # timeout=10 [2022-04-07T17:48:59.312Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:48:59.429Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:48:59.549Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:48:59.550Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:48:59.551Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:49:00.920Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:49:00.945Z] #19 159.1 Selecting previously unselected package libconfig-inifiles-perl. [2022-04-07T17:49:00.945Z] #19 159.1 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-04-07T17:49:00.945Z] #19 159.1 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-04-07T17:49:00.945Z] #19 ... [2022-04-07T17:49:00.945Z] [2022-04-07T17:49:00.945Z] #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-04-07T17:49:00.945Z] #58 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:49:00.945Z] #58 DONE 166.1s [2022-04-07T17:49:00.945Z] [2022-04-07T17:49:00.945Z] #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-04-07T17:49:00.945Z] #19 sha256:6a36cc0c638e70bc1f304f5999b4315ba1298f59cc0e9d933b3d8bf0c1950139 [2022-04-07T17:49:00.945Z] #19 159.2 Selecting previously unselected package libio-string-perl. [2022-04-07T17:49:00.945Z] #19 159.2 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-04-07T17:49:00.945Z] #19 159.2 Unpacking libio-string-perl (1.08-3.1) ... [2022-04-07T17:49:00.945Z] #19 159.2 Selecting previously unselected package libicu67:amd64. [2022-04-07T17:49:00.945Z] #19 159.2 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-04-07T17:49:00.945Z] #19 159.2 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-07T17:49:02.864Z] #19 160.8 Selecting previously unselected package libxml2:amd64. [2022-04-07T17:49:02.864Z] #19 160.8 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-04-07T17:49:02.864Z] #19 160.8 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-07T17:49:02.864Z] #19 160.9 Selecting previously unselected package libxml-namespacesupport-perl. [2022-04-07T17:49:02.864Z] #19 160.9 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-04-07T17:49:02.864Z] #19 160.9 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-04-07T17:49:02.864Z] #19 160.9 Selecting previously unselected package libxml-sax-base-perl. [2022-04-07T17:49:02.864Z] #19 160.9 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-04-07T17:49:02.864Z] #19 160.9 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-04-07T17:49:02.864Z] #19 161.0 Selecting previously unselected package libxml-sax-perl. [2022-04-07T17:49:02.864Z] #19 161.0 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-04-07T17:49:02.864Z] #19 161.0 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-04-07T17:49:02.864Z] #19 161.0 Selecting previously unselected package libxml-libxml-perl. [2022-04-07T17:49:02.864Z] #19 161.0 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-04-07T17:49:02.864Z] #19 161.0 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-04-07T17:49:02.864Z] #19 161.1 Selecting previously unselected package libxml-simple-perl. [2022-04-07T17:49:02.864Z] #19 161.1 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-04-07T17:49:02.864Z] #19 161.1 Unpacking libxml-simple-perl (2.25-1) ... [2022-04-07T17:49:02.864Z] #19 161.1 Selecting previously unselected package libyaml-perl. [2022-04-07T17:49:02.864Z] #19 161.1 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-04-07T17:49:02.864Z] #19 161.1 Unpacking libyaml-perl (1.30-1) ... [2022-04-07T17:49:02.864Z] #19 161.2 Selecting previously unselected package libconfig-auto-perl. [2022-04-07T17:49:02.864Z] #19 161.2 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-04-07T17:49:02.864Z] #19 161.2 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-04-07T17:49:02.864Z] #19 161.2 Selecting previously unselected package libfile-which-perl. [2022-04-07T17:49:02.864Z] #19 161.2 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-04-07T17:49:02.864Z] #19 161.2 Unpacking libfile-which-perl (1.23-1) ... [2022-04-07T17:49:02.864Z] #19 161.2 Selecting previously unselected package libfile-homedir-perl. [2022-04-07T17:48:59.963Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:49:00.014Z] > git config --add remote.origin.fetch +refs/pull/43448/head:refs/remotes/origin/PR-43448 # timeout=10 [2022-04-07T17:49:00.055Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:49:00.166Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-07T17:49:00.280Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-07T17:49:00.280Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:49:00.282Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43448/head:refs/remotes/origin/PR-43448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-07T17:49:01.028Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:49:01.070Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:49:03.076Z] Merge succeeded, producing 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:49:03.077Z] Checking out Revision 101dafd049949a4da65dcefd495828a6644e1ce1 (PR-43448) [2022-04-07T17:49:03.125Z] #19 161.2 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-04-07T17:49:03.125Z] #19 161.2 Unpacking libfile-homedir-perl (1.006-1) ... [2022-04-07T17:49:03.125Z] #19 161.3 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-04-07T17:49:03.125Z] #19 161.3 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-04-07T17:49:03.125Z] #19 161.3 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-04-07T17:49:03.125Z] #19 161.3 Selecting previously unselected package dpkg-cross. [2022-04-07T17:49:03.125Z] #19 161.3 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-04-07T17:49:03.125Z] #19 161.3 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-04-07T17:49:03.126Z] #19 161.4 Selecting previously unselected package crossbuild-essential-arm64. [2022-04-07T17:49:03.126Z] #19 161.4 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-04-07T17:49:03.126Z] #19 161.4 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-04-07T17:49:03.126Z] #19 161.4 Selecting previously unselected package libc6-armel-cross. [2022-04-07T17:49:03.126Z] #19 161.4 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-04-07T17:49:03.126Z] #19 161.4 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-04-07T17:49:03.387Z] #19 161.5 Selecting previously unselected package libgcc-s1-armel-cross. [2022-04-07T17:49:03.387Z] #19 161.5 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:03.387Z] #19 161.5 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:03.387Z] #19 161.6 Selecting previously unselected package libgomp1-armel-cross. [2022-04-07T17:49:03.387Z] #19 161.6 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:03.387Z] #19 161.6 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:03.387Z] #19 161.6 Selecting previously unselected package libatomic1-armel-cross. [2022-04-07T17:49:03.387Z] #19 161.6 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:03.387Z] #19 161.6 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:03.387Z] #19 161.7 Selecting previously unselected package libasan6-armel-cross. [2022-04-07T17:49:03.387Z] #19 161.7 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:03.387Z] #19 161.7 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:00.386Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:49:00.429Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:49:02.724Z] > git remote # timeout=10 [2022-04-07T17:49:02.793Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T17:49:02.857Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:49:02.859Z] > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10 [2022-04-07T17:49:02.994Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-04-07T17:49:03.110Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:49:03.154Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:49:03.648Z] #19 161.9 Selecting previously unselected package libstdc++6-armel-cross. [2022-04-07T17:49:03.648Z] #19 161.9 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:03.648Z] #19 161.9 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:03.648Z] #19 162.0 Selecting previously unselected package libubsan1-armel-cross. [2022-04-07T17:49:03.648Z] #19 162.0 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:03.648Z] #19 162.0 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:03.755Z] Merge succeeded, producing 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:49:03.755Z] Checking out Revision 101dafd049949a4da65dcefd495828a6644e1ce1 (PR-43448) [2022-04-07T17:49:03.908Z] #19 162.1 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-04-07T17:49:03.909Z] #19 162.1 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:03.909Z] #19 162.1 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:03.909Z] #19 162.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-04-07T17:49:04.170Z] #19 162.2 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:49:04.170Z] #19 162.2 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-07T17:49:04.399Z] #51 45.84 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-04-07T17:49:04.399Z] #51 45.89 go: downloading github.com/gobwas/glob v0.2.3 [2022-04-07T17:49:04.399Z] #51 45.90 go: downloading github.com/kisielk/gotool v1.0.0 [2022-04-07T17:49:04.399Z] #51 46.06 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-04-07T17:49:04.399Z] #51 46.08 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-04-07T17:49:04.399Z] #51 46.09 go: downloading golang.org/x/mod v0.5.1 [2022-04-07T17:49:04.399Z] #51 46.26 go: downloading github.com/ettle/strcase v0.1.1 [2022-04-07T17:49:04.399Z] #51 46.29 go: downloading github.com/fatih/structtag v1.2.0 [2022-04-07T17:49:04.399Z] #51 46.37 go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-07T17:49:04.656Z] #51 46.39 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-04-07T17:49:04.656Z] #51 46.46 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-04-07T17:49:04.656Z] #51 ... [2022-04-07T17:49:04.656Z] [2022-04-07T17:49:04.656Z] #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-04-07T17:49:04.656Z] #47 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:49:04.656Z] #47 36.35 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-07T17:49:04.656Z] #47 36.35 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-07T17:49:04.656Z] #47 36.35 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-07T17:49:04.656Z] #47 36.46 Selecting previously unselected package criu. [2022-04-07T17:49:04.656Z] #47 36.46 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-04-07T17:49:04.656Z] #47 36.47 Unpacking criu (3.16.1-3) ... [2022-04-07T17:49:04.656Z] #47 37.26 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-07T17:49:04.656Z] #47 38.72 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-04-07T17:49:04.656Z] #47 38.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-07T17:49:04.656Z] #47 38.76 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-07T17:49:04.656Z] #47 38.77 Setting up python3-six (1.16.0-2) ... [2022-04-07T17:49:04.656Z] #47 39.85 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-07T17:49:04.656Z] #47 39.88 Setting up python3-protobuf (3.12.4-1) ... [2022-04-07T17:49:04.656Z] #47 43.24 Setting up criu (3.16.1-3) ... [2022-04-07T17:49:04.656Z] #47 45.01 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:49:04.656Z] #47 ... [2022-04-07T17:49:04.656Z] [2022-04-07T17:49:04.656Z] #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-04-07T17:49:04.656Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:49:04.656Z] #51 46.58 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-04-07T17:49:04.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-07T17:49:05.290Z] #51 47.08 go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-07T17:49:05.548Z] #51 47.18 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-04-07T17:49:05.548Z] #51 47.19 go: downloading github.com/google/go-cmp v0.5.6 [2022-04-07T17:49:05.805Z] #51 47.50 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-04-07T17:49:05.805Z] #51 47.51 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-04-07T17:49:05.805Z] #51 47.58 go: downloading github.com/beorn7/perks v1.0.1 [2022-04-07T17:49:05.805Z] #51 ... [2022-04-07T17:49:05.805Z] [2022-04-07T17:49:05.805Z] #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-04-07T17:49:05.805Z] #34 sha256:8d8e501acb321185de907b9b2ead1812b837102cadf2ac3552e90a10998fcf70 [2022-04-07T17:49:05.805Z] #34 37.30 Updating files: 93% (1423/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-04-07T17:49:05.805Z] #34 37.40 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-04-07T17:49:05.805Z] #34 38.10 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-07T17:49:05.805Z] #34 ... [2022-04-07T17:49:05.805Z] [2022-04-07T17:49:05.805Z] #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-04-07T17:49:05.805Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:49:05.805Z] #51 47.60 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-07T17:49:05.805Z] #51 47.62 go: downloading github.com/golang/protobuf v1.5.2 [2022-04-07T17:49:05.805Z] #51 47.62 go: downloading github.com/cespare/xxhash v1.1.0 [2022-04-07T17:49:06.063Z] #51 ... [2022-04-07T17:49:06.063Z] [2022-04-07T17:49:06.063Z] #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-04-07T17:49:06.063Z] #47 sha256:1659c23a972636b4f622b7fd0c53e34e6551a074500381eb16ef764f5414b2ae [2022-04-07T17:49:06.063Z] #47 DONE 47.6s [2022-04-07T17:49:06.063Z] [2022-04-07T17:49:06.063Z] #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-04-07T17:49:06.063Z] #38 sha256:5c0ab011b07bf0bd8d8c5408bfdeaf7f1382d8f6400ab3ae6d7d78adb27cf7e6 [2022-04-07T17:49:06.063Z] #38 40.91 Selecting previously unselected package libxml2:amd64. [2022-04-07T17:49:06.063Z] #38 40.91 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-04-07T17:49:06.063Z] #38 40.91 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-07T17:49:06.063Z] #38 41.46 Selecting previously unselected package libarchive13:amd64. [2022-04-07T17:49:06.063Z] #38 41.46 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-04-07T17:49:06.063Z] #38 41.48 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-07T17:49:06.063Z] #38 41.71 Selecting previously unselected package libjsoncpp24:amd64. [2022-04-07T17:49:06.063Z] #38 41.71 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-04-07T17:49:06.063Z] #38 41.73 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-07T17:49:06.063Z] #38 41.84 Selecting previously unselected package librhash0:amd64. [2022-04-07T17:49:06.063Z] #38 41.85 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-04-07T17:49:06.063Z] #38 41.87 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-04-07T17:49:06.063Z] #38 42.03 Selecting previously unselected package libuv1:amd64. [2022-04-07T17:49:06.063Z] #38 42.03 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-04-07T17:49:06.063Z] #38 42.04 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-04-07T17:49:06.063Z] #38 42.17 Selecting previously unselected package cmake. [2022-04-07T17:49:06.063Z] #38 42.18 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-04-07T17:49:06.063Z] #38 42.18 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-07T17:49:06.063Z] #38 46.64 Setting up libicu67:amd64 (67.1-7) ... [2022-04-07T17:49:06.063Z] #38 46.69 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:49:06.063Z] #38 46.75 Setting up libuv1:amd64 (1.40.0-2) ... [2022-04-07T17:49:06.063Z] #38 46.80 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:49:06.063Z] #38 47.12 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-07T17:49:06.063Z] #38 47.16 Setting up librhash0:amd64 (1.4.1-2) ... [2022-04-07T17:49:06.063Z] #38 47.21 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-07T17:49:06.063Z] #38 47.39 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-07T17:49:06.063Z] #38 47.52 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-07T17:49:06.063Z] #38 47.73 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-07T17:49:06.063Z] #38 47.78 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:49:06.321Z] #38 ... [2022-04-07T17:49:06.321Z] [2022-04-07T17:49:06.321Z] #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-04-07T17:49:06.321Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:49:06.321Z] #51 48.06 go: downloading github.com/prometheus/common v0.10.0 [2022-04-07T17:49:06.321Z] #51 ... [2022-04-07T17:49:06.321Z] [2022-04-07T17:49:06.321Z] #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-04-07T17:49:06.321Z] #38 sha256:5c0ab011b07bf0bd8d8c5408bfdeaf7f1382d8f6400ab3ae6d7d78adb27cf7e6 [2022-04-07T17:49:06.321Z] #38 DONE 48.3s [2022-04-07T17:49:06.321Z] [2022-04-07T17:49:06.321Z] #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-04-07T17:49:06.321Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:49:06.321Z] #51 48.24 go: downloading github.com/prometheus/procfs v0.6.0 [2022-04-07T17:49:03.417Z] > git remote # timeout=10 [2022-04-07T17:49:03.500Z] > git config --get remote.origin.url # timeout=10 [2022-04-07T17:49:03.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-07T17:49:03.541Z] > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10 [2022-04-07T17:49:03.673Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-04-07T17:49:03.789Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:49:03.838Z] > git checkout -f 101dafd049949a4da65dcefd495828a6644e1ce1 # timeout=10 [2022-04-07T17:49:06.579Z] #51 48.43 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-04-07T17:49:06.836Z] #51 ... [2022-04-07T17:49:06.836Z] [2022-04-07T17:49:06.836Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-07T17:49:06.836Z] #39 sha256:53860de1f93b4228b5168fde21fdfecf88d483f6a6b0c78f194b245a1cc589af [2022-04-07T17:49:06.836Z] #39 DONE 0.2s [2022-04-07T17:49:06.836Z] [2022-04-07T17:49:06.836Z] #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-04-07T17:49:06.836Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:49:06.836Z] #51 48.61 go: downloading google.golang.org/protobuf v1.27.1 [2022-04-07T17:49:08.731Z] #51 50.27 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-04-07T17:49:08.731Z] #51 ... [2022-04-07T17:49:08.731Z] [2022-04-07T17:49:08.731Z] #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-04-07T17:49:08.731Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:49:08.731Z] #14 40.54 Selecting previously unselected package binutils-mingw-w64. [2022-04-07T17:49:08.731Z] #14 40.54 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-07T17:49:08.731Z] #14 40.55 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-07T17:49:08.731Z] #14 40.67 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-04-07T17:49:08.731Z] #14 40.67 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-07T17:49:08.731Z] #14 40.69 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:49:08.731Z] #14 40.90 Selecting previously unselected package dmsetup. [2022-04-07T17:49:08.731Z] #14 40.91 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-04-07T17:49:08.731Z] #14 40.92 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-07T17:49:08.731Z] #14 41.06 Selecting previously unselected package mingw-w64-common. [2022-04-07T17:49:08.731Z] #14 41.06 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-07T17:49:08.731Z] #14 41.07 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-07T17:49:08.731Z] #14 46.49 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-07T17:49:08.731Z] #14 46.50 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-07T17:49:08.731Z] #14 46.55 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-07T17:49:08.731Z] #14 ... [2022-04-07T17:49:08.731Z] [2022-04-07T17:49:08.731Z] #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-04-07T17:49:08.731Z] #40 sha256:ef4431811d7b4c42a685806d8aa03a9e902b288584f38c3f53511137ffc9f7e6 [2022-04-07T17:49:08.731Z] #40 1.037 + RM_GOPATH=0 [2022-04-07T17:49:08.731Z] #40 1.037 + TMP_GOPATH= [2022-04-07T17:49:08.731Z] #40 1.037 + : /build [2022-04-07T17:49:08.731Z] #40 1.037 + '[' -z '' ']' [2022-04-07T17:49:08.731Z] #40 1.037 ++ mktemp -d [2022-04-07T17:49:08.731Z] #40 1.037 + export GOPATH=/tmp/tmp.CaivzpJCHO [2022-04-07T17:49:08.731Z] #40 1.037 + GOPATH=/tmp/tmp.CaivzpJCHO [2022-04-07T17:49:08.731Z] #40 1.037 + RM_GOPATH=1 [2022-04-07T17:49:08.731Z] #40 1.037 + case "$(go env GOARCH)" in [2022-04-07T17:49:08.731Z] #40 1.037 ++ go env GOARCH [2022-04-07T17:49:08.731Z] #40 1.072 Install tini version v0.19.0 [2022-04-07T17:49:08.731Z] #40 1.072 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:49:08.731Z] #40 1.072 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:49:08.731Z] #40 1.072 ++ dirname /install.sh [2022-04-07T17:49:08.731Z] #40 1.072 + dir=/ [2022-04-07T17:49:08.731Z] #40 1.072 + bin=tini [2022-04-07T17:49:08.731Z] #40 1.072 + shift [2022-04-07T17:49:08.731Z] #40 1.072 + '[' '!' -f //tini.installer ']' [2022-04-07T17:49:08.731Z] #40 1.072 + . //tini.installer [2022-04-07T17:49:08.731Z] #40 1.072 ++ : v0.19.0 [2022-04-07T17:49:08.731Z] #40 1.072 + install_tini [2022-04-07T17:49:08.731Z] #40 1.072 + echo 'Install tini version v0.19.0' [2022-04-07T17:49:08.731Z] #40 1.072 + git clone https://github.com/krallin/tini.git /tmp/tmp.CaivzpJCHO/tini [2022-04-07T17:49:08.731Z] #40 1.072 Cloning into '/tmp/tmp.CaivzpJCHO/tini'... [2022-04-07T17:49:08.731Z] #40 1.734 + cd /tmp/tmp.CaivzpJCHO/tini [2022-04-07T17:49:08.731Z] #40 1.736 + git checkout -q v0.19.0 [2022-04-07T17:49:08.731Z] #40 1.743 + cmake . [2022-04-07T17:49:08.731Z] #40 2.178 -- The C compiler identification is GNU 10.2.1 [2022-04-07T17:49:08.988Z] #40 2.251 -- Detecting C compiler ABI info [2022-04-07T17:49:09.460Z] #19 166.9 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-04-07T17:49:09.460Z] #19 166.9 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:49:09.460Z] #19 166.9 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-07T17:49:09.460Z] #19 167.0 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-04-07T17:49:09.460Z] #19 167.0 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-04-07T17:49:09.460Z] #19 167.0 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-04-07T17:49:09.460Z] #19 167.2 Selecting previously unselected package libc6-dev-armel-cross. [2022-04-07T17:49:09.460Z] #19 167.2 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-04-07T17:49:09.460Z] #19 167.2 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-04-07T17:49:09.460Z] #19 167.4 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-04-07T17:49:09.460Z] #19 167.4 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:09.460Z] #19 167.4 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:09.460Z] #19 167.7 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-04-07T17:49:09.460Z] #19 167.7 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:49:09.460Z] #19 167.7 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-07T17:49:09.552Z] #40 2.687 -- Detecting C compiler ABI info - done [2022-04-07T17:49:09.552Z] #40 2.796 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-07T17:49:09.552Z] #40 2.797 -- Detecting C compile features [2022-04-07T17:49:09.552Z] #40 2.798 -- Detecting C compile features - done [2022-04-07T17:49:09.552Z] #40 2.829 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-07T17:49:09.675Z] Commit message: "daemon/config: move proxy settings to "proxies" struct within daemon.json" [2022-04-07T17:49:09.811Z] #40 3.047 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-07T17:49:09.811Z] #40 3.095 -- Configuring done [2022-04-07T17:49:09.811Z] #40 3.132 -- Generating done [2022-04-07T17:49:09.811Z] #40 3.137 -- Build files have been written to: /tmp/tmp.CaivzpJCHO/tini [2022-04-07T17:49:09.811Z] #40 3.143 + make tini-static [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-07T17:49:10.069Z] #40 3.455 Scanning dependencies of target tini-static [2022-04-07T17:49:10.325Z] #40 ... [2022-04-07T17:49:10.325Z] [2022-04-07T17:49:10.325Z] #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-04-07T17:49:10.325Z] #49 sha256:d18e2d919ac8aad439b9c24b28b94c8575deb790c965ec32e2bd108487cdb3af [2022-04-07T17:49:10.325Z] #49 51.74 gotestsum version dev [2022-04-07T17:49:10.325Z] #49 DONE 52.0s [2022-04-07T17:49:10.325Z] [2022-04-07T17:49:10.325Z] #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-04-07T17:49:10.325Z] #40 sha256:ef4431811d7b4c42a685806d8aa03a9e902b288584f38c3f53511137ffc9f7e6 [2022-04-07T17:49:10.325Z] #40 3.637 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-07T17:49:11.695Z] #40 4.889 [100%] Linking C executable tini-static [2022-04-07T17:49:11.952Z] #40 5.291 [100%] Built target tini-static [2022-04-07T17:49:11.952Z] #40 5.353 + mkdir -p /build [2022-04-07T17:49:11.952Z] #40 5.355 + cp tini-static /build/docker-init [2022-04-07T17:49:12.210Z] #40 DONE 5.5s [2022-04-07T17:49:12.210Z] [2022-04-07T17:49:12.210Z] #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-04-07T17:49:12.210Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:49:12.210Z] #14 53.15 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-07T17:49:12.210Z] #14 53.15 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:49:12.210Z] #14 53.17 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-07T17:49:12.210Z] #14 53.29 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-07T17:49:12.210Z] #14 53.29 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:49:12.210Z] #14 53.30 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-07T17:49:12.486Z] ok github.com/docker/docker/pkg/plugins 33.647s coverage: 76.3% of statements [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/rootless [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/volume [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-07T17:49:12.486Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === Skipped [2022-04-07T17:49:12.486Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-07T17:49:12.486Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-07T17:49:12.486Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-07T17:49:12.486Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-07T17:49:12.486Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-04-07T17:49:12.486Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.486Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-04-07T17:49:12.486Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.486Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-04-07T17:49:12.486Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.486Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-04-07T17:49:12.486Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.486Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-04-07T17:49:12.486Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.486Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-04-07T17:49:12.486Z] graphtest_unix.go:71: No driver to put! [2022-04-07T17:49:12.486Z] [2022-04-07T17:49:12.486Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-04-07T17:49:12.487Z] time="2022-04-07T17:48:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-04-07T17:49:12.487Z] time="2022-04-07T17:48:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-04-07T17:49:12.487Z] time="2022-04-07T17:48:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-04-07T17:49:12.487Z] time="2022-04-07T17:48:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-04-07T17:49:12.487Z] time="2022-04-07T17:48:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-04-07T17:49:12.487Z] graphtest_unix.go:71: No driver to put! [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-04-07T17:49:12.487Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-04-07T17:49:12.487Z] overlay_test.go:50: Fails to compute changes intermittently [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-04-07T17:49:12.487Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-04-07T17:49:12.487Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-04-07T17:49:12.487Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T17:49:12.487Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-04-07T17:49:12.487Z] graphtest_unix.go:71: No driver to put! [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-04-07T17:49:12.487Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-04-07T17:49:12.487Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-04-07T17:49:12.487Z] [2022-04-07T17:49:12.487Z] DONE 2338 tests, 28 skipped in 207.213s [2022-04-07T17:49:12.487Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/config [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/idm [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/ns [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/options [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/osl [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T17:49:12.487Z] github.com/docker/docker/libnetwork/types' ']' [2022-04-07T17:49:12.487Z] + 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-04-07T17:49:13.035Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-07T17:49:13.420Z] + docker version [2022-04-07T17:49:13.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-07T17:49:14.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-07T17:49:14.757Z] #19 172.1 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-04-07T17:49:14.757Z] #19 172.1 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:49:14.757Z] #19 172.1 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-07T17:49:14.758Z] #19 172.2 Selecting previously unselected package crossbuild-essential-armel. [2022-04-07T17:49:14.758Z] #19 172.2 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-04-07T17:49:14.758Z] #19 172.2 Unpacking crossbuild-essential-armel (12.9) ... [2022-04-07T17:49:14.758Z] #19 172.2 Selecting previously unselected package libc6-armhf-cross. [2022-04-07T17:49:14.758Z] #19 172.2 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-04-07T17:49:14.758Z] #19 172.2 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-04-07T17:49:14.758Z] #19 172.3 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-04-07T17:49:14.758Z] #19 172.3 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:14.758Z] #19 172.3 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:14.758Z] #19 172.4 Selecting previously unselected package libgomp1-armhf-cross. [2022-04-07T17:49:14.758Z] #19 172.4 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:14.758Z] #19 172.4 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:14.758Z] #19 172.4 Selecting previously unselected package libatomic1-armhf-cross. [2022-04-07T17:49:14.758Z] #19 172.4 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:14.758Z] #19 172.4 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:14.758Z] #19 172.5 Selecting previously unselected package libasan6-armhf-cross. [2022-04-07T17:49:14.758Z] #19 172.5 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:14.758Z] #19 172.5 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:14.758Z] #19 172.7 Selecting previously unselected package libstdc++6-armhf-cross. [2022-04-07T17:49:14.758Z] #19 172.7 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:14.758Z] #19 172.7 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:14.758Z] #19 172.8 Selecting previously unselected package libubsan1-armhf-cross. [2022-04-07T17:49:14.758Z] #19 172.8 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:14.758Z] #19 172.8 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:14.758Z] #19 172.9 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-04-07T17:49:14.758Z] #19 172.9 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:14.758Z] #19 172.9 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:14.758Z] #19 173.0 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-04-07T17:49:14.758Z] #19 173.0 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:49:14.758Z] #19 173.0 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-07T17:49:15.050Z] Commit message: "daemon/config: move proxy settings to "proxies" struct within daemon.json" [2022-04-07T17:49:15.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-07T17:49:15.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-07T17:49:15.483Z] Commit message: "daemon/config: move proxy settings to "proxies" struct within daemon.json" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-07T17:49:16.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-07T17:49:17.512Z] #14 59.29 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-07T17:49:17.512Z] #14 59.30 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:49:17.512Z] #14 59.30 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-07T17:49:18.483Z] + docker version [2022-04-07T17:49:18.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-07T17:49:19.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-07T17:49:20.049Z] #19 177.7 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-04-07T17:49:20.049Z] #19 177.7 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:49:20.049Z] #19 177.7 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-07T17:49:20.049Z] #19 177.8 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-04-07T17:49:20.049Z] #19 177.8 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-04-07T17:49:20.049Z] #19 177.8 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-04-07T17:49:20.049Z] #19 178.0 Selecting previously unselected package libc6-dev-armhf-cross. [2022-04-07T17:49:20.049Z] #19 178.0 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-04-07T17:49:20.049Z] #19 178.0 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-04-07T17:49:20.359Z] + docker version [2022-04-07T17:49:20.450Z] Client: [2022-04-07T17:49:20.450Z] Version: 20.10.9 [2022-04-07T17:49:20.450Z] API version: 1.41 [2022-04-07T17:49:20.450Z] Go version: go1.16.8 [2022-04-07T17:49:20.450Z] Git commit: c2ea9bc [2022-04-07T17:49:20.450Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-07T17:49:20.450Z] OS/Arch: windows/amd64 [2022-04-07T17:49:20.450Z] Context: default [2022-04-07T17:49:20.450Z] Experimental: true [2022-04-07T17:49:20.450Z] [2022-04-07T17:49:20.450Z] Server: Docker Engine - Community [2022-04-07T17:49:20.450Z] Engine: [2022-04-07T17:49:20.450Z] Version: 20.10.9 [2022-04-07T17:49:20.450Z] API version: 1.41 (minimum version 1.24) [2022-04-07T17:49:20.450Z] Go version: go1.16.8 [2022-04-07T17:49:20.450Z] Git commit: 79ea9d3 [2022-04-07T17:49:20.450Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-07T17:49:20.450Z] OS/Arch: windows/amd64 [2022-04-07T17:49:20.450Z] Experimental: true [2022-04-07T17:49:20.618Z] #19 178.7 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-04-07T17:49:20.619Z] #19 178.7 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:20.619Z] #19 178.7 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:20.619Z] #19 179.0 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-04-07T17:49:20.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-07T17:49:20.879Z] #19 179.0 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:49:20.879Z] #19 179.0 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [Pipeline] sh [2022-04-07T17:49:21.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-07T17:49:21.947Z] + docker info [2022-04-07T17:49:21.947Z] Client: [2022-04-07T17:49:21.947Z] Context: default [2022-04-07T17:49:21.947Z] Debug Mode: false [2022-04-07T17:49:21.947Z] [2022-04-07T17:49:21.947Z] Server: [2022-04-07T17:49:21.947Z] Containers: 0 [2022-04-07T17:49:21.947Z] Running: 0 [2022-04-07T17:49:21.947Z] Paused: 0 [2022-04-07T17:49:21.947Z] Stopped: 0 [2022-04-07T17:49:21.947Z] Images: 0 [2022-04-07T17:49:21.947Z] Server Version: 20.10.9 [2022-04-07T17:49:21.947Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-07T17:49:21.947Z] Windows: [2022-04-07T17:49:21.947Z] LCOW: [2022-04-07T17:49:21.947Z] Logging Driver: json-file [2022-04-07T17:49:21.947Z] Plugins: [2022-04-07T17:49:21.947Z] Volume: local [2022-04-07T17:49:21.947Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T17:49:21.947Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T17:49:21.947Z] Swarm: inactive [2022-04-07T17:49:21.947Z] Default Isolation: process [2022-04-07T17:49:21.947Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-07T17:49:21.947Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-07T17:49:21.947Z] OSType: windows [2022-04-07T17:49:21.947Z] Architecture: x86_64 [2022-04-07T17:49:21.947Z] CPUs: 4 [2022-04-07T17:49:21.947Z] Total Memory: 32GiB [2022-04-07T17:49:21.947Z] Name: azwin-2-0cb9e0 [2022-04-07T17:49:21.947Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-07T17:49:21.947Z] Docker Root Dir: D:\docker [2022-04-07T17:49:21.947Z] Debug Mode: false [2022-04-07T17:49:21.947Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:49:21.947Z] Labels: [2022-04-07T17:49:21.947Z] Experimental: true [2022-04-07T17:49:21.947Z] Insecure Registries: [2022-04-07T17:49:21.947Z] 10.0.0.4:5000 [2022-04-07T17:49:21.947Z] 127.0.0.0/8 [2022-04-07T17:49:21.947Z] Registry Mirrors: [2022-04-07T17:49:21.947Z] http://10.0.0.4:5000/ [2022-04-07T17:49:21.947Z] Live Restore Enabled: false [2022-04-07T17:49:21.947Z] Product License: Community Engine [2022-04-07T17:49:21.947Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-04-07T17:49:22.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-07T17:49:22.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-07T17:49:24.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-07T17:49:24.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-07T17:49:25.597Z] Client: [2022-04-07T17:49:25.597Z] Version: 20.10.9 [2022-04-07T17:49:25.597Z] API version: 1.41 [2022-04-07T17:49:25.597Z] Go version: go1.16.8 [2022-04-07T17:49:25.597Z] Git commit: c2ea9bc [2022-04-07T17:49:25.597Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-07T17:49:25.597Z] OS/Arch: windows/amd64 [2022-04-07T17:49:25.597Z] Context: default [2022-04-07T17:49:25.597Z] Experimental: true [2022-04-07T17:49:25.597Z] [2022-04-07T17:49:25.597Z] Server: Docker Engine - Community [2022-04-07T17:49:25.597Z] Engine: [2022-04-07T17:49:25.597Z] Version: 20.10.9 [2022-04-07T17:49:25.597Z] API version: 1.41 (minimum version 1.24) [2022-04-07T17:49:25.597Z] Go version: go1.16.8 [2022-04-07T17:49:25.597Z] Git commit: 79ea9d3 [2022-04-07T17:49:25.597Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-07T17:49:25.597Z] OS/Arch: windows/amd64 [2022-04-07T17:49:25.597Z] Experimental: true [2022-04-07T17:49:25.632Z] #14 ... [2022-04-07T17:49:25.632Z] [2022-04-07T17:49:25.632Z] #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-04-07T17:49:25.632Z] #60 sha256:eff6e82ac93c57fcc171dd32953f12423e26b9f0d7f5aa7fe54dbe53a6246b68 [2022-04-07T17:49:25.768Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-07T17:49:26.149Z] #60 37.28 Updating files: 64% (3008/4680) Updating files: 65% (3042/4680) Updating files: 66% (3089/4680) Updating files: 67% (3136/4680) Updating files: 68% (3183/4680) Updating files: 69% (3230/4680) Updating files: 70% (3276/4680) Updating files: 71% (3323/4680) Updating files: 72% (3370/4680) Updating files: 73% (3417/4680) Updating files: 74% (3464/4680) Updating files: 75% (3510/4680) Updating files: 76% (3557/4680) Updating files: 77% (3604/4680) Updating files: 78% (3651/4680) Updating files: 79% (3698/4680) Updating files: 80% (3744/4680) Updating files: 81% (3791/4680) Updating files: 82% (3838/4680) Updating files: 83% (3885/4680) Updating files: 84% (3932/4680) Updating files: 85% (3978/4680) Updating files: 86% (4025/4680) Updating files: 87% (4072/4680) Updating files: 88% (4119/4680) Updating files: 89% (4166/4680) Updating files: 90% (4212/4680) Updating files: 91% (4259/4680) Updating files: 92% (4306/4680) Updating files: 93% (4353/4680) Updating files: 94% (4400/4680) Updating files: 95% (4446/4680) Updating files: 96% (4493/4680) Updating files: 97% (4540/4680) Updating files: 98% (4587/4680) Updating files: 99% (4634/4680) Updating files: 100% (4680/4680) Updating files: 100% (4680/4680), done. [2022-04-07T17:49:26.149Z] #60 38.12 + cd /tmp/tmp.GiwdqPSix9/src/github.com/containerd/containerd [2022-04-07T17:49:26.179Z] #19 184.4 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-04-07T17:49:26.179Z] #19 184.5 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [Pipeline] sh [2022-04-07T17:49:26.407Z] #60 38.12 + git checkout -q v1.6.2 [2022-04-07T17:49:26.439Z] #19 184.7 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-07T17:49:26.713Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-07T17:49:26.713Z] Using test binary docker [2022-04-07T17:49:26.713Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-07T17:49:26.713Z] Starting apparmor (via systemctl): apparmor.service. [2022-04-07T17:49:26.713Z] Starting dockerd [2022-04-07T17:49:26.713Z] INFO: Waiting for daemon to start... [2022-04-07T17:49:26.971Z] #60 38.67 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-07T17:49:26.971Z] #60 38.67 + BUILDTAGS='netgo osusergo static_build' [2022-04-07T17:49:26.971Z] #60 38.67 + export EXTRA_FLAGS=-buildmode=pie [2022-04-07T17:49:26.971Z] #60 38.67 + EXTRA_FLAGS=-buildmode=pie [2022-04-07T17:49:26.971Z] #60 38.67 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-07T17:49:26.971Z] #60 38.67 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-07T17:49:26.971Z] #60 38.67 + '[' '' = dynamic ']' [2022-04-07T17:49:26.971Z] #60 38.67 + make [2022-04-07T17:49:27.160Z] + docker info [2022-04-07T17:49:27.382Z] #19 185.7 Selecting previously unselected package crossbuild-essential-armhf. [2022-04-07T17:49:27.382Z] #19 185.7 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-04-07T17:49:27.467Z] Client: [2022-04-07T17:49:27.467Z] Version: 20.10.9 [2022-04-07T17:49:27.467Z] API version: 1.41 [2022-04-07T17:49:27.467Z] Go version: go1.16.8 [2022-04-07T17:49:27.467Z] Git commit: c2ea9bc [2022-04-07T17:49:27.467Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-07T17:49:27.467Z] OS/Arch: windows/amd64 [2022-04-07T17:49:27.467Z] Context: default [2022-04-07T17:49:27.467Z] Experimental: true [2022-04-07T17:49:27.467Z] [2022-04-07T17:49:27.467Z] Server: Docker Engine - Community [2022-04-07T17:49:27.467Z] Engine: [2022-04-07T17:49:27.467Z] Version: 20.10.9 [2022-04-07T17:49:27.467Z] API version: 1.41 (minimum version 1.24) [2022-04-07T17:49:27.467Z] Go version: go1.16.8 [2022-04-07T17:49:27.467Z] Git commit: 79ea9d3 [2022-04-07T17:49:27.467Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-07T17:49:27.467Z] OS/Arch: windows/amd64 [2022-04-07T17:49:27.467Z] Experimental: true [2022-04-07T17:49:27.644Z] #19 185.9 Unpacking crossbuild-essential-armhf (12.9) ... [Pipeline] sh [2022-04-07T17:49:28.437Z] #60 39.98 + bin/ctr [2022-04-07T17:49:28.627Z] . [2022-04-07T17:49:28.627Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-07T17:49:28.627Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-07T17:49:28.627Z] Error: No such image: emptyfs [2022-04-07T17:49:28.888Z] Running integration-test (iteration 1) [2022-04-07T17:49:28.888Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-04-07T17:49:29.018Z] + docker info [2022-04-07T17:49:29.018Z] Client: [2022-04-07T17:49:29.018Z] Context: default [2022-04-07T17:49:29.018Z] Debug Mode: false [2022-04-07T17:49:29.018Z] [2022-04-07T17:49:29.018Z] Server: [2022-04-07T17:49:29.018Z] Containers: 0 [2022-04-07T17:49:29.018Z] Running: 0 [2022-04-07T17:49:29.018Z] Paused: 0 [2022-04-07T17:49:29.018Z] Stopped: 0 [2022-04-07T17:49:29.018Z] Images: 0 [2022-04-07T17:49:29.018Z] Server Version: 20.10.9 [2022-04-07T17:49:29.018Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-07T17:49:29.018Z] Windows: [2022-04-07T17:49:29.018Z] LCOW: [2022-04-07T17:49:29.018Z] Logging Driver: json-file [2022-04-07T17:49:29.018Z] Plugins: [2022-04-07T17:49:29.018Z] Volume: local [2022-04-07T17:49:29.018Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T17:49:29.018Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T17:49:29.018Z] Swarm: inactive [2022-04-07T17:49:29.018Z] Default Isolation: process [2022-04-07T17:49:29.018Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-07T17:49:29.018Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-07T17:49:29.018Z] OSType: windows [2022-04-07T17:49:29.018Z] Architecture: x86_64 [2022-04-07T17:49:29.018Z] CPUs: 4 [2022-04-07T17:49:29.018Z] Total Memory: 32GiB [2022-04-07T17:49:29.018Z] Name: azwin-2-ee31f0 [2022-04-07T17:49:29.018Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-07T17:49:29.018Z] Docker Root Dir: D:\docker [2022-04-07T17:49:29.018Z] Debug Mode: false [2022-04-07T17:49:29.018Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:49:29.018Z] Labels: [2022-04-07T17:49:29.018Z] Experimental: true [2022-04-07T17:49:29.018Z] Insecure Registries: [2022-04-07T17:49:29.018Z] 10.0.0.4:5000 [2022-04-07T17:49:29.018Z] 127.0.0.0/8 [2022-04-07T17:49:29.018Z] Registry Mirrors: [2022-04-07T17:49:29.018Z] http://10.0.0.4:5000/ [2022-04-07T17:49:29.018Z] Live Restore Enabled: false [2022-04-07T17:49:29.018Z] Product License: Community Engine [2022-04-07T17:49:29.018Z] [2022-04-07T17:49:29.030Z] #19 187.0 Selecting previously unselected package libc6-ppc64el-cross. [2022-04-07T17:49:29.030Z] #19 187.0 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-04-07T17:49:29.030Z] #19 187.1 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-04-07T17:49:29.030Z] #19 187.3 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-04-07T17:49:29.030Z] #19 187.3 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:29.030Z] #19 187.3 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:29.150Z] Loaded image: busybox:latest [2022-04-07T17:49:29.150Z] Loaded image: busybox:glibc [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-04-07T17:49:29.294Z] #19 187.4 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-04-07T17:49:29.294Z] #19 187.4 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:29.294Z] #19 187.4 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:29.294Z] #19 187.4 Selecting previously unselected package libitm1-ppc64el-cross. [2022-04-07T17:49:29.294Z] #19 187.4 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:29.294Z] #19 187.4 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:29.294Z] #19 187.5 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-04-07T17:49:29.294Z] #19 187.5 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:29.294Z] #19 187.5 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:29.294Z] #19 187.5 Selecting previously unselected package libasan6-ppc64el-cross. [2022-04-07T17:49:29.294Z] #19 187.5 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:29.294Z] #19 187.5 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:29.555Z] #19 187.8 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-04-07T17:49:29.555Z] #19 187.8 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:29.555Z] #19 187.8 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:29.555Z] #19 187.9 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-04-07T17:49:29.817Z] #19 187.9 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:29.817Z] #19 187.9 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:29.817Z] #19 188.1 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-04-07T17:49:29.817Z] #19 188.1 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:29.817Z] #19 188.1 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:30.079Z] #19 188.2 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-04-07T17:49:30.079Z] #19 188.2 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:30.079Z] #19 188.2 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:30.079Z] #19 188.3 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-04-07T17:49:30.079Z] #19 188.3 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:30.079Z] #19 188.3 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:30.079Z] #19 188.4 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-04-07T17:49:30.079Z] #19 188.4 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:30.079Z] #19 188.4 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:30.340Z] #19 188.5 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-04-07T17:49:30.340Z] #19 188.6 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:49:30.340Z] #19 188.6 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:30.535Z] Loaded image: debian:bullseye-slim [2022-04-07T17:49:30.535Z] Loaded image: hello-world:latest [2022-04-07T17:49:30.535Z] Loaded image: arm32v7/hello-world:latest [2022-04-07T17:49:30.535Z] INFO: Testing against a local daemon [2022-04-07T17:49:30.535Z] === RUN TestCgroupNamespacesBuild [2022-04-07T17:49:31.920Z] --- PASS: TestCgroupNamespacesBuild (1.33s) [2022-04-07T17:49:31.920Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-07T17:49:33.306Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s) [2022-04-07T17:49:33.306Z] === RUN TestBuildWithSession [2022-04-07T17:49:33.306Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T17:49:33.306Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-07T17:49:33.306Z] === RUN TestBuildSquashParent [2022-04-07T17:49:35.632Z] #19 193.1 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-04-07T17:49:35.632Z] #19 193.1 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:49:35.632Z] #19 193.1 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:35.632Z] #19 193.2 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-04-07T17:49:35.632Z] #19 193.2 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-04-07T17:49:35.632Z] #19 193.2 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-04-07T17:49:35.632Z] #19 193.3 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-04-07T17:49:35.632Z] #19 193.3 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-04-07T17:49:35.632Z] #19 193.3 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-04-07T17:49:35.632Z] #19 193.7 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-04-07T17:49:35.632Z] #19 193.7 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:35.632Z] #19 193.7 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:35.632Z] #19 194.0 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-04-07T17:49:35.894Z] #19 194.0 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:49:35.894Z] #19 194.0 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:37.514Z] --- PASS: TestBuildSquashParent (4.21s) [2022-04-07T17:49:37.514Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-07T17:49:37.514Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:49:37.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:49:37.514Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:49:37.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:49:37.514Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:49:37.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:49:37.514Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:49:37.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:49:37.514Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:49:37.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:49:37.514Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:49:37.514Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:49:37.514Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:49:37.514Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:49:37.734Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-04-07T17:49:37.734Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d14cfd37\powershellScript.ps1'; exit $LASTEXITCODE; [2022-04-07T17:49:37.734Z] ---------------------------------------------------------------------------- [2022-04-07T17:49:37.734Z] [2022-04-07T17:49:37.734Z] INFO: executeCI.ps1 starting at Thu Apr 7 17:49:36 CUT 2022 [2022-04-07T17:49:37.734Z] [2022-04-07T17:49:37.734Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-04-07T17:49:37.734Z] INFO: Running git version 2.24.1.windows.2 [2022-04-07T17:49:37.734Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-04-07T17:49:37.734Z] INFO: Environment variables: [2022-04-07T17:49:37.734Z] [2022-04-07T17:49:37.734Z] Name Value [2022-04-07T17:49:37.734Z] ---- ----- [2022-04-07T17:49:37.734Z] ALLUSERSPROFILE C:\ProgramData [2022-04-07T17:49:37.734Z] amd64 true [2022-04-07T17:49:37.734Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-04-07T17:49:37.734Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-04-07T17:49:37.734Z] arm64 true [2022-04-07T17:49:37.734Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-04-07T17:49:37.734Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-04-07T17:49:37.734Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-04-07T17:49:37.734Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-04-07T17:49:37.734Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-04-07T17:49:37.734Z] BRANCH_NAME PR-43448 [2022-04-07T17:49:37.734Z] BUILD_DISPLAY_NAME #7 [2022-04-07T17:49:37.734Z] BUILD_ID 7 [2022-04-07T17:49:37.734Z] BUILD_NUMBER 7 [2022-04-07T17:49:37.734Z] BUILD_TAG jenkins-moby-PR-43448-7 [2022-04-07T17:49:37.734Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/ [2022-04-07T17:49:37.734Z] cgroup2 true [2022-04-07T17:49:37.734Z] CHANGE_AUTHOR thaJeztah [2022-04-07T17:49:37.734Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-04-07T17:49:37.734Z] CHANGE_BRANCH daemon_config_group_proxies [2022-04-07T17:49:37.734Z] CHANGE_FORK thaJeztah/docker [2022-04-07T17:49:37.734Z] CHANGE_ID 43448 [2022-04-07T17:49:37.734Z] CHANGE_TARGET master [2022-04-07T17:49:37.734Z] CHANGE_TITLE daemon/config: move proxy settings to "proxies" struct within daemon.json [2022-04-07T17:49:37.734Z] CHANGE_URL https://github.com/moby/moby/pull/43448 [2022-04-07T17:49:37.734Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:49:37.734Z] CommonProgramFiles C:\Program Files\Common Files [2022-04-07T17:49:37.734Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-04-07T17:49:37.734Z] CommonProgramW6432 C:\Program Files\Common Files [2022-04-07T17:49:37.734Z] COMPUTERNAME azwin-2-0cb9e0 [2022-04-07T17:49:37.734Z] ComSpec C:\Windows\system32\cmd.exe [2022-04-07T17:49:37.734Z] ConfigSequenceNumber 0 [2022-04-07T17:49:37.734Z] dco true [2022-04-07T17:49:37.734Z] DOCKER_BUILDKIT 0 [2022-04-07T17:49:37.734Z] DOCKER_DUT_DEBUG 1 [2022-04-07T17:49:37.734Z] DOCKER_EXPERIMENTAL 1 [2022-04-07T17:49:37.734Z] DOCKER_GRAPHDRIVER overlay2 [2022-04-07T17:49:37.734Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-04-07T17:49:37.734Z] EXECUTOR_NUMBER 0 [2022-04-07T17:49:37.734Z] FQDN azwin-2-0cb9e0.westus.cloudapp.azure.com [2022-04-07T17:49:37.734Z] GIT_BRANCH PR-43448 [2022-04-07T17:49:37.734Z] GIT_COMMIT 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:49:37.734Z] GIT_PREVIOUS_COMMIT a3a06062dd216cf5f30fbc4ec85a721da5308e9e [2022-04-07T17:49:37.734Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 5e743bc7d8a83a4953b8ba6f1559dcb4b85b160a [2022-04-07T17:49:37.734Z] GIT_URL https://github.com/moby/moby.git [2022-04-07T17:49:37.734Z] HUDSON_COOKIE c3a5e74b-a8ba-4214-a42a-33022b5929a8 [2022-04-07T17:49:37.734Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-04-07T17:49:37.734Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-04-07T17:49:37.734Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-04-07T17:49:37.734Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-04-07T17:49:37.734Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-04-07T17:49:37.734Z] JENKINS_NODE_COOKIE 9280e089-9dc7-46d6-b8fc-f33212fcabff [2022-04-07T17:49:37.734Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-04-07T17:49:37.734Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-04-07T17:49:37.734Z] JOB_BASE_NAME PR-43448 [2022-04-07T17:49:37.734Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/display/redirect [2022-04-07T17:49:37.734Z] JOB_NAME moby/PR-43448 [2022-04-07T17:49:37.734Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/ [2022-04-07T17:49:37.734Z] library.jps.version master [2022-04-07T17:49:37.734Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-04-07T17:49:37.734Z] NODE_LABELS amd64 azure azwin-2-0cb9e0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-04-07T17:49:37.734Z] NODE_NAME azwin-2-0cb9e0 [2022-04-07T17:49:37.734Z] NUMBER_OF_PROCESSORS 4 [2022-04-07T17:49:37.734Z] OS Windows_NT [2022-04-07T17:49:37.734Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-04-07T17:49:37.734Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-04-07T17:49:37.734Z] ppc64le false [2022-04-07T17:49:37.734Z] PROCESSOR_ARCHITECTURE AMD64 [2022-04-07T17:49:37.734Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2022-04-07T17:49:37.734Z] PROCESSOR_LEVEL 6 [2022-04-07T17:49:37.734Z] PROCESSOR_REVISION 5507 [2022-04-07T17:49:37.734Z] ProgramData C:\ProgramData [2022-04-07T17:49:37.734Z] ProgramFiles C:\Program Files [2022-04-07T17:49:37.734Z] ProgramFiles(x86) C:\Program Files (x86) [2022-04-07T17:49:37.734Z] ProgramW6432 C:\Program Files [2022-04-07T17:49:37.735Z] PROMPT $P$G [2022-04-07T17:49:37.735Z] PSExecutionPolicyPreference Bypass [2022-04-07T17:49:37.735Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-04-07T17:49:37.735Z] PUBLIC C:\Users\Public [2022-04-07T17:49:37.735Z] rootless true [2022-04-07T17:49:37.735Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect?page=artif... [2022-04-07T17:49:37.735Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect?page=changes [2022-04-07T17:49:37.735Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect [2022-04-07T17:49:37.735Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect?page=tests [2022-04-07T17:49:37.735Z] s390x false [2022-04-07T17:49:37.735Z] SKIP_VALIDATION_TESTS 1 [2022-04-07T17:49:37.735Z] SOURCES_DRIVE d [2022-04-07T17:49:37.735Z] SOURCES_SUBDIR gopath [2022-04-07T17:49:37.735Z] STAGE_NAME Run tests [2022-04-07T17:49:37.735Z] SystemDrive C: [2022-04-07T17:49:37.735Z] SystemRoot C:\Windows [2022-04-07T17:49:37.735Z] TEMP C:\Windows\TEMP [2022-04-07T17:49:37.735Z] TESTDEBUG 0 [2022-04-07T17:49:37.735Z] TESTRUN_DRIVE d [2022-04-07T17:49:37.735Z] TESTRUN_SUBDIR CI [2022-04-07T17:49:37.735Z] TIMEOUT 120m [2022-04-07T17:49:37.735Z] TMP C:\Windows\TEMP [2022-04-07T17:49:37.735Z] unit_validate true [2022-04-07T17:49:37.735Z] USERDOMAIN WORKGROUP [2022-04-07T17:49:37.735Z] USERNAME azwin-2-0cb9e0$ [2022-04-07T17:49:37.735Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-04-07T17:49:37.735Z] validate_force false [2022-04-07T17:49:37.735Z] windir C:\Windows [2022-04-07T17:49:37.735Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-04-07T17:49:37.735Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-04-07T17:49:37.735Z] windows2022 true [2022-04-07T17:49:37.735Z] windows2022containerd true [2022-04-07T17:49:37.735Z] windowsRS5 true [2022-04-07T17:49:37.735Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-04-07T17:49:37.735Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-04-07T17:49:37.735Z] [2022-04-07T17:49:37.735Z] [2022-04-07T17:49:37.735Z] [2022-04-07T17:49:38.398Z] #60 ... [2022-04-07T17:49:38.398Z] [2022-04-07T17:49:38.398Z] #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-04-07T17:49:38.398Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:49:38.398Z] #14 69.90 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-07T17:49:38.398Z] #14 69.90 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:49:38.398Z] #14 69.93 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-07T17:49:38.398Z] #14 75.03 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-07T17:49:38.398Z] #14 75.04 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:49:38.398Z] #14 75.05 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-07T17:49:38.398Z] #14 80.31 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-07T17:49:38.398Z] #14 80.32 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:49:38.398Z] #14 80.32 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-07T17:49:38.693Z] INFO: Sources under d:\gopath\... [2022-04-07T17:49:38.693Z] INFO: Test run under d:\CI\... [2022-04-07T17:49:38.693Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-04-07T17:49:38.693Z] INFO: docker/docker repository was found [2022-04-07T17:49:38.693Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-04-07T17:49:39.651Z] ltsc2022: Pulling from windows/servercore [2022-04-07T17:49:39.651Z] 8f616e6e9eec: Pulling fs layer [2022-04-07T17:49:39.651Z] 037d5740b404: Pulling fs layer [2022-04-07T17:49:39.731Z] Client: [2022-04-07T17:49:39.731Z] Context: default [2022-04-07T17:49:39.731Z] Debug Mode: false [2022-04-07T17:49:39.731Z] Plugins: [2022-04-07T17:49:39.731Z] app: Docker Application (Docker Inc., v0.8.0) [2022-04-07T17:49:39.731Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-04-07T17:49:39.731Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-04-07T17:49:39.731Z] [2022-04-07T17:49:39.731Z] Server: [2022-04-07T17:49:39.731Z] Containers: 0 [2022-04-07T17:49:39.731Z] Running: 0 [2022-04-07T17:49:39.731Z] Paused: 0 [2022-04-07T17:49:39.731Z] Stopped: 0 [2022-04-07T17:49:39.731Z] Images: 0 [2022-04-07T17:49:39.731Z] Server Version: 20.10.9 [2022-04-07T17:49:39.731Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-07T17:49:39.731Z] Windows: [2022-04-07T17:49:39.731Z] LCOW: [2022-04-07T17:49:39.731Z] Logging Driver: json-file [2022-04-07T17:49:39.731Z] Plugins: [2022-04-07T17:49:39.731Z] Volume: local [2022-04-07T17:49:39.731Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T17:49:39.731Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T17:49:39.731Z] Swarm: inactive [2022-04-07T17:49:39.731Z] Default Isolation: process [2022-04-07T17:49:39.731Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-07T17:49:39.731Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-04-07T17:49:39.731Z] OSType: windows [2022-04-07T17:49:39.731Z] Architecture: x86_64 [2022-04-07T17:49:39.731Z] CPUs: 4 [2022-04-07T17:49:39.731Z] Total Memory: 32GiB [2022-04-07T17:49:39.731Z] Name: azwin-2-11b620 [2022-04-07T17:49:39.731Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-04-07T17:49:39.731Z] Docker Root Dir: D:\docker [2022-04-07T17:49:39.731Z] Debug Mode: false [2022-04-07T17:49:39.731Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:49:39.731Z] Labels: [2022-04-07T17:49:39.731Z] Experimental: true [2022-04-07T17:49:39.731Z] Insecure Registries: [2022-04-07T17:49:39.731Z] 10.0.0.4:5000 [2022-04-07T17:49:39.731Z] 127.0.0.0/8 [2022-04-07T17:49:39.731Z] Registry Mirrors: [2022-04-07T17:49:39.731Z] http://10.0.0.4:5000/ [2022-04-07T17:49:39.731Z] Live Restore Enabled: false [2022-04-07T17:49:39.731Z] Product License: Community Engine [2022-04-07T17:49:39.731Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-04-07T17:49:40.066Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:49:40.066Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:49:40.104Z] #19 198.3 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-04-07T17:49:40.104Z] #19 198.3 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:49:40.104Z] #19 198.3 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:40.104Z] #19 198.4 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-04-07T17:49:40.104Z] #19 198.4 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-04-07T17:49:40.104Z] #19 198.4 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-04-07T17:49:40.104Z] #19 198.4 Selecting previously unselected package libc6-s390x-cross. [2022-04-07T17:49:40.104Z] #19 198.4 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-04-07T17:49:40.104Z] #19 198.4 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-04-07T17:49:40.365Z] #19 198.5 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-04-07T17:49:40.365Z] #19 198.5 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:40.365Z] #19 198.6 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:40.365Z] #19 198.6 Selecting previously unselected package libgomp1-s390x-cross. [2022-04-07T17:49:40.365Z] #19 198.6 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:40.365Z] #19 198.6 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:40.365Z] #19 198.6 Selecting previously unselected package libitm1-s390x-cross. [2022-04-07T17:49:40.365Z] #19 198.6 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:40.365Z] #19 198.6 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:40.365Z] #19 198.7 Selecting previously unselected package libatomic1-s390x-cross. [2022-04-07T17:49:40.365Z] #19 198.7 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:40.365Z] #19 198.7 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:40.365Z] #19 198.7 Selecting previously unselected package libasan6-s390x-cross. [2022-04-07T17:49:40.626Z] #19 198.7 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:40.626Z] #19 198.7 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:40.626Z] #19 198.9 Selecting previously unselected package libstdc++6-s390x-cross. [2022-04-07T17:49:40.626Z] #19 198.9 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:40.626Z] #19 199.0 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:40.887Z] #19 199.0 Selecting previously unselected package libubsan1-s390x-cross. [2022-04-07T17:49:40.887Z] #19 199.0 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:40.887Z] #19 199.0 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:40.887Z] #19 199.1 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-04-07T17:49:40.887Z] #19 199.1 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:40.887Z] #19 199.1 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:40.887Z] #19 199.3 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-04-07T17:49:41.009Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:49:41.154Z] #19 199.3 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:49:41.154Z] #19 199.3 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:41.269Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:49:43.182Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-04-07T17:49:43.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.24s) [2022-04-07T17:49:43.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.24s) [2022-04-07T17:49:43.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.24s) [2022-04-07T17:49:43.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.54s) [2022-04-07T17:49:43.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.82s) [2022-04-07T17:49:43.182Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.75s) [2022-04-07T17:49:43.182Z] === RUN TestBuildMultiStageCopy [2022-04-07T17:49:43.182Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-07T17:49:44.566Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-07T17:49:44.566Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-07T17:49:44.575Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-04-07T17:49:44.575Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-a83e1270\powershellScript.ps1'; exit $LASTEXITCODE; [2022-04-07T17:49:44.575Z] ---------------------------------------------------------------------------- [2022-04-07T17:49:44.575Z] [2022-04-07T17:49:44.575Z] INFO: executeCI.ps1 starting at Thu Apr 7 17:49:42 CUT 2022 [2022-04-07T17:49:44.575Z] [2022-04-07T17:49:44.575Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-04-07T17:49:44.575Z] INFO: Running git version 2.24.1.windows.2 [2022-04-07T17:49:44.575Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-04-07T17:49:44.575Z] INFO: Environment variables: [2022-04-07T17:49:44.575Z] [2022-04-07T17:49:44.575Z] Name Value [2022-04-07T17:49:44.575Z] ---- ----- [2022-04-07T17:49:44.575Z] ALLUSERSPROFILE C:\ProgramData [2022-04-07T17:49:44.575Z] amd64 true [2022-04-07T17:49:44.575Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-04-07T17:49:44.575Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-04-07T17:49:44.575Z] arm64 true [2022-04-07T17:49:44.575Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-04-07T17:49:44.575Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-04-07T17:49:44.575Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-04-07T17:49:44.575Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-04-07T17:49:44.575Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-04-07T17:49:44.575Z] BRANCH_NAME PR-43448 [2022-04-07T17:49:44.575Z] BUILD_DISPLAY_NAME #7 [2022-04-07T17:49:44.575Z] BUILD_ID 7 [2022-04-07T17:49:44.575Z] BUILD_NUMBER 7 [2022-04-07T17:49:44.575Z] BUILD_TAG jenkins-moby-PR-43448-7 [2022-04-07T17:49:44.575Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/ [2022-04-07T17:49:44.575Z] cgroup2 true [2022-04-07T17:49:44.575Z] CHANGE_AUTHOR thaJeztah [2022-04-07T17:49:44.575Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-04-07T17:49:44.575Z] CHANGE_BRANCH daemon_config_group_proxies [2022-04-07T17:49:44.575Z] CHANGE_FORK thaJeztah/docker [2022-04-07T17:49:44.575Z] CHANGE_ID 43448 [2022-04-07T17:49:44.575Z] CHANGE_TARGET master [2022-04-07T17:49:44.575Z] CHANGE_TITLE daemon/config: move proxy settings to "proxies" struct within daemon.json [2022-04-07T17:49:44.575Z] CHANGE_URL https://github.com/moby/moby/pull/43448 [2022-04-07T17:49:44.575Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:49:44.575Z] CommonProgramFiles C:\Program Files\Common Files [2022-04-07T17:49:44.575Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-04-07T17:49:44.575Z] CommonProgramW6432 C:\Program Files\Common Files [2022-04-07T17:49:44.575Z] COMPUTERNAME azwin-2-ee31f0 [2022-04-07T17:49:44.575Z] ComSpec C:\Windows\system32\cmd.exe [2022-04-07T17:49:44.575Z] ConfigSequenceNumber 0 [2022-04-07T17:49:44.575Z] dco true [2022-04-07T17:49:44.575Z] DOCKER_BUILDKIT 0 [2022-04-07T17:49:44.575Z] DOCKER_DUT_DEBUG 1 [2022-04-07T17:49:44.575Z] DOCKER_EXPERIMENTAL 1 [2022-04-07T17:49:44.575Z] DOCKER_GRAPHDRIVER overlay2 [2022-04-07T17:49:44.575Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-04-07T17:49:44.575Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-04-07T17:49:44.575Z] EXECUTOR_NUMBER 0 [2022-04-07T17:49:44.575Z] FQDN azwin-2-ee31f0.westus.cloudapp.azure.com [2022-04-07T17:49:44.575Z] GIT_BRANCH PR-43448 [2022-04-07T17:49:44.575Z] GIT_COMMIT 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:49:44.575Z] GIT_PREVIOUS_COMMIT a3a06062dd216cf5f30fbc4ec85a721da5308e9e [2022-04-07T17:49:44.575Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 5e743bc7d8a83a4953b8ba6f1559dcb4b85b160a [2022-04-07T17:49:44.575Z] GIT_URL https://github.com/moby/moby.git [2022-04-07T17:49:44.575Z] HUDSON_COOKIE 1697b3c2-35c2-4ffd-a340-a8e58ff04157 [2022-04-07T17:49:44.575Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-04-07T17:49:44.575Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-04-07T17:49:44.575Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-04-07T17:49:44.575Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-04-07T17:49:44.575Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-04-07T17:49:44.575Z] JENKINS_NODE_COOKIE c4379737-f1b5-4112-ae32-93d312f71cc7 [2022-04-07T17:49:44.575Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-04-07T17:49:44.575Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-04-07T17:49:44.575Z] JOB_BASE_NAME PR-43448 [2022-04-07T17:49:44.575Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/display/redirect [2022-04-07T17:49:44.575Z] JOB_NAME moby/PR-43448 [2022-04-07T17:49:44.576Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/ [2022-04-07T17:49:44.576Z] library.jps.version master [2022-04-07T17:49:44.576Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-04-07T17:49:44.576Z] NODE_LABELS amd64 azure azwin-2-ee31f0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-04-07T17:49:44.576Z] NODE_NAME azwin-2-ee31f0 [2022-04-07T17:49:44.576Z] NUMBER_OF_PROCESSORS 4 [2022-04-07T17:49:44.576Z] OS Windows_NT [2022-04-07T17:49:44.576Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-04-07T17:49:44.576Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-04-07T17:49:44.576Z] ppc64le false [2022-04-07T17:49:44.576Z] PROCESSOR_ARCHITECTURE AMD64 [2022-04-07T17:49:44.576Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2022-04-07T17:49:44.576Z] PROCESSOR_LEVEL 6 [2022-04-07T17:49:44.576Z] PROCESSOR_REVISION 5507 [2022-04-07T17:49:44.576Z] ProgramData C:\ProgramData [2022-04-07T17:49:44.576Z] ProgramFiles C:\Program Files [2022-04-07T17:49:44.576Z] ProgramFiles(x86) C:\Program Files (x86) [2022-04-07T17:49:44.576Z] ProgramW6432 C:\Program Files [2022-04-07T17:49:44.576Z] PROMPT $P$G [2022-04-07T17:49:44.576Z] PSExecutionPolicyPreference Bypass [2022-04-07T17:49:44.576Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-04-07T17:49:44.576Z] PUBLIC C:\Users\Public [2022-04-07T17:49:44.576Z] rootless true [2022-04-07T17:49:44.576Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect?page=artif... [2022-04-07T17:49:44.576Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect?page=changes [2022-04-07T17:49:44.576Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect [2022-04-07T17:49:44.576Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect?page=tests [2022-04-07T17:49:44.576Z] s390x false [2022-04-07T17:49:44.576Z] SKIP_VALIDATION_TESTS 1 [2022-04-07T17:49:44.576Z] SOURCES_DRIVE d [2022-04-07T17:49:44.576Z] SOURCES_SUBDIR gopath [2022-04-07T17:49:44.576Z] STAGE_NAME Run tests [2022-04-07T17:49:44.576Z] SystemDrive C: [2022-04-07T17:49:44.576Z] SystemRoot C:\Windows [2022-04-07T17:49:44.576Z] TEMP C:\Windows\TEMP [2022-04-07T17:49:44.576Z] TESTDEBUG 0 [2022-04-07T17:49:44.576Z] TESTRUN_DRIVE d [2022-04-07T17:49:44.576Z] TESTRUN_SUBDIR CI [2022-04-07T17:49:44.576Z] TIMEOUT 120m [2022-04-07T17:49:44.576Z] TMP C:\Windows\TEMP [2022-04-07T17:49:44.576Z] unit_validate true [2022-04-07T17:49:44.576Z] USERDOMAIN WORKGROUP [2022-04-07T17:49:44.576Z] USERNAME azwin-2-ee31f0$ [2022-04-07T17:49:44.576Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-04-07T17:49:44.576Z] validate_force false [2022-04-07T17:49:44.576Z] windir C:\Windows [2022-04-07T17:49:44.576Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-04-07T17:49:44.576Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-04-07T17:49:44.576Z] windows2022 true [2022-04-07T17:49:44.576Z] windows2022containerd true [2022-04-07T17:49:44.576Z] windowsRS5 true [2022-04-07T17:49:44.576Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-04-07T17:49:44.576Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-04-07T17:49:44.576Z] [2022-04-07T17:49:44.576Z] [2022-04-07T17:49:44.576Z] [2022-04-07T17:49:44.827Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-07T17:49:45.040Z] INFO: Sources under d:\gopath\... [2022-04-07T17:49:45.040Z] INFO: Test run under d:\CI\... [2022-04-07T17:49:45.040Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-04-07T17:49:45.040Z] INFO: docker/docker repository was found [2022-04-07T17:49:45.040Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-04-07T17:49:45.088Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-07T17:49:45.349Z] --- PASS: TestBuildMultiStageCopy (2.29s) [2022-04-07T17:49:45.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.42s) [2022-04-07T17:49:45.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-04-07T17:49:45.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-04-07T17:49:45.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-04-07T17:49:45.349Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-04-07T17:49:45.349Z] === RUN TestBuildMultiStageParentConfig [2022-04-07T17:49:45.363Z] #19 203.6 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-04-07T17:49:45.363Z] #19 203.6 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:49:45.363Z] #19 203.6 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:45.363Z] #19 203.6 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-04-07T17:49:45.363Z] #19 203.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-04-07T17:49:45.363Z] #19 203.6 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-04-07T17:49:45.503Z] ltsc2022: Pulling from windows/servercore [2022-04-07T17:49:45.503Z] 8f616e6e9eec: Pulling fs layer [2022-04-07T17:49:45.503Z] 037d5740b404: Pulling fs layer [2022-04-07T17:49:45.623Z] #19 203.8 Selecting previously unselected package libc6-dev-s390x-cross. [2022-04-07T17:49:45.623Z] #19 203.8 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-04-07T17:49:45.623Z] #19 203.8 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-04-07T17:49:45.885Z] #19 204.1 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-04-07T17:49:45.885Z] #19 204.1 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-07T17:49:45.885Z] #19 204.1 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:45.919Z] --- PASS: TestBuildMultiStageParentConfig (0.66s) [2022-04-07T17:49:45.920Z] === RUN TestBuildLabelWithTargets [2022-04-07T17:49:46.144Z] #19 204.3 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-04-07T17:49:46.144Z] #19 204.3 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-07T17:49:46.144Z] #19 204.3 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:46.900Z] --- PASS: TestBuildLabelWithTargets (0.96s) [2022-04-07T17:49:46.900Z] === RUN TestBuildWithEmptyLayers [2022-04-07T17:49:47.497Z] --- PASS: TestBuildWithEmptyLayers (0.49s) [2022-04-07T17:49:47.497Z] === RUN TestBuildMultiStageOnBuild [2022-04-07T17:49:49.436Z] --- PASS: TestBuildMultiStageOnBuild (1.69s) [2022-04-07T17:49:49.436Z] === RUN TestBuildUncleanTarFilenames [2022-04-07T17:49:49.697Z] --- PASS: TestBuildUncleanTarFilenames (0.58s) [2022-04-07T17:49:49.697Z] === RUN TestBuildMultiStageLayerLeak [2022-04-07T17:49:50.393Z] #19 208.6 Selecting previously unselected package g++-s390x-linux-gnu. [2022-04-07T17:49:50.393Z] #19 208.6 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-07T17:49:50.393Z] #19 208.6 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:50.393Z] #19 208.7 Selecting previously unselected package crossbuild-essential-s390x. [2022-04-07T17:49:50.393Z] #19 208.7 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-04-07T17:49:50.393Z] #19 208.7 Unpacking crossbuild-essential-s390x (12.9) ... [2022-04-07T17:49:50.393Z] #19 208.7 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-04-07T17:49:50.393Z] #19 208.7 Setting up libfile-which-perl (1.23-1) ... [2022-04-07T17:49:50.393Z] #19 208.7 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-04-07T17:49:50.393Z] #19 208.8 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-04-07T17:49:50.393Z] #19 208.8 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-04-07T17:49:50.584Z] #14 91.22 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-07T17:49:50.584Z] #14 91.23 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:49:50.584Z] #14 91.23 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-07T17:49:50.653Z] #19 208.8 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:49:50.653Z] #19 208.8 Setting up libicu67:amd64 (67.1-7) ... [2022-04-07T17:49:50.653Z] #19 208.8 Setting up libmagic-mgc (1:5.39-3) ... [2022-04-07T17:49:50.653Z] #19 208.8 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-04-07T17:49:50.653Z] #19 208.8 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-04-07T17:49:50.653Z] #19 208.8 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-04-07T17:49:50.653Z] #19 208.9 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-04-07T17:49:50.653Z] #19 208.9 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-04-07T17:49:50.653Z] #19 208.9 Setting up file (1:5.39-3) ... [2022-04-07T17:49:50.654Z] #19 208.9 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:49:50.654Z] #19 208.9 Setting up bzip2 (1.0.8-4) ... [2022-04-07T17:49:50.654Z] #19 208.9 Setting up libyaml-perl (1.30-1) ... [2022-04-07T17:49:50.654Z] #19 208.9 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-04-07T17:49:50.654Z] #19 209.0 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-04-07T17:49:50.654Z] #19 209.0 Setting up libio-string-perl (1.08-3.1) ... [2022-04-07T17:49:50.654Z] #19 209.0 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-04-07T17:49:50.915Z] #19 209.0 Setting up cross-config (2.6.18+nmu1) ... [2022-04-07T17:49:50.915Z] #19 209.1 Setting up xz-utils (5.2.5-2) ... [2022-04-07T17:49:50.915Z] #19 209.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-07T17:49:50.915Z] #19 209.2 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-04-07T17:49:50.915Z] #19 209.2 Setting up patch (2.7.6-7) ... [2022-04-07T17:49:50.915Z] #19 209.2 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-04-07T17:49:50.915Z] #19 209.2 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-04-07T17:49:50.915Z] #19 209.2 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:50.915Z] #19 209.2 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-04-07T17:49:50.915Z] #19 209.2 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-04-07T17:49:51.149Z] #14 ... [2022-04-07T17:49:51.149Z] [2022-04-07T17:49:51.149Z] #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-04-07T17:49:51.149Z] #63 sha256:de04f7ca5962979cd7f438e9b1129c4ec4cf741e53be77624711698854553b17 [2022-04-07T17:49:51.149Z] #63 92.61 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-07T17:49:51.149Z] #63 92.61 + GOBIN=/build [2022-04-07T17:49:51.149Z] #63 92.61 + GO111MODULE=on [2022-04-07T17:49:51.149Z] #63 92.61 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-07T17:49:51.175Z] #19 209.3 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.3 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.3 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-04-07T17:49:51.175Z] #19 209.3 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-04-07T17:49:51.175Z] #19 209.3 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.3 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.4 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-04-07T17:49:51.175Z] #19 209.4 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-04-07T17:49:51.175Z] #19 209.4 Setting up libfile-homedir-perl (1.006-1) ... [2022-04-07T17:49:51.175Z] #19 209.4 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-04-07T17:49:51.175Z] #19 209.4 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.4 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-07T17:49:51.175Z] #19 209.4 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.5 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-04-07T17:49:51.175Z] #19 209.5 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:51.175Z] #19 209.5 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.5 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.5 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.5 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.5 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.6 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.175Z] #19 209.6 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.6 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.6 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.6 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.6 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-04-07T17:49:51.435Z] #19 209.6 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.7 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.7 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.7 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.7 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-04-07T17:49:51.435Z] #19 209.7 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.7 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.7 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.8 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-04-07T17:49:51.435Z] #19 209.8 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.435Z] #19 209.8 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.609Z] --- PASS: TestBuildMultiStageLayerLeak (1.74s) [2022-04-07T17:49:51.609Z] === RUN TestBuildWithHugeFile [2022-04-07T17:49:51.696Z] #19 209.8 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.696Z] #19 209.8 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-04-07T17:49:51.696Z] #19 209.9 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-04-07T17:49:51.697Z] #19 209.9 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-04-07T17:49:51.957Z] #19 210.1 [2022-04-07T17:49:51.957Z] #19 210.1 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-04-07T17:49:51.957Z] #19 210.1 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.957Z] #19 210.1 Setting up dpkg-dev (1.20.9) ... [2022-04-07T17:49:51.957Z] #19 210.1 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.957Z] #19 210.2 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-07T17:49:51.957Z] #19 210.2 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.957Z] #19 210.2 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.957Z] #19 210.2 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.957Z] #19 210.2 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:51.957Z] #19 210.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-07T17:49:52.218Z] #19 210.3 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.218Z] #19 210.3 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.218Z] #19 210.3 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.218Z] #19 210.3 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.218Z] #19 210.3 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-04-07T17:49:52.218Z] #19 210.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-04-07T17:49:52.218Z] #19 210.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-04-07T17:49:52.218Z] #19 210.5 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-04-07T17:49:52.218Z] #19 210.6 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-04-07T17:49:52.479Z] #19 210.6 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.7 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.7 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.7 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-07T17:49:52.479Z] #19 210.7 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.7 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.7 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:52.479Z] #19 210.7 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.7 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.8 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.8 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.8 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.8 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.8 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.479Z] #19 210.8 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 210.8 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:52.739Z] #19 210.9 Setting up libxml-simple-perl (2.25-1) ... [2022-04-07T17:49:52.739Z] #19 210.9 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-07T17:49:52.739Z] #19 210.9 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 210.9 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-07T17:49:52.739Z] #19 210.9 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 210.9 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 210.9 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 210.9 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.0 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.0 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-04-07T17:49:52.739Z] #19 211.0 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.0 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.0 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.0 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.0 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-07T17:49:52.739Z] #19 211.0 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.1 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-04-07T17:49:52.739Z] #19 211.1 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:52.739Z] #19 211.1 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.1 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.1 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:52.739Z] #19 211.1 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-07T17:49:52.739Z] #19 211.1 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:52.999Z] #19 211.2 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:52.999Z] #19 211.2 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-07T17:49:52.999Z] #19 211.2 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:52.999Z] #19 211.2 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-04-07T17:49:52.999Z] #19 211.2 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:52.999Z] #19 211.3 Setting up crossbuild-essential-armel (12.9) ... [2022-04-07T17:49:52.999Z] #19 211.3 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-07T17:49:52.999Z] #19 211.3 Setting up crossbuild-essential-armhf (12.9) ... [2022-04-07T17:49:52.999Z] #19 211.3 Setting up crossbuild-essential-arm64 (12.9) ... [2022-04-07T17:49:52.999Z] #19 211.3 Setting up crossbuild-essential-s390x (12.9) ... [2022-04-07T17:49:52.999Z] #19 211.4 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-04-07T17:49:53.259Z] #19 211.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:49:54.200Z] #19 DONE 212.4s [2022-04-07T17:49:54.200Z] [2022-04-07T17:49:54.200Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-07T17:49:54.200Z] #32 sha256:1062e8f2c79cadc895157fb1e70cea0db692c6e899b6938897a78638117fbbf1 [2022-04-07T17:49:54.200Z] #32 DONE 0.2s [2022-04-07T17:49:54.200Z] [2022-04-07T17:49:54.200Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-07T17:49:54.200Z] #69 sha256:2601847af9fff8ffa25c12764f2b955110493c49a9f9fdd3e25531e289aa1436 [2022-04-07T17:49:54.200Z] #69 DONE 0.1s [2022-04-07T17:49:54.200Z] [2022-04-07T17:49:54.200Z] #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-04-07T17:49:54.200Z] #33 sha256:6a25fb61e332b64f14d001041c2ad020bbe14abb7130c23e7fb597e585fd7e0f [2022-04-07T17:49:56.119Z] #33 1.457 + RM_GOPATH=0 [2022-04-07T17:49:56.119Z] #33 1.457 + TMP_GOPATH= [2022-04-07T17:49:56.119Z] #33 1.457 + : /build [2022-04-07T17:49:56.119Z] #33 1.457 + '[' -z '' ']' [2022-04-07T17:49:56.119Z] #33 1.466 ++ mktemp -d [2022-04-07T17:49:56.119Z] #33 1.466 + export GOPATH=/tmp/tmp.ju6QJa0CwK [2022-04-07T17:49:56.119Z] #33 1.466 + GOPATH=/tmp/tmp.ju6QJa0CwK [2022-04-07T17:49:56.119Z] #33 1.466 + RM_GOPATH=1 [2022-04-07T17:49:56.119Z] #33 1.466 + case "$(go env GOARCH)" in [2022-04-07T17:49:56.119Z] #33 1.466 ++ go env GOARCH [2022-04-07T17:49:56.119Z] #33 1.469 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:49:56.119Z] #33 1.469 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:49:56.119Z] #33 1.469 ++ dirname /install.sh [2022-04-07T17:49:56.119Z] #33 1.470 + dir=/ [2022-04-07T17:49:56.119Z] #33 1.470 + bin=dockercli [2022-04-07T17:49:56.119Z] #33 1.470 + shift [2022-04-07T17:49:56.119Z] #33 1.470 + '[' '!' -f //dockercli.installer ']' [2022-04-07T17:49:56.119Z] #33 1.471 + . //dockercli.installer [2022-04-07T17:49:56.119Z] #33 1.471 ++ : stable [2022-04-07T17:49:56.119Z] #33 1.471 ++ : 17.06.2-ce [2022-04-07T17:49:56.119Z] #33 1.472 + install_dockercli [2022-04-07T17:49:56.119Z] #33 1.472 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-07T17:49:56.119Z] #33 1.472 Install docker/cli version 17.06.2-ce from stable [2022-04-07T17:49:56.119Z] #33 1.472 ++ uname -m [2022-04-07T17:49:56.119Z] #33 1.474 + arch=x86_64 [2022-04-07T17:49:56.119Z] #33 1.474 + '[' x86_64 '!=' x86_64 ']' [2022-04-07T17:49:56.119Z] #33 1.474 + url=https://download.docker.com/linux/static [2022-04-07T17:49:56.119Z] #33 1.476 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-04-07T17:49:56.119Z] #33 1.479 + tar -xz docker/docker [2022-04-07T17:49:56.453Z] #63 97.57 rootlesskit version 1.0.0 [2022-04-07T17:49:56.453Z] #63 97.58 Usage of /build/rootlesskit-docker-proxy: [2022-04-07T17:49:56.453Z] #63 97.58 -container-ip string [2022-04-07T17:49:56.453Z] #63 97.58 container ip [2022-04-07T17:49:56.453Z] #63 97.58 -container-port int [2022-04-07T17:49:56.453Z] #63 97.58 container port (default -1) [2022-04-07T17:49:56.453Z] #63 97.58 -host-ip string [2022-04-07T17:49:56.453Z] #63 97.58 host ip [2022-04-07T17:49:56.453Z] #63 97.58 -host-port int [2022-04-07T17:49:56.453Z] #63 97.58 host port (default -1) [2022-04-07T17:49:56.453Z] #63 97.58 -proto string [2022-04-07T17:49:56.453Z] #63 97.58 proxy protocol (default "tcp") [2022-04-07T17:49:56.712Z] #63 ... [2022-04-07T17:49:56.712Z] [2022-04-07T17:49:56.712Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-07T17:49:56.712Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:49:56.712Z] #14 96.04 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-07T17:49:56.712Z] #14 96.04 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-07T17:49:56.712Z] #14 96.06 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-07T17:49:56.712Z] #14 96.17 Selecting previously unselected package libapparmor1:amd64. [2022-04-07T17:49:56.712Z] #14 96.18 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 96.18 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-04-07T17:49:56.712Z] #14 96.28 Selecting previously unselected package libapparmor-dev:amd64. [2022-04-07T17:49:56.712Z] #14 96.29 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 96.30 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-07T17:49:56.712Z] #14 96.39 Selecting previously unselected package libbtrfs0:amd64. [2022-04-07T17:49:56.712Z] #14 96.39 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 96.40 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-07T17:49:56.712Z] #14 96.58 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-07T17:49:56.712Z] #14 96.58 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 96.59 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-07T17:49:56.712Z] #14 96.75 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-04-07T17:49:56.712Z] #14 96.75 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 96.75 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:49:56.712Z] #14 96.85 Selecting previously unselected package libudev-dev:amd64. [2022-04-07T17:49:56.712Z] #14 96.85 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 96.88 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-04-07T17:49:56.712Z] #14 97.02 Selecting previously unselected package libsepol1-dev:amd64. [2022-04-07T17:49:56.712Z] #14 97.03 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 97.04 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-04-07T17:49:56.712Z] #14 97.27 Selecting previously unselected package libpcre2-16-0:amd64. [2022-04-07T17:49:56.712Z] #14 97.28 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 97.28 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-04-07T17:49:56.712Z] #14 97.43 Selecting previously unselected package libpcre2-32-0:amd64. [2022-04-07T17:49:56.712Z] #14 97.43 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 97.43 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-04-07T17:49:56.712Z] #14 97.58 Selecting previously unselected package libpcre2-posix2:amd64. [2022-04-07T17:49:56.712Z] #14 97.59 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 97.59 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-04-07T17:49:56.712Z] #14 97.66 Selecting previously unselected package libpcre2-dev:amd64. [2022-04-07T17:49:56.712Z] #14 97.66 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 97.68 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-04-07T17:49:56.712Z] #14 98.10 Selecting previously unselected package libselinux1-dev:amd64. [2022-04-07T17:49:56.712Z] #14 98.11 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-04-07T17:49:56.712Z] #14 98.12 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-04-07T17:49:57.280Z] 037d5740b404: Verifying Checksum [2022-04-07T17:49:57.280Z] 037d5740b404: Download complete [2022-04-07T17:49:57.344Z] #14 99.03 Selecting previously unselected package libdevmapper-dev:amd64. [2022-04-07T17:49:57.344Z] #14 99.04 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-04-07T17:49:57.344Z] #14 99.06 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:49:57.910Z] #14 99.50 Selecting previously unselected package libseccomp-dev:amd64. [2022-04-07T17:49:57.910Z] #14 99.51 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-04-07T17:49:57.910Z] #14 99.53 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-07T17:49:57.910Z] #14 ... [2022-04-07T17:49:57.910Z] [2022-04-07T17:49:57.910Z] #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-04-07T17:49:57.910Z] #63 sha256:de04f7ca5962979cd7f438e9b1129c4ec4cf741e53be77624711698854553b17 [2022-04-07T17:49:57.910Z] #63 DONE 99.4s [2022-04-07T17:49:57.910Z] [2022-04-07T17:49:57.910Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-07T17:49:57.910Z] #64 sha256:e19b1aabf643394329c4260019d8052886db2672ce06fc7bf555a33eac7eadf9 [2022-04-07T17:49:57.910Z] #64 DONE 0.1s [2022-04-07T17:49:57.910Z] [2022-04-07T17:49:57.910Z] #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-04-07T17:49:57.910Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:49:57.910Z] #14 99.67 Selecting previously unselected package libsystemd-dev:amd64. [2022-04-07T17:49:57.910Z] #14 99.69 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-04-07T17:49:57.910Z] #14 99.70 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-04-07T17:49:57.944Z] 037d5740b404: Verifying Checksum [2022-04-07T17:49:57.944Z] 037d5740b404: Download complete [2022-04-07T17:49:58.024Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-04-07T17:49:58.024Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b6080e10\powershellScript.ps1'; exit $LASTEXITCODE; [2022-04-07T17:49:58.024Z] ---------------------------------------------------------------------------- [2022-04-07T17:49:58.024Z] [2022-04-07T17:49:58.024Z] INFO: executeCI.ps1 starting at Thu Apr 7 17:49:57 CUT 2022 [2022-04-07T17:49:58.024Z] [2022-04-07T17:49:58.024Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-04-07T17:49:58.024Z] INFO: Running git version 2.24.1.windows.2 [2022-04-07T17:49:58.024Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-04-07T17:49:58.024Z] INFO: Environment variables: [2022-04-07T17:49:58.024Z] [2022-04-07T17:49:58.024Z] Name Value [2022-04-07T17:49:58.024Z] ---- ----- [2022-04-07T17:49:58.024Z] ALLUSERSPROFILE C:\ProgramData [2022-04-07T17:49:58.024Z] amd64 true [2022-04-07T17:49:58.024Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-04-07T17:49:58.024Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-04-07T17:49:58.024Z] arm64 true [2022-04-07T17:49:58.024Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-04-07T17:49:58.024Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-04-07T17:49:58.024Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-04-07T17:49:58.024Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-04-07T17:49:58.024Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-04-07T17:49:58.024Z] BRANCH_NAME PR-43448 [2022-04-07T17:49:58.024Z] BUILD_DISPLAY_NAME #7 [2022-04-07T17:49:58.024Z] BUILD_ID 7 [2022-04-07T17:49:58.024Z] BUILD_NUMBER 7 [2022-04-07T17:49:58.024Z] BUILD_TAG jenkins-moby-PR-43448-7 [2022-04-07T17:49:58.024Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/ [2022-04-07T17:49:58.024Z] cgroup2 true [2022-04-07T17:49:58.024Z] CHANGE_AUTHOR thaJeztah [2022-04-07T17:49:58.024Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-04-07T17:49:58.024Z] CHANGE_BRANCH daemon_config_group_proxies [2022-04-07T17:49:58.024Z] CHANGE_FORK thaJeztah/docker [2022-04-07T17:49:58.024Z] CHANGE_ID 43448 [2022-04-07T17:49:58.024Z] CHANGE_TARGET master [2022-04-07T17:49:58.024Z] CHANGE_TITLE daemon/config: move proxy settings to "proxies" struct within daemon.json [2022-04-07T17:49:58.024Z] CHANGE_URL https://github.com/moby/moby/pull/43448 [2022-04-07T17:49:58.024Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-07T17:49:58.024Z] CommonProgramFiles C:\Program Files\Common Files [2022-04-07T17:49:58.024Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-04-07T17:49:58.024Z] CommonProgramW6432 C:\Program Files\Common Files [2022-04-07T17:49:58.024Z] COMPUTERNAME azwin-2-11b620 [2022-04-07T17:49:58.024Z] ComSpec C:\Windows\system32\cmd.exe [2022-04-07T17:49:58.024Z] ConfigSequenceNumber 0 [2022-04-07T17:49:58.024Z] dco true [2022-04-07T17:49:58.024Z] DOCKER_BUILDKIT 0 [2022-04-07T17:49:58.024Z] DOCKER_DUT_DEBUG 1 [2022-04-07T17:49:58.024Z] DOCKER_EXPERIMENTAL 1 [2022-04-07T17:49:58.024Z] DOCKER_GRAPHDRIVER overlay2 [2022-04-07T17:49:58.024Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-04-07T17:49:58.024Z] EXECUTOR_NUMBER 0 [2022-04-07T17:49:58.024Z] FQDN azwin-2-11b620.westus.cloudapp.azure.com [2022-04-07T17:49:58.024Z] GIT_BRANCH PR-43448 [2022-04-07T17:49:58.024Z] GIT_COMMIT 101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:49:58.024Z] GIT_PREVIOUS_COMMIT a3a06062dd216cf5f30fbc4ec85a721da5308e9e [2022-04-07T17:49:58.024Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 5e743bc7d8a83a4953b8ba6f1559dcb4b85b160a [2022-04-07T17:49:58.024Z] GIT_URL https://github.com/moby/moby.git [2022-04-07T17:49:58.024Z] HUDSON_COOKIE 3de1edd1-0aab-4e82-bf04-b845892faa93 [2022-04-07T17:49:58.024Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-04-07T17:49:58.024Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-04-07T17:49:58.024Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-04-07T17:49:58.024Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-04-07T17:49:58.024Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-04-07T17:49:58.024Z] JENKINS_NODE_COOKIE 75a99afe-c507-46ee-9216-77aa4711bac7 [2022-04-07T17:49:58.024Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-04-07T17:49:58.024Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-04-07T17:49:58.024Z] JOB_BASE_NAME PR-43448 [2022-04-07T17:49:58.024Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/display/redirect [2022-04-07T17:49:58.024Z] JOB_NAME moby/PR-43448 [2022-04-07T17:49:58.024Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/ [2022-04-07T17:49:58.024Z] library.jps.version master [2022-04-07T17:49:58.024Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-04-07T17:49:58.024Z] NODE_LABELS amd64 azure azwin-2-11b620 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-04-07T17:49:58.024Z] NODE_NAME azwin-2-11b620 [2022-04-07T17:49:58.024Z] NUMBER_OF_PROCESSORS 4 [2022-04-07T17:49:58.024Z] OS Windows_NT [2022-04-07T17:49:58.024Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-04-07T17:49:58.024Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-04-07T17:49:58.024Z] ppc64le false [2022-04-07T17:49:58.024Z] PROCESSOR_ARCHITECTURE AMD64 [2022-04-07T17:49:58.024Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2022-04-07T17:49:58.024Z] PROCESSOR_LEVEL 6 [2022-04-07T17:49:58.024Z] PROCESSOR_REVISION 5507 [2022-04-07T17:49:58.024Z] ProgramData C:\ProgramData [2022-04-07T17:49:58.024Z] ProgramFiles C:\Program Files [2022-04-07T17:49:58.024Z] ProgramFiles(x86) C:\Program Files (x86) [2022-04-07T17:49:58.024Z] ProgramW6432 C:\Program Files [2022-04-07T17:49:58.024Z] PROMPT $P$G [2022-04-07T17:49:58.024Z] PSExecutionPolicyPreference Bypass [2022-04-07T17:49:58.024Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-04-07T17:49:58.024Z] PUBLIC C:\Users\Public [2022-04-07T17:49:58.025Z] rootless true [2022-04-07T17:49:58.025Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect?page=artif... [2022-04-07T17:49:58.025Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect?page=changes [2022-04-07T17:49:58.025Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect [2022-04-07T17:49:58.025Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43448/7/display/redirect?page=tests [2022-04-07T17:49:58.025Z] s390x false [2022-04-07T17:49:58.025Z] SKIP_VALIDATION_TESTS 1 [2022-04-07T17:49:58.025Z] SOURCES_DRIVE d [2022-04-07T17:49:58.025Z] SOURCES_SUBDIR gopath [2022-04-07T17:49:58.025Z] STAGE_NAME Run tests [2022-04-07T17:49:58.025Z] SystemDrive C: [2022-04-07T17:49:58.025Z] SystemRoot C:\Windows [2022-04-07T17:49:58.025Z] TEMP C:\Windows\TEMP [2022-04-07T17:49:58.025Z] TESTDEBUG 0 [2022-04-07T17:49:58.025Z] TESTRUN_DRIVE d [2022-04-07T17:49:58.025Z] TESTRUN_SUBDIR CI [2022-04-07T17:49:58.025Z] TIMEOUT 120m [2022-04-07T17:49:58.025Z] TMP C:\Windows\TEMP [2022-04-07T17:49:58.025Z] unit_validate true [2022-04-07T17:49:58.025Z] USERDOMAIN WORKGROUP [2022-04-07T17:49:58.025Z] USERNAME azwin-2-11b620$ [2022-04-07T17:49:58.025Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-04-07T17:49:58.025Z] validate_force false [2022-04-07T17:49:58.025Z] windir C:\Windows [2022-04-07T17:49:58.025Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-04-07T17:49:58.025Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-04-07T17:49:58.025Z] windows2022 true [2022-04-07T17:49:58.025Z] windows2022containerd true [2022-04-07T17:49:58.025Z] windowsRS5 true [2022-04-07T17:49:58.025Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-04-07T17:49:58.025Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-04-07T17:49:58.025Z] [2022-04-07T17:49:58.025Z] [2022-04-07T17:49:58.025Z] [2022-04-07T17:49:58.170Z] #14 ... [2022-04-07T17:49:58.170Z] [2022-04-07T17:49:58.170Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-07T17:49:58.170Z] #65 sha256:8deead6780a6855e2a792479912efe3ade6ce23e9cbb56962966a4cbd705bd17 [2022-04-07T17:49:58.170Z] #65 DONE 0.1s [2022-04-07T17:49:58.170Z] [2022-04-07T17:49:58.170Z] #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-04-07T17:49:58.170Z] #43 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:49:58.736Z] #43 ... [2022-04-07T17:49:58.736Z] [2022-04-07T17:49:58.736Z] #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-04-07T17:49:58.736Z] #14 sha256:95a086ddb34ec72d0de5ab7f578d58c1a1c975984df5f79fcbf336f69adbe011 [2022-04-07T17:49:58.736Z] #14 100.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-07T17:49:58.736Z] #14 100.7 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-04-07T17:49:58.994Z] #14 100.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-07T17:49:58.994Z] #14 100.7 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-04-07T17:49:58.994Z] #14 100.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-07T17:49:58.994Z] #14 100.8 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-04-07T17:49:58.994Z] #14 100.9 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-07T17:49:59.202Z] ok github.com/docker/docker/libnetwork 37.137s coverage: 40.7% of statements [2022-04-07T17:49:59.202Z] ok github.com/docker/docker/libnetwork/bitseq 0.133s coverage: 84.4% of statements [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-07T17:49:59.202Z] ok github.com/docker/docker/libnetwork/config 0.016s coverage: 19.7% of statements [2022-04-07T17:49:59.202Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-07T17:49:59.202Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-07T17:49:59.202Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-04-07T17:49:59.251Z] #14 100.9 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-04-07T17:49:59.251Z] #14 101.0 Setting up libudev-dev:amd64 (247.3-7) ... [2022-04-07T17:49:59.251Z] #14 101.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-04-07T17:49:59.251Z] #14 101.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-07T17:49:59.251Z] #14 101.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-07T17:49:59.251Z] #14 101.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-07T17:49:59.251Z] #14 101.2 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-07T17:49:59.432Z] #33 5.050 + mkdir -p /build [2022-04-07T17:49:59.432Z] #33 5.057 + mv docker/docker /build/ [2022-04-07T17:49:59.432Z] #33 5.059 + rmdir docker [2022-04-07T17:49:59.463Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.444s coverage: 59.9% of statements [2022-04-07T17:49:59.463Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-07T17:49:59.510Z] #14 101.2 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-07T17:49:59.510Z] #14 101.2 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-04-07T17:49:59.510Z] #14 101.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-07T17:49:59.510Z] #14 101.3 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-04-07T17:49:59.510Z] #14 101.3 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-04-07T17:49:59.510Z] #14 101.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-07T17:49:59.510Z] #14 101.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-07T17:49:59.510Z] #14 101.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-07T17:49:59.510Z] #14 101.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-07T17:49:59.510Z] #14 101.4 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-04-07T17:49:59.510Z] #14 101.4 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-07T17:49:59.510Z] #14 101.4 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-07T17:49:59.510Z] #14 101.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-04-07T17:49:59.574Z] INFO: Sources under d:\gopath\... [2022-04-07T17:49:59.574Z] INFO: Test run under d:\CI\... [2022-04-07T17:49:59.574Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-04-07T17:49:59.574Z] INFO: docker/docker repository was found [2022-04-07T17:49:59.574Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-04-07T17:49:59.694Z] #33 DONE 5.2s [2022-04-07T17:49:59.694Z] [2022-04-07T17:49:59.694Z] #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-04-07T17:49:59.694Z] #70 sha256:9a3489415f2ffca066575f9a574057453d57487a1a33516073eaec94de7773a9 [2022-04-07T17:49:59.694Z] #70 1.428 + RM_GOPATH=0 [2022-04-07T17:49:59.694Z] #70 1.428 + TMP_GOPATH= [2022-04-07T17:49:59.694Z] #70 1.428 + : /build [2022-04-07T17:49:59.694Z] #70 1.428 + '[' -z '' ']' [2022-04-07T17:49:59.694Z] #70 1.428 ++ mktemp -d [2022-04-07T17:49:59.694Z] #70 1.431 + export GOPATH=/tmp/tmp.Ao0NTGPtIB [2022-04-07T17:49:59.694Z] #70 1.431 + GOPATH=/tmp/tmp.Ao0NTGPtIB [2022-04-07T17:49:59.694Z] #70 1.431 + RM_GOPATH=1 [2022-04-07T17:49:59.694Z] #70 1.431 + case "$(go env GOARCH)" in [2022-04-07T17:49:59.694Z] #70 1.431 ++ go env GOARCH [2022-04-07T17:49:59.694Z] #70 1.450 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:49:59.694Z] #70 1.450 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:49:59.694Z] #70 1.450 ++ dirname /install.sh [2022-04-07T17:49:59.694Z] #70 1.452 + dir=/ [2022-04-07T17:49:59.694Z] #70 1.452 + bin=rootlesskit [2022-04-07T17:49:59.694Z] #70 1.452 + shift [2022-04-07T17:49:59.694Z] #70 1.453 + '[' '!' -f //rootlesskit.installer ']' [2022-04-07T17:49:59.694Z] #70 1.453 + . //rootlesskit.installer [2022-04-07T17:49:59.694Z] #70 1.453 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-07T17:49:59.694Z] #70 1.453 + install_rootlesskit [2022-04-07T17:49:59.694Z] #70 1.454 + case "$1" in [2022-04-07T17:49:59.694Z] #70 1.454 + export CGO_ENABLED=0 [2022-04-07T17:49:59.694Z] #70 1.454 + CGO_ENABLED=0 [2022-04-07T17:49:59.694Z] #70 1.454 + _install_rootlesskit [2022-04-07T17:49:59.694Z] #70 1.455 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-07T17:49:59.694Z] #70 1.455 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-07T17:49:59.694Z] #70 1.455 + GOBIN=/build [2022-04-07T17:49:59.694Z] #70 1.455 + GO111MODULE=on [2022-04-07T17:49:59.694Z] #70 1.455 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-07T17:49:59.694Z] #70 1.455 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-07T17:49:59.694Z] #70 1.879 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-07T17:49:59.694Z] #70 3.158 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-07T17:49:59.694Z] #70 3.158 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-07T17:49:59.694Z] #70 3.474 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-07T17:49:59.694Z] #70 4.858 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-07T17:49:59.694Z] #70 5.245 go: downloading github.com/google/uuid v1.3.0 [2022-04-07T17:49:59.694Z] #70 5.278 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-07T17:49:59.694Z] #70 5.406 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-07T17:49:59.694Z] #70 5.453 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-07T17:49:59.694Z] #70 5.508 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-07T17:49:59.724Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-04-07T17:49:59.767Z] #14 101.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-07T17:49:59.767Z] #14 101.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-07T17:49:59.767Z] #14 101.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:49:59.767Z] #14 101.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-07T17:49:59.767Z] #14 101.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:49:59.767Z] #14 101.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:49:59.767Z] #14 101.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:49:59.956Z] #70 5.690 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-07T17:50:00.026Z] #14 DONE 101.8s [2022-04-07T17:50:00.026Z] [2022-04-07T17:50:00.026Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-07T17:50:00.026Z] #55 sha256:b9f264e78605841d53ef3cec2467d1fdddc81bedc9aa37f42b52fe2116e5a0f7 [2022-04-07T17:50:00.026Z] #55 DONE 0.1s [2022-04-07T17:50:00.026Z] [2022-04-07T17:50:00.026Z] #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-04-07T17:50:00.026Z] #56 sha256:7f9a996c131170483650f3dc9ac735160d4c9e3080547a43a84b1b6dcadd5d86 [2022-04-07T17:50:00.037Z] ltsc2019: Pulling from windows/servercore [2022-04-07T17:50:00.038Z] 4612f6d0b889: Pulling fs layer [2022-04-07T17:50:00.038Z] 0a6173b79e25: Pulling fs layer [2022-04-07T17:50:00.163Z] 8f616e6e9eec: Verifying Checksum [2022-04-07T17:50:00.163Z] 8f616e6e9eec: Download complete [2022-04-07T17:50:00.296Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.016s coverage: 4.0% of statements [2022-04-07T17:50:00.296Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-07T17:50:00.530Z] #70 6.008 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-07T17:50:00.530Z] #70 6.204 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-07T17:50:00.866Z] 8f616e6e9eec: Verifying Checksum [2022-04-07T17:50:00.867Z] 8f616e6e9eec: Download complete [2022-04-07T17:50:01.002Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-04-07T17:50:01.002Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-07T17:50:01.262Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-04-07T17:50:01.399Z] #56 ... [2022-04-07T17:50:01.399Z] [2022-04-07T17:50:01.399Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-07T17:50:01.399Z] #15 sha256:9c8b05e689e835870369721c087b30613d50d4d1f29d50f3583d95b07bafa121 [2022-04-07T17:50:01.399Z] #15 DONE 1.4s [2022-04-07T17:50:01.399Z] [2022-04-07T17:50:01.399Z] #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-04-07T17:50:01.399Z] #56 sha256:7f9a996c131170483650f3dc9ac735160d4c9e3080547a43a84b1b6dcadd5d86 [2022-04-07T17:50:01.399Z] #56 1.157 + RM_GOPATH=0 [2022-04-07T17:50:01.399Z] #56 1.158 + TMP_GOPATH= [2022-04-07T17:50:01.399Z] #56 1.158 + : /build [2022-04-07T17:50:01.399Z] #56 1.158 + '[' -z '' ']' [2022-04-07T17:50:01.399Z] #56 1.159 ++ mktemp -d [2022-04-07T17:50:01.399Z] #56 1.161 + export GOPATH=/tmp/tmp.oFQ1e6TE68 [2022-04-07T17:50:01.399Z] #56 1.161 + GOPATH=/tmp/tmp.oFQ1e6TE68 [2022-04-07T17:50:01.399Z] #56 1.162 + RM_GOPATH=1 [2022-04-07T17:50:01.399Z] #56 1.162 + case "$(go env GOARCH)" in [2022-04-07T17:50:01.399Z] #56 1.163 ++ go env GOARCH [2022-04-07T17:50:01.399Z] #56 1.173 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:50:01.399Z] #56 1.174 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:50:01.399Z] #56 1.174 ++ dirname /install.sh [2022-04-07T17:50:01.399Z] #56 1.175 + dir=/ [2022-04-07T17:50:01.399Z] #56 1.179 + bin=runc [2022-04-07T17:50:01.399Z] #56 1.180 + shift [2022-04-07T17:50:01.399Z] #56 1.180 + '[' '!' -f //runc.installer ']' [2022-04-07T17:50:01.399Z] #56 1.182 + . //runc.installer [2022-04-07T17:50:01.399Z] #56 1.182 ++ set -e [2022-04-07T17:50:01.399Z] #56 1.182 ++ : v1.1.1 [2022-04-07T17:50:01.399Z] #56 1.183 + install_runc [2022-04-07T17:50:01.399Z] #56 1.183 + RUNC_BUILDTAGS=seccomp [2022-04-07T17:50:01.399Z] #56 1.183 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-07T17:50:01.399Z] #56 1.183 Install runc version v1.1.1 (build tags: seccomp) [2022-04-07T17:50:01.399Z] #56 1.184 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.oFQ1e6TE68/src/github.com/opencontainers/runc [2022-04-07T17:50:01.399Z] #56 1.185 Cloning into '/tmp/tmp.oFQ1e6TE68/src/github.com/opencontainers/runc'... [2022-04-07T17:50:01.475Z] #70 7.129 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-07T17:50:01.475Z] #70 7.200 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-07T17:50:02.769Z] #56 ... [2022-04-07T17:50:02.769Z] [2022-04-07T17:50:02.769Z] #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-04-07T17:50:02.769Z] #16 sha256:8cb82093c6dd87d1354655720006fc44a70aabcac1929e3b5106a950a081949b [2022-04-07T17:50:02.769Z] #16 DONE 1.1s [2022-04-07T17:50:02.769Z] [2022-04-07T17:50:02.769Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-07T17:50:02.769Z] #17 sha256:84c9d153c5b0af408233626cb99d375a73327bbf011a27ad0197b21e80bbd204 [2022-04-07T17:50:03.333Z] #17 0.871 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-07T17:50:03.333Z] #17 DONE 1.0s [2022-04-07T17:50:03.333Z] [2022-04-07T17:50:03.333Z] #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-04-07T17:50:03.333Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:50:03.589Z] #51 ... [2022-04-07T17:50:03.589Z] [2022-04-07T17:50:03.589Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-07T17:50:03.589Z] #18 sha256:d57b9b4a2680e4103e7e69ea235ae95edea507f6d687b5c4d6fd04a09ea7d1b2 [2022-04-07T17:50:04.517Z] #18 DONE 1.0s [2022-04-07T17:50:04.517Z] [2022-04-07T17:50:04.517Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-07T17:50:04.517Z] #19 sha256:4cd3d254a98508bf9822e7452703132752f4e0a2011c8d11f275a0634a2b3795 [2022-04-07T17:50:04.781Z] #70 ... [2022-04-07T17:50:04.782Z] [2022-04-07T17:50:04.782Z] #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-04-07T17:50:04.782Z] #45 sha256:45f72c6a5120c506d026679a80c239e57ca4fb19db538bf5395dc86ef72f0541 [2022-04-07T17:50:04.782Z] #45 1.853 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:50:04.782Z] #45 1.886 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:50:04.782Z] #45 1.888 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:50:04.782Z] #45 2.274 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-07T17:50:04.782Z] #45 2.614 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-07T17:50:04.782Z] #45 3.039 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:50:04.782Z] #45 3.514 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-07T17:50:04.782Z] #45 4.010 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-07T17:50:04.782Z] #45 4.338 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-07T17:50:04.782Z] #45 4.794 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-04-07T17:50:04.782Z] #45 4.796 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-04-07T17:50:04.782Z] #45 4.803 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:50:04.782Z] #45 4.811 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-04-07T17:50:04.782Z] #45 4.815 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [118 kB] [2022-04-07T17:50:04.782Z] #45 4.828 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [126 kB] [2022-04-07T17:50:04.782Z] #45 5.138 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-07T17:50:04.782Z] #45 5.143 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-07T17:50:04.782Z] #45 5.146 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-07T17:50:04.782Z] #45 5.146 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:50:04.782Z] #45 5.147 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-07T17:50:04.782Z] #45 5.154 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-07T17:50:04.782Z] #45 ... [2022-04-07T17:50:04.782Z] [2022-04-07T17:50:04.782Z] #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-04-07T17:50:04.782Z] #65 sha256:53c754794047bfc0afae1a39730e7204add6497a59ad551952d5a67968ab4643 [2022-04-07T17:50:04.782Z] #65 1.678 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:50:04.782Z] #65 1.690 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:50:04.782Z] #65 1.728 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:50:04.782Z] #65 1.882 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:50:04.782Z] #65 2.224 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-07T17:50:04.782Z] #65 2.560 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-07T17:50:04.782Z] #65 2.994 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-07T17:50:04.782Z] #65 3.551 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-07T17:50:04.782Z] #65 4.046 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-07T17:50:04.782Z] #65 4.319 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-04-07T17:50:04.782Z] #65 4.342 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-04-07T17:50:04.782Z] #65 4.343 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:50:04.782Z] #65 4.343 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [118 kB] [2022-04-07T17:50:04.782Z] #65 4.343 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [126 kB] [2022-04-07T17:50:04.782Z] #65 4.358 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-04-07T17:50:04.782Z] #65 4.527 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-07T17:50:04.782Z] #65 4.532 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-07T17:50:04.782Z] #65 4.533 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-07T17:50:04.782Z] #65 4.536 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:50:04.782Z] #65 4.537 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-07T17:50:04.782Z] #65 4.538 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-07T17:50:04.782Z] #65 ... [2022-04-07T17:50:04.782Z] [2022-04-07T17:50:04.782Z] #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-04-07T17:50:04.782Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:50:04.782Z] #20 1.468 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:50:04.782Z] #20 1.570 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:50:04.782Z] #20 1.729 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:50:04.782Z] #20 1.738 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-07T17:50:04.782Z] #20 1.893 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-07T17:50:04.782Z] #20 2.148 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-07T17:50:04.782Z] #20 2.732 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-07T17:50:04.782Z] #20 3.233 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-07T17:50:04.782Z] #20 3.625 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:50:04.782Z] #20 3.950 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:50:04.782Z] #20 3.962 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-04-07T17:50:04.782Z] #20 3.978 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-04-07T17:50:04.782Z] #20 3.980 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-04-07T17:50:04.782Z] #20 3.983 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [126 kB] [2022-04-07T17:50:04.782Z] #20 3.985 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [118 kB] [2022-04-07T17:50:04.782Z] #20 4.002 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-07T17:50:04.782Z] #20 4.003 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-07T17:50:04.782Z] #20 4.004 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-07T17:50:04.782Z] #20 4.005 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-07T17:50:04.782Z] #20 4.006 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:50:04.782Z] #20 4.008 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-07T17:50:05.455Z] #19 DONE 0.9s [2022-04-07T17:50:05.455Z] [2022-04-07T17:50:05.455Z] #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-04-07T17:50:05.455Z] #56 sha256:7f9a996c131170483650f3dc9ac735160d4c9e3080547a43a84b1b6dcadd5d86 [2022-04-07T17:50:05.455Z] #56 ... [2022-04-07T17:50:05.455Z] [2022-04-07T17:50:05.455Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-04-07T17:50:05.455Z] #20 sha256:554742af20ecba336afabfbc9cb3111c795f2130885f2dbf266143fbcb036c39 [2022-04-07T17:50:06.383Z] #20 DONE 1.0s [2022-04-07T17:50:06.383Z] [2022-04-07T17:50:06.383Z] #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-04-07T17:50:06.383Z] #60 sha256:eff6e82ac93c57fcc171dd32953f12423e26b9f0d7f5aa7fe54dbe53a6246b68 [2022-04-07T17:50:06.644Z] #60 ... [2022-04-07T17:50:06.644Z] [2022-04-07T17:50:06.644Z] #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-04-07T17:50:06.644Z] #21 sha256:bbd3da44f501c0c4bfde927c34f1f28bcc70d1163e7604f83f81734ace90d873 [2022-04-07T17:50:07.576Z] #21 1.273 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:50:07.576Z] #21 1.312 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:50:07.835Z] #21 1.312 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:50:08.092Z] #21 1.762 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:50:08.659Z] 0a6173b79e25: Verifying Checksum [2022-04-07T17:50:08.659Z] 0a6173b79e25: Download complete [2022-04-07T17:50:09.024Z] #21 2.769 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:50:10.396Z] #21 3.998 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:50:11.257Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.402s coverage: 7.2% of statements [2022-04-07T17:50:11.257Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-07T17:50:11.257Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-04-07T17:50:11.257Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-04-07T17:50:11.257Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-07T17:50:11.257Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-04-07T17:50:11.257Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-07T17:50:11.257Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-04-07T17:50:11.518Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-04-07T17:50:11.778Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-04-07T17:50:12.038Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-04-07T17:50:13.382Z] 4612f6d0b889: Verifying Checksum [2022-04-07T17:50:13.382Z] 4612f6d0b889: Download complete [2022-04-07T17:50:13.677Z] #21 7.138 Fetched 8508 kB in 6s (1369 kB/s) [2022-04-07T17:50:16.201Z] #21 7.138 Reading package lists... [2022-04-07T17:50:17.025Z] #20 ... [2022-04-07T17:50:17.025Z] [2022-04-07T17:50:17.025Z] #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-04-07T17:50:17.025Z] #65 sha256:53c754794047bfc0afae1a39730e7204add6497a59ad551952d5a67968ab4643 [2022-04-07T17:50:17.025Z] #65 21.11 Fetched 48.9 MB in 20s (2489 kB/s) [2022-04-07T17:50:18.724Z] #21 9.383 Reading package lists... [2022-04-07T17:50:18.724Z] #21 11.88 Building dependency tree... [2022-04-07T17:50:19.290Z] #21 ... [2022-04-07T17:50:19.290Z] [2022-04-07T17:50:19.290Z] #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-04-07T17:50:19.290Z] #34 sha256:8d8e501acb321185de907b9b2ead1812b837102cadf2ac3552e90a10998fcf70 [2022-04-07T17:50:19.290Z] #34 DONE 120.8s [2022-04-07T17:50:19.290Z] [2022-04-07T17:50:19.290Z] #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-04-07T17:50:19.290Z] #56 sha256:7f9a996c131170483650f3dc9ac735160d4c9e3080547a43a84b1b6dcadd5d86 [2022-04-07T17:50:19.290Z] #56 10.21 + cd /tmp/tmp.oFQ1e6TE68/src/github.com/opencontainers/runc [2022-04-07T17:50:19.290Z] #56 10.21 + git checkout -q v1.1.1 [2022-04-07T17:50:19.290Z] #56 10.43 + '[' -z '' ']' [2022-04-07T17:50:19.290Z] #56 10.43 + target=static [2022-04-07T17:50:19.290Z] #56 10.43 + make BUILDTAGS=seccomp static [2022-04-07T17:50:19.290Z] #56 10.79 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-07T17:50:19.548Z] #56 ... [2022-04-07T17:50:19.548Z] [2022-04-07T17:50:19.548Z] #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-04-07T17:50:19.549Z] #21 sha256:bbd3da44f501c0c4bfde927c34f1f28bcc70d1163e7604f83f81734ace90d873 [2022-04-07T17:50:19.549Z] #21 13.16 The following additional packages will be installed: [2022-04-07T17:50:19.549Z] #21 13.17 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-07T17:50:19.549Z] #21 13.17 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-04-07T17:50:19.549Z] #21 13.18 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-07T17:50:19.549Z] #21 13.18 python3-pkg-resources vim-runtime xxd [2022-04-07T17:50:19.549Z] #21 13.18 Suggested packages: [2022-04-07T17:50:19.549Z] #21 13.18 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-04-07T17:50:19.549Z] #21 13.18 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-04-07T17:50:19.549Z] #21 13.18 acl attr quota [2022-04-07T17:50:19.549Z] #21 13.18 Recommended packages: [2022-04-07T17:50:19.549Z] #21 13.18 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-04-07T17:50:21.448Z] #21 14.72 The following NEW packages will be installed: [2022-04-07T17:50:21.448Z] #21 14.72 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-04-07T17:50:21.448Z] #21 14.72 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-07T17:50:21.448Z] #21 14.72 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-04-07T17:50:21.448Z] #21 14.72 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-04-07T17:50:21.448Z] #21 14.72 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-04-07T17:50:21.448Z] #21 14.73 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-04-07T17:50:21.448Z] #21 14.73 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-04-07T17:50:21.448Z] #21 14.73 xz-utils zip zstd [2022-04-07T17:50:21.448Z] #21 15.01 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:50:21.448Z] #21 15.01 Need to get 27.6 MB of archives. [2022-04-07T17:50:21.448Z] #21 15.01 After this operation, 106 MB of additional disk space will be used. [2022-04-07T17:50:21.448Z] #21 15.01 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-04-07T17:50:21.448Z] #21 15.02 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-04-07T17:50:21.448Z] #21 15.02 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-04-07T17:50:21.448Z] #21 15.02 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-04-07T17:50:21.448Z] #21 15.02 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-04-07T17:50:21.448Z] #21 15.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-04-07T17:50:21.448Z] #21 15.02 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-04-07T17:50:21.448Z] #21 15.03 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-04-07T17:50:21.448Z] #21 15.05 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-07T17:50:21.448Z] #21 15.06 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-07T17:50:21.706Z] #21 15.06 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-04-07T17:50:21.706Z] #21 15.07 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-04-07T17:50:21.706Z] #21 15.09 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-04-07T17:50:21.706Z] #21 15.09 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-04-07T17:50:21.706Z] #21 15.11 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-04-07T17:50:21.706Z] #21 15.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-04-07T17:50:21.706Z] #21 15.12 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-04-07T17:50:21.706Z] #21 15.12 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-04-07T17:50:21.706Z] #21 15.12 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-04-07T17:50:21.706Z] #21 15.12 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-04-07T17:50:21.706Z] #21 15.12 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-04-07T17:50:21.706Z] #21 15.14 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-07T17:50:21.706Z] #21 15.14 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-07T17:50:21.706Z] #21 15.15 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-07T17:50:21.706Z] #21 15.15 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-04-07T17:50:21.706Z] #21 15.15 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-04-07T17:50:21.706Z] #21 15.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-07T17:50:21.963Z] #21 15.43 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-04-07T17:50:21.963Z] #21 15.43 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-07T17:50:21.963Z] #21 15.43 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-04-07T17:50:21.963Z] #21 15.43 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-07T17:50:21.963Z] #21 15.44 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-04-07T17:50:21.963Z] #21 15.44 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-04-07T17:50:21.963Z] #21 15.44 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-07T17:50:21.963Z] #21 15.50 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-07T17:50:21.963Z] #21 15.50 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-07T17:50:21.963Z] #21 15.50 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-07T17:50:21.963Z] #21 15.51 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-07T17:50:21.963Z] #21 15.52 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-07T17:50:21.963Z] #21 15.52 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-07T17:50:21.963Z] #21 15.53 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-04-07T17:50:21.963Z] #21 15.56 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-04-07T17:50:21.963Z] #21 15.56 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-04-07T17:50:21.963Z] #21 15.57 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-07T17:50:22.041Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-04-07T17:50:22.222Z] #21 15.75 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-04-07T17:50:22.222Z] #21 15.78 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-04-07T17:50:22.222Z] #21 15.80 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-04-07T17:50:22.222Z] #21 15.80 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-04-07T17:50:22.787Z] #21 16.37 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:50:22.787Z] #21 16.46 Fetched 27.6 MB in 1s (25.7 MB/s) [2022-04-07T17:50:23.044Z] #21 16.51 Selecting previously unselected package pigz. [2022-04-07T17:50:23.044Z] #21 16.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-04-07T17:50:23.044Z] #21 16.55 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-04-07T17:50:23.044Z] #21 16.57 Unpacking pigz (2.6-1) ... [2022-04-07T17:50:23.044Z] #21 16.63 Selecting previously unselected package libelf1:amd64. [2022-04-07T17:50:23.044Z] #21 16.64 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-04-07T17:50:23.044Z] #21 16.65 Unpacking libelf1:amd64 (0.183-1) ... [2022-04-07T17:50:23.301Z] #21 16.78 Selecting previously unselected package libbpf0:amd64. [2022-04-07T17:50:23.301Z] #21 16.78 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-04-07T17:50:23.301Z] #21 16.79 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-04-07T17:50:23.301Z] #21 16.88 Selecting previously unselected package libcap2:amd64. [2022-04-07T17:50:23.301Z] #21 16.89 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-04-07T17:50:23.301Z] #21 16.90 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-04-07T17:50:23.301Z] #21 16.95 Selecting previously unselected package libmnl0:amd64. [2022-04-07T17:50:23.301Z] #21 16.97 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-04-07T17:50:23.301Z] #21 16.97 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-04-07T17:50:23.559Z] #21 17.02 Selecting previously unselected package libxtables12:amd64. [2022-04-07T17:50:23.559Z] #21 17.03 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-04-07T17:50:23.559Z] #21 17.03 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-04-07T17:50:23.559Z] #21 17.10 Selecting previously unselected package libcap2-bin. [2022-04-07T17:50:23.559Z] #21 17.10 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-04-07T17:50:23.559Z] #21 17.12 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-07T17:50:23.559Z] #21 17.20 Selecting previously unselected package iproute2. [2022-04-07T17:50:23.559Z] #21 17.20 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-04-07T17:50:23.559Z] #21 17.20 Unpacking iproute2 (5.10.0-4) ... [2022-04-07T17:50:23.617Z] #65 21.11 Reading package lists... [2022-04-07T17:50:23.617Z] #65 ... [2022-04-07T17:50:23.617Z] [2022-04-07T17:50:23.617Z] #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-04-07T17:50:23.617Z] #45 sha256:45f72c6a5120c506d026679a80c239e57ca4fb19db538bf5395dc86ef72f0541 [2022-04-07T17:50:23.617Z] #45 21.83 Fetched 48.9 MB in 20s (2417 kB/s) [2022-04-07T17:50:24.128Z] #21 17.63 Selecting previously unselected package xxd. [2022-04-07T17:50:24.128Z] #21 17.63 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-07T17:50:24.128Z] #21 17.64 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:24.128Z] #21 17.76 Selecting previously unselected package vim-common. [2022-04-07T17:50:24.386Z] #21 17.76 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-07T17:50:24.386Z] #21 17.77 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:24.386Z] #21 17.92 Selecting previously unselected package bash-completion. [2022-04-07T17:50:24.386Z] #21 17.92 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-04-07T17:50:24.563Z] #45 21.83 Reading package lists... [2022-04-07T17:50:24.563Z] #45 ... [2022-04-07T17:50:24.563Z] [2022-04-07T17:50:24.563Z] #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-04-07T17:50:24.563Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:50:24.563Z] #20 21.43 Fetched 48.9 MB in 20s (2421 kB/s) [2022-04-07T17:50:24.563Z] #20 21.43 Reading package lists... [2022-04-07T17:50:24.824Z] #20 30.61 Reading package lists... [2022-04-07T17:50:24.824Z] #20 ... [2022-04-07T17:50:24.824Z] [2022-04-07T17:50:24.824Z] #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-04-07T17:50:24.824Z] #65 sha256:53c754794047bfc0afae1a39730e7204add6497a59ad551952d5a67968ab4643 [2022-04-07T17:50:24.824Z] #65 21.11 Reading package lists... [2022-04-07T17:50:25.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-07T17:50:25.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-07T17:50:26.282Z] #21 19.65 Unpacking bash-completion (1:2.11-2) ... [2022-04-07T17:50:26.282Z] #21 19.96 Selecting previously unselected package bzip2. [2022-04-07T17:50:26.282Z] #21 19.97 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-04-07T17:50:26.538Z] #21 19.99 Unpacking bzip2 (1.0.8-4) ... [2022-04-07T17:50:26.538Z] #21 20.06 Selecting previously unselected package xz-utils. [2022-04-07T17:50:26.539Z] #21 20.06 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-04-07T17:50:26.539Z] #21 20.07 Unpacking xz-utils (5.2.5-2) ... [2022-04-07T17:50:26.539Z] #21 20.21 Selecting previously unselected package apparmor. [2022-04-07T17:50:26.539Z] #21 20.22 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-04-07T17:50:26.539Z] #21 20.26 Unpacking apparmor (2.13.6-10) ... [2022-04-07T17:50:27.102Z] #21 20.65 Selecting previously unselected package inetutils-ping. [2022-04-07T17:50:27.102Z] #21 20.65 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-04-07T17:50:27.102Z] #21 20.65 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-07T17:50:27.102Z] #21 20.74 Selecting previously unselected package libip4tc2:amd64. [2022-04-07T17:50:27.102Z] #21 20.75 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-04-07T17:50:27.102Z] #21 20.75 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-04-07T17:50:27.102Z] #21 20.80 Selecting previously unselected package libip6tc2:amd64. [2022-04-07T17:50:27.102Z] #21 20.81 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-04-07T17:50:27.359Z] #21 20.82 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-04-07T17:50:27.359Z] #21 20.89 Selecting previously unselected package libnfnetlink0:amd64. [2022-04-07T17:50:27.359Z] #21 20.89 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-04-07T17:50:27.359Z] #21 20.91 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-07T17:50:27.359Z] #21 20.97 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-04-07T17:50:27.359Z] #21 20.98 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-04-07T17:50:27.359Z] #21 20.98 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-07T17:50:27.359Z] #21 21.04 Selecting previously unselected package libnftnl11:amd64. [2022-04-07T17:50:27.359Z] #21 21.05 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-04-07T17:50:27.359Z] #21 21.06 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-04-07T17:50:27.615Z] #21 21.13 Selecting previously unselected package iptables. [2022-04-07T17:50:27.615Z] #21 21.14 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-04-07T17:50:27.615Z] #21 21.14 Unpacking iptables (1.8.7-1) ... [2022-04-07T17:50:27.872Z] #21 21.41 Selecting previously unselected package libonig5:amd64. [2022-04-07T17:50:27.872Z] #21 21.41 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-07T17:50:27.872Z] #21 21.43 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-07T17:50:28.130Z] #21 21.56 Selecting previously unselected package libjq1:amd64. [2022-04-07T17:50:28.130Z] #21 21.57 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-04-07T17:50:28.130Z] #21 21.57 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-07T17:50:28.130Z] #21 21.67 Selecting previously unselected package jq. [2022-04-07T17:50:28.130Z] #21 21.68 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-04-07T17:50:28.130Z] #21 21.68 Unpacking jq (1.6-2.1) ... [2022-04-07T17:50:28.130Z] #21 21.75 Selecting previously unselected package libaio1:amd64. [2022-04-07T17:50:28.130Z] #21 21.76 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-04-07T17:50:28.130Z] #21 21.77 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-04-07T17:50:28.389Z] #21 21.84 Selecting previously unselected package libgpm2:amd64. [2022-04-07T17:50:28.389Z] #21 21.84 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-04-07T17:50:28.389Z] #21 21.85 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-04-07T17:50:28.389Z] #21 21.91 Selecting previously unselected package libicu67:amd64. [2022-04-07T17:50:28.389Z] #21 21.92 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-04-07T17:50:28.389Z] #21 21.92 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-07T17:50:31.667Z] #21 24.92 Selecting previously unselected package libinih1:amd64. [2022-04-07T17:50:31.667Z] #21 24.93 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-04-07T17:50:31.667Z] #21 24.93 Unpacking libinih1:amd64 (53-1+b2) ... [2022-04-07T17:50:31.667Z] #21 24.98 Selecting previously unselected package libnet1:amd64. [2022-04-07T17:50:31.667Z] #21 24.99 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-07T17:50:31.667Z] #21 25.00 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-07T17:50:31.667Z] #21 25.08 Selecting previously unselected package libnl-3-200:amd64. [2022-04-07T17:50:31.667Z] #21 25.09 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-07T17:50:31.667Z] #21 25.10 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-07T17:50:31.667Z] #21 25.17 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-07T17:50:31.667Z] #21 25.18 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-07T17:50:31.667Z] #21 25.19 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-07T17:50:31.667Z] #21 25.23 Selecting previously unselected package net-tools. [2022-04-07T17:50:31.667Z] #21 25.24 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-04-07T17:50:31.667Z] #21 25.25 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-07T17:50:31.667Z] #21 25.41 Selecting previously unselected package patch. [2022-04-07T17:50:31.667Z] #21 25.41 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-04-07T17:50:31.667Z] #21 25.43 Unpacking patch (2.7.6-7) ... [2022-04-07T17:50:31.924Z] #21 25.52 Selecting previously unselected package python-pip-whl. [2022-04-07T17:50:31.924Z] #21 25.53 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-07T17:50:31.924Z] #21 25.54 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-07T17:50:32.489Z] #21 26.02 Selecting previously unselected package python3-lib2to3. [2022-04-07T17:50:32.490Z] #21 26.03 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-07T17:50:32.490Z] #21 26.04 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-07T17:50:32.747Z] #21 26.16 Selecting previously unselected package python3-distutils. [2022-04-07T17:50:32.747Z] #21 26.17 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-04-07T17:50:32.747Z] #21 26.17 Unpacking python3-distutils (3.9.2-1) ... [2022-04-07T17:50:32.747Z] #21 26.29 Selecting previously unselected package python3-pkg-resources. [2022-04-07T17:50:32.747Z] #21 26.30 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-07T17:50:32.747Z] #21 26.30 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-07T17:50:33.005Z] #21 26.43 Selecting previously unselected package python3-setuptools. [2022-04-07T17:50:33.005Z] #21 26.44 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-04-07T17:50:33.005Z] #21 26.44 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-07T17:50:33.262Z] #21 26.70 Selecting previously unselected package python3-wheel. [2022-04-07T17:50:33.262Z] #21 26.71 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-04-07T17:50:33.262Z] #21 26.71 Unpacking python3-wheel (0.34.2-1) ... [2022-04-07T17:50:33.262Z] #21 26.79 Selecting previously unselected package python3-pip. [2022-04-07T17:50:33.262Z] #21 26.80 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-07T17:50:33.262Z] #21 26.81 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-07T17:50:33.520Z] #21 27.08 Selecting previously unselected package sudo. [2022-04-07T17:50:33.520Z] #21 27.09 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-04-07T17:50:33.520Z] #21 27.10 Unpacking sudo (1.9.5p2-3) ... [2022-04-07T17:50:34.085Z] #21 27.61 Selecting previously unselected package thin-provisioning-tools. [2022-04-07T17:50:34.085Z] #21 27.62 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-04-07T17:50:34.085Z] #21 27.62 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-07T17:50:34.344Z] #21 27.87 Selecting previously unselected package uidmap. [2022-04-07T17:50:34.344Z] #21 27.89 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-04-07T17:50:34.344Z] #21 27.89 Unpacking uidmap (1:4.8.1-1) ... [2022-04-07T17:50:34.344Z] #21 28.04 Selecting previously unselected package vim-runtime. [2022-04-07T17:50:34.344Z] #21 28.04 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-07T17:50:34.344Z] #21 28.08 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-07T17:50:34.601Z] #21 28.11 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-07T17:50:34.601Z] #21 28.12 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:34.835Z] #65 30.72 Reading package lists... [2022-04-07T17:50:34.835Z] #65 ... [2022-04-07T17:50:34.835Z] [2022-04-07T17:50:34.835Z] #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-04-07T17:50:34.835Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:50:34.835Z] #20 30.61 Reading package lists... [2022-04-07T17:50:35.408Z] #20 39.87 Building dependency tree... [2022-04-07T17:50:35.408Z] #20 ... [2022-04-07T17:50:35.408Z] [2022-04-07T17:50:35.408Z] #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-04-07T17:50:35.408Z] #45 sha256:45f72c6a5120c506d026679a80c239e57ca4fb19db538bf5395dc86ef72f0541 [2022-04-07T17:50:35.408Z] #45 21.83 Reading package lists... [2022-04-07T17:50:35.408Z] #45 31.32 Reading package lists... [2022-04-07T17:50:35.408Z] #45 40.35 Building dependency tree... [2022-04-07T17:50:35.408Z] #45 ... [2022-04-07T17:50:35.408Z] [2022-04-07T17:50:35.408Z] #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-04-07T17:50:35.408Z] #65 sha256:53c754794047bfc0afae1a39730e7204add6497a59ad551952d5a67968ab4643 [2022-04-07T17:50:36.353Z] #65 39.88 Building dependency tree... [2022-04-07T17:50:37.880Z] #21 31.04 Selecting previously unselected package vim. [2022-04-07T17:50:37.880Z] #21 31.05 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-07T17:50:37.880Z] #21 31.07 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:38.137Z] #21 31.58 Selecting previously unselected package xfsprogs. [2022-04-07T17:50:38.137Z] #21 31.60 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-04-07T17:50:38.137Z] #21 31.60 Unpacking xfsprogs (5.10.0-4) ... [2022-04-07T17:50:38.270Z] #65 43.98 The following additional packages will be installed: [2022-04-07T17:50:38.270Z] #65 44.01 libbtrfs0 [2022-04-07T17:50:38.270Z] #65 44.28 The following NEW packages will be installed: [2022-04-07T17:50:38.394Z] #21 31.99 Selecting previously unselected package zip. [2022-04-07T17:50:38.394Z] #21 31.99 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-04-07T17:50:38.394Z] #21 32.00 Unpacking zip (3.0-12) ... [2022-04-07T17:50:38.394Z] #21 32.10 Selecting previously unselected package zstd. [2022-04-07T17:50:38.531Z] #65 44.29 libbtrfs-dev libbtrfs0 [2022-04-07T17:50:38.652Z] #21 32.11 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-04-07T17:50:38.652Z] #21 32.12 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-07T17:50:38.793Z] #65 44.77 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:50:38.793Z] #65 44.77 Need to get 460 kB of archives. [2022-04-07T17:50:38.793Z] #65 44.77 After this operation, 1237 kB of additional disk space will be used. [2022-04-07T17:50:38.793Z] #65 44.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-07T17:50:38.793Z] #65 44.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-07T17:50:38.934Z] #21 32.42 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-07T17:50:39.737Z] #65 45.41 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:50:39.737Z] #65 ... [2022-04-07T17:50:39.737Z] [2022-04-07T17:50:39.737Z] #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-04-07T17:50:39.737Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:50:39.737Z] #20 39.87 Building dependency tree... [2022-04-07T17:50:39.737Z] #20 43.99 The following additional packages will be installed: [2022-04-07T17:50:39.737Z] #20 43.99 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-07T17:50:39.737Z] #20 44.00 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-07T17:50:39.737Z] #20 44.00 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-07T17:50:39.737Z] #20 44.00 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-07T17:50:39.737Z] #20 44.01 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-07T17:50:39.737Z] #20 44.01 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-07T17:50:39.737Z] #20 44.02 mingw-w64-common mingw-w64-x86-64-dev [2022-04-07T17:50:39.737Z] #20 44.05 Suggested packages: [2022-04-07T17:50:39.737Z] #20 44.05 gcc-10-locales seccomp wine64 [2022-04-07T17:50:39.737Z] #20 44.79 The following NEW packages will be installed: [2022-04-07T17:50:39.737Z] #20 44.80 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-07T17:50:39.737Z] #20 44.80 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-07T17:50:39.737Z] #20 44.80 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-07T17:50:39.737Z] #20 44.80 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-07T17:50:39.737Z] #20 44.80 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-07T17:50:39.737Z] #20 44.80 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-07T17:50:39.737Z] #20 44.80 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-07T17:50:39.737Z] #20 44.81 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-07T17:50:39.737Z] #20 44.81 mingw-w64-x86-64-dev [2022-04-07T17:50:39.737Z] #20 45.30 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:50:39.737Z] #20 45.30 Need to get 115 MB of archives. [2022-04-07T17:50:39.737Z] #20 45.30 After this operation, 645 MB of additional disk space will be used. [2022-04-07T17:50:39.737Z] #20 45.30 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-04-07T17:50:39.737Z] #20 45.35 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-04-07T17:50:39.737Z] #20 45.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-07T17:50:39.737Z] #20 45.40 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-04-07T17:50:39.737Z] #20 45.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-04-07T17:50:39.737Z] #20 45.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-07T17:50:39.737Z] #20 45.48 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-04-07T17:50:39.737Z] #20 45.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-04-07T17:50:39.737Z] #20 45.52 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-04-07T17:50:39.917Z] #21 33.43 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-04-07T17:50:39.917Z] #21 33.45 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-07T17:50:39.917Z] #21 33.46 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-04-07T17:50:39.917Z] #21 33.47 Setting up libicu67:amd64 (67.1-7) ... [2022-04-07T17:50:39.917Z] #21 33.48 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-04-07T17:50:39.917Z] #21 33.49 Setting up libinih1:amd64 (53-1+b2) ... [2022-04-07T17:50:39.917Z] #21 33.51 Setting up uidmap (1:4.8.1-1) ... [2022-04-07T17:50:39.917Z] #21 33.52 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-07T17:50:39.917Z] #21 33.53 Setting up bzip2 (1.0.8-4) ... [2022-04-07T17:50:39.999Z] #20 45.76 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-04-07T17:50:40.169Z] ok github.com/docker/docker/libnetwork/ipam 16.066s coverage: 85.3% of statements [2022-04-07T17:50:40.169Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-07T17:50:40.169Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-07T17:50:40.169Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-04-07T17:50:40.169Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-04-07T17:50:40.169Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-07T17:50:40.169Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements [2022-04-07T17:50:40.169Z] ok github.com/docker/docker/libnetwork/ipamutils 0.268s coverage: 74.0% of statements [2022-04-07T17:50:40.175Z] #21 33.54 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-07T17:50:40.175Z] #21 33.55 Setting up python3-wheel (0.34.2-1) ... [2022-04-07T17:50:40.573Z] #20 46.32 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-04-07T17:50:40.740Z] ok github.com/docker/docker/libnetwork/iptables 0.161s coverage: 45.1% of statements [2022-04-07T17:50:40.751Z] #21 34.28 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:40.751Z] #21 34.29 Setting up libcap2:amd64 (1:2.44-1) ... [2022-04-07T17:50:40.751Z] #21 34.31 Setting up libcap2-bin (1:2.44-1) ... [2022-04-07T17:50:40.751Z] #21 34.32 Setting up apparmor (2.13.6-10) ... [2022-04-07T17:50:40.835Z] #20 ... [2022-04-07T17:50:40.835Z] [2022-04-07T17:50:40.835Z] #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-04-07T17:50:40.835Z] #65 sha256:53c754794047bfc0afae1a39730e7204add6497a59ad551952d5a67968ab4643 [2022-04-07T17:50:40.835Z] #65 45.71 Fetched 460 kB in 0s (1449 kB/s) [2022-04-07T17:50:40.835Z] #65 45.79 Selecting previously unselected package libbtrfs0:amd64. [2022-04-07T17:50:40.835Z] #65 45.79 (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-04-07T17:50:40.835Z] #65 45.84 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-07T17:50:40.835Z] #65 45.85 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-07T17:50:40.835Z] #65 45.95 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-07T17:50:40.835Z] #65 45.96 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-07T17:50:40.835Z] #65 45.96 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-07T17:50:40.835Z] #65 46.18 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-07T17:50:40.835Z] #65 46.19 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-07T17:50:40.835Z] #65 46.22 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:50:40.836Z] #65 DONE 46.6s [2022-04-07T17:50:40.836Z] [2022-04-07T17:50:40.836Z] #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-04-07T17:50:40.836Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:50:40.836Z] #20 46.56 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-04-07T17:50:40.836Z] #20 ... [2022-04-07T17:50:40.836Z] [2022-04-07T17:50:40.836Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-07T17:50:40.836Z] #66 sha256:3e866cdc001c00465f2a7785295ac80f5d76a552c9a5b08561e2ff68dfd9a502 [2022-04-07T17:50:40.836Z] #66 DONE 0.1s [2022-04-07T17:50:41.000Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-04-07T17:50:41.100Z] [2022-04-07T17:50:41.100Z] #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-04-07T17:50:41.100Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:50:41.100Z] #20 46.82 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-04-07T17:50:41.261Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-04-07T17:50:41.675Z] #20 47.32 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-04-07T17:50:41.675Z] #20 47.54 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-04-07T17:50:41.675Z] #20 47.55 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-04-07T17:50:41.675Z] #20 47.55 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-04-07T17:50:41.675Z] #20 47.55 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-07T17:50:41.675Z] #20 47.56 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-07T17:50:41.675Z] #20 47.56 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-04-07T17:50:41.675Z] #20 47.56 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-04-07T17:50:41.675Z] #20 47.57 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-04-07T17:50:41.675Z] #20 47.57 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-04-07T17:50:41.675Z] #20 47.58 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-04-07T17:50:41.675Z] #20 47.59 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-04-07T17:50:41.675Z] #20 47.59 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-04-07T17:50:41.675Z] #20 47.61 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-04-07T17:50:41.675Z] #20 47.61 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-04-07T17:50:41.675Z] #20 47.61 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-04-07T17:50:41.675Z] #20 47.62 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-04-07T17:50:42.622Z] #20 48.35 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:50:42.622Z] #20 48.54 Fetched 115 MB in 3s (43.6 MB/s) [2022-04-07T17:50:42.622Z] #20 48.57 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-07T17:50:42.622Z] #20 48.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-04-07T17:50:42.622Z] #20 48.60 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-07T17:50:42.622Z] #20 48.61 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-07T17:50:42.646Z] #21 35.79 Setting up zip (3.0-12) ... [2022-04-07T17:50:42.646Z] #21 35.80 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:42.646Z] #21 35.83 Setting up bash-completion (1:2.11-2) ... [2022-04-07T17:50:43.570Z] #20 49.49 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-07T17:50:43.832Z] #20 49.49 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-07T17:50:43.832Z] #20 49.50 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-07T17:50:44.017Z] #21 37.63 Setting up xz-utils (5.2.5-2) ... [2022-04-07T17:50:44.017Z] #21 37.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-07T17:50:44.017Z] #21 37.66 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-04-07T17:50:44.017Z] #21 37.69 Setting up patch (2.7.6-7) ... [2022-04-07T17:50:44.274Z] #21 37.70 Setting up sudo (1.9.5p2-3) ... [2022-04-07T17:50:44.274Z] #21 37.79 invoke-rc.d: could not determine current runlevel [2022-04-07T17:50:44.274Z] #21 37.79 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-07T17:50:44.274Z] #21 37.81 Setting up xfsprogs (5.10.0-4) ... [2022-04-07T17:50:44.274Z] #21 37.83 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-04-07T17:50:44.274Z] #21 37.84 Setting up inetutils-ping (2:2.0-1) ... [2022-04-07T17:50:44.275Z] #21 37.86 Setting up pigz (2.6-1) ... [2022-04-07T17:50:44.275Z] #21 37.87 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-07T17:50:44.275Z] #21 37.89 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-07T17:50:44.532Z] #21 37.94 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-07T17:50:44.532Z] #21 37.95 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:44.777Z] #20 50.59 Selecting previously unselected package binutils-mingw-w64. [2022-04-07T17:50:44.777Z] #20 50.60 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-07T17:50:44.777Z] #20 50.61 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-07T17:50:45.041Z] #20 50.74 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-04-07T17:50:45.041Z] #20 50.76 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-07T17:50:45.041Z] #20 50.79 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:50:45.041Z] #20 51.01 Selecting previously unselected package dmsetup. [2022-04-07T17:50:45.097Z] #21 38.61 Setting up libaio1:amd64 (0.3.112-9) ... [2022-04-07T17:50:45.097Z] #21 38.62 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-07T17:50:45.310Z] #20 ... [2022-04-07T17:50:45.310Z] [2022-04-07T17:50:45.310Z] #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-04-07T17:50:45.310Z] #45 sha256:45f72c6a5120c506d026679a80c239e57ca4fb19db538bf5395dc86ef72f0541 [2022-04-07T17:50:45.310Z] #45 40.35 Building dependency tree... [2022-04-07T17:50:45.310Z] #45 44.38 The following additional packages will be installed: [2022-04-07T17:50:45.310Z] #45 44.40 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-04-07T17:50:45.310Z] #45 44.44 Suggested packages: [2022-04-07T17:50:45.310Z] #45 44.45 cmake-doc ninja-build lrzip [2022-04-07T17:50:45.310Z] #45 44.45 Recommended packages: [2022-04-07T17:50:45.310Z] #45 44.45 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-07T17:50:45.310Z] #45 45.11 The following NEW packages will be installed: [2022-04-07T17:50:45.310Z] #45 45.13 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-04-07T17:50:45.310Z] #45 45.51 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:50:45.310Z] #45 45.51 Need to get 8418 kB of archives. [2022-04-07T17:50:45.310Z] #45 45.51 After this operation, 34.9 MB of additional disk space will be used. [2022-04-07T17:50:45.310Z] #45 45.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-07T17:50:45.310Z] #45 45.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-07T17:50:45.310Z] #45 45.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-07T17:50:45.310Z] #45 45.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-04-07T17:50:45.310Z] #45 45.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-04-07T17:50:45.310Z] #45 45.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-04-07T17:50:45.310Z] #45 45.58 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-04-07T17:50:45.310Z] #45 45.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-04-07T17:50:45.310Z] #45 46.33 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:50:45.310Z] #45 46.80 Fetched 8418 kB in 0s (17.7 MB/s) [2022-04-07T17:50:45.310Z] #45 46.89 Selecting previously unselected package xxd. [2022-04-07T17:50:45.310Z] #45 46.89 (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-04-07T17:50:45.310Z] #45 46.99 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-07T17:50:45.310Z] #45 46.99 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:45.310Z] #45 47.16 Selecting previously unselected package vim-common. [2022-04-07T17:50:45.310Z] #45 47.17 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-07T17:50:45.310Z] #45 47.19 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:45.310Z] #45 47.34 Selecting previously unselected package cmake-data. [2022-04-07T17:50:45.310Z] #45 47.35 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-07T17:50:45.310Z] #45 47.36 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-07T17:50:45.310Z] #45 48.26 Selecting previously unselected package libarchive13:amd64. [2022-04-07T17:50:45.310Z] #45 48.26 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-04-07T17:50:45.310Z] #45 48.28 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-07T17:50:45.310Z] #45 48.43 Selecting previously unselected package libjsoncpp24:amd64. [2022-04-07T17:50:45.310Z] #45 48.43 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-04-07T17:50:45.310Z] #45 48.43 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-07T17:50:45.310Z] #45 48.50 Selecting previously unselected package librhash0:amd64. [2022-04-07T17:50:45.310Z] #45 48.50 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-04-07T17:50:45.310Z] #45 48.51 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-04-07T17:50:45.310Z] #45 48.59 Selecting previously unselected package libuv1:amd64. [2022-04-07T17:50:45.310Z] #45 48.59 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-04-07T17:50:45.310Z] #45 48.60 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-04-07T17:50:45.311Z] #45 48.67 Selecting previously unselected package cmake. [2022-04-07T17:50:45.311Z] #45 48.67 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-04-07T17:50:45.311Z] #45 48.68 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-07T17:50:45.311Z] #45 50.39 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-07T17:50:45.311Z] #45 50.41 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:45.311Z] #45 50.43 Setting up libuv1:amd64 (1.40.0-2) ... [2022-04-07T17:50:45.311Z] #45 50.45 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:45.311Z] #45 50.48 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-07T17:50:45.311Z] #45 50.49 Setting up librhash0:amd64 (1.4.1-2) ... [2022-04-07T17:50:45.311Z] #45 50.50 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-07T17:50:45.311Z] #45 50.53 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-07T17:50:45.311Z] #45 50.54 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:50:45.311Z] #45 DONE 51.1s [2022-04-07T17:50:45.311Z] [2022-04-07T17:50:45.311Z] #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-04-07T17:50:45.311Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:50:45.311Z] #20 51.01 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-04-07T17:50:45.311Z] #20 51.03 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-07T17:50:45.311Z] #20 ... [2022-04-07T17:50:45.311Z] [2022-04-07T17:50:45.311Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-07T17:50:45.311Z] #46 sha256:6174c56670fc5bb2f928290a6d7e818bd426829029aca50eb3d2dece3e4d88f3 [2022-04-07T17:50:45.311Z] #46 DONE 0.1s [2022-04-07T17:50:45.311Z] [2022-04-07T17:50:45.311Z] #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-04-07T17:50:45.311Z] #70 sha256:9a3489415f2ffca066575f9a574057453d57487a1a33516073eaec94de7773a9 [2022-04-07T17:50:45.311Z] #70 48.16 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-07T17:50:45.311Z] #70 48.16 + GOBIN=/build [2022-04-07T17:50:45.311Z] #70 48.16 + GO111MODULE=on [2022-04-07T17:50:45.311Z] #70 48.16 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-07T17:50:45.311Z] #70 50.98 rootlesskit version 1.0.0 [2022-04-07T17:50:45.311Z] #70 51.01 Usage of /build/rootlesskit-docker-proxy: [2022-04-07T17:50:45.311Z] #70 51.01 -container-ip string [2022-04-07T17:50:45.311Z] #70 51.01 container ip [2022-04-07T17:50:45.311Z] #70 51.01 -container-port int [2022-04-07T17:50:45.311Z] #70 51.01 container port (default -1) [2022-04-07T17:50:45.311Z] #70 51.01 -host-ip string [2022-04-07T17:50:45.311Z] #70 51.01 host ip [2022-04-07T17:50:45.311Z] #70 51.01 -host-port int [2022-04-07T17:50:45.311Z] #70 51.01 host port (default -1) [2022-04-07T17:50:45.311Z] #70 51.01 -proto string [2022-04-07T17:50:45.311Z] #70 51.01 proxy protocol (default "tcp") [2022-04-07T17:50:45.311Z] #70 DONE 51.1s [2022-04-07T17:50:45.311Z] [2022-04-07T17:50:45.311Z] #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-04-07T17:50:45.311Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:50:45.311Z] #20 51.19 Selecting previously unselected package mingw-w64-common. [2022-04-07T17:50:45.311Z] #20 51.19 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-07T17:50:45.311Z] #20 51.19 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-07T17:50:45.373Z] #21 39.01 Setting up libelf1:amd64 (0.183-1) ... [2022-04-07T17:50:45.373Z] #21 39.07 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-07T17:50:45.373Z] #21 39.08 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-07T17:50:45.573Z] #20 ... [2022-04-07T17:50:45.573Z] [2022-04-07T17:50:45.573Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-07T17:50:45.573Z] #71 sha256:e6f9e6d684043b102f536e55b009c35a19ef0b0db911ece78c0a223bbb3f1bee [2022-04-07T17:50:45.573Z] #71 DONE 0.1s [2022-04-07T17:50:45.573Z] [2022-04-07T17:50:45.573Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-07T17:50:45.573Z] #72 sha256:c7bcd40d2026c3c12cc5329dd7c1fa895a55a0c81716aea09a18233452c74c0d [2022-04-07T17:50:45.573Z] #72 DONE 0.1s [2022-04-07T17:50:45.573Z] [2022-04-07T17:50:45.573Z] #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-04-07T17:50:45.573Z] #67 sha256:9b46a6958d3479456f4f1674c51e5901736acbe4c45c7e65a767cf91e57d1eef [2022-04-07T17:50:45.573Z] #67 0.848 + RM_GOPATH=0 [2022-04-07T17:50:45.573Z] #67 0.848 + TMP_GOPATH= [2022-04-07T17:50:45.573Z] #67 0.848 + : /build [2022-04-07T17:50:45.573Z] #67 0.848 + '[' -z '' ']' [2022-04-07T17:50:45.573Z] #67 0.848 ++ mktemp -d [2022-04-07T17:50:45.573Z] #67 0.849 + export GOPATH=/tmp/tmp.sFskCzOJfZ [2022-04-07T17:50:45.573Z] #67 0.849 + GOPATH=/tmp/tmp.sFskCzOJfZ [2022-04-07T17:50:45.573Z] #67 0.849 + RM_GOPATH=1 [2022-04-07T17:50:45.573Z] #67 0.849 + case "$(go env GOARCH)" in [2022-04-07T17:50:45.573Z] #67 0.850 ++ go env GOARCH [2022-04-07T17:50:45.573Z] #67 0.861 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:50:45.573Z] #67 0.861 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:50:45.573Z] #67 0.862 ++ dirname /install.sh [2022-04-07T17:50:45.573Z] #67 0.862 + dir=/ [2022-04-07T17:50:45.573Z] #67 0.862 + bin=containerd [2022-04-07T17:50:45.573Z] #67 0.862 + shift [2022-04-07T17:50:45.573Z] #67 0.863 + '[' '!' -f //containerd.installer ']' [2022-04-07T17:50:45.573Z] #67 0.863 + . //containerd.installer [2022-04-07T17:50:45.573Z] #67 0.863 ++ set -e [2022-04-07T17:50:45.573Z] #67 0.863 ++ : v1.6.2 [2022-04-07T17:50:45.573Z] #67 0.863 + install_containerd [2022-04-07T17:50:45.573Z] #67 0.863 + echo 'Install containerd version v1.6.2' [2022-04-07T17:50:45.573Z] #67 0.863 + git clone https://github.com/containerd/containerd.git /tmp/tmp.sFskCzOJfZ/src/github.com/containerd/containerd [2022-04-07T17:50:45.573Z] #67 0.863 Install containerd version v1.6.2 [2022-04-07T17:50:45.573Z] #67 0.871 Cloning into '/tmp/tmp.sFskCzOJfZ/src/github.com/containerd/containerd'... [2022-04-07T17:50:45.630Z] #21 39.09 Setting up python3-distutils (3.9.2-1) ... [2022-04-07T17:50:45.887Z] #21 39.53 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:50:45.887Z] #21 39.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-07T17:50:45.887Z] #21 39.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-07T17:50:45.887Z] #21 39.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-07T17:50:45.887Z] #21 39.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-07T17:50:45.887Z] #21 39.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-07T17:50:45.887Z] #21 39.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-07T17:50:45.887Z] #21 39.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-07T17:50:45.887Z] #21 39.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-07T17:50:45.887Z] #21 39.64 Setting up python3-setuptools (52.0.0-4) ... [2022-04-07T17:50:47.259Z] #21 40.93 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-07T17:50:47.259Z] #21 40.94 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-04-07T17:50:47.259Z] #21 40.95 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-07T17:50:47.517Z] #21 40.97 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-07T17:50:47.885Z] --- PASS: TestBuildWithHugeFile (48.84s) [2022-04-07T17:50:47.885Z] === RUN TestBuildWCOWSandboxSize [2022-04-07T17:50:47.885Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T17:50:47.885Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-07T17:50:47.885Z] === RUN TestBuildWithEmptyDockerfile [2022-04-07T17:50:47.885Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:50:47.885Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:50:47.885Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:50:47.885Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:50:47.885Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:50:47.885Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:50:47.885Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:50:47.885Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:50:47.885Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:50:47.885Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-04-07T17:50:47.885Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-04-07T17:50:47.885Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-04-07T17:50:47.885Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-07T17:50:47.885Z] === RUN TestBuildPreserveOwnership [2022-04-07T17:50:47.885Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-07T17:50:47.885Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-07T17:50:47.885Z] --- PASS: TestBuildPreserveOwnership (3.59s) [2022-04-07T17:50:47.885Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.44s) [2022-04-07T17:50:47.885Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.15s) [2022-04-07T17:50:47.885Z] === RUN TestBuildPlatformInvalid [2022-04-07T17:50:47.885Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-04-07T17:50:47.885Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-07T17:50:47.885Z] Loaded image: busybox:latest [2022-04-07T17:50:47.885Z] Loaded image: busybox:glibc [2022-04-07T17:50:47.885Z] Loaded image: debian:bullseye-slim [2022-04-07T17:50:47.885Z] Loaded image: hello-world:latest [2022-04-07T17:50:47.885Z] Loaded image: arm32v7/hello-world:latest [2022-04-07T17:50:48.124Z] #67 ... [2022-04-07T17:50:48.124Z] [2022-04-07T17:50:48.124Z] #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-04-07T17:50:48.124Z] #47 sha256:bada979be388a3a6e08be159455d914eb34609d375d1b68565ebfcc0298137b7 [2022-04-07T17:50:48.124Z] #47 1.202 + RM_GOPATH=0 [2022-04-07T17:50:48.124Z] #47 1.202 + TMP_GOPATH= [2022-04-07T17:50:48.124Z] #47 1.202 + : /build [2022-04-07T17:50:48.124Z] #47 1.202 + '[' -z '' ']' [2022-04-07T17:50:48.124Z] #47 1.202 ++ mktemp -d [2022-04-07T17:50:48.124Z] #47 1.202 + export GOPATH=/tmp/tmp.xz44H4oqtK [2022-04-07T17:50:48.124Z] #47 1.202 + GOPATH=/tmp/tmp.xz44H4oqtK [2022-04-07T17:50:48.124Z] #47 1.202 + RM_GOPATH=1 [2022-04-07T17:50:48.124Z] #47 1.202 + case "$(go env GOARCH)" in [2022-04-07T17:50:48.124Z] #47 1.202 ++ go env GOARCH [2022-04-07T17:50:48.124Z] #47 1.215 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:50:48.124Z] #47 1.216 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:50:48.124Z] #47 1.216 ++ dirname /install.sh [2022-04-07T17:50:48.124Z] #47 1.217 + dir=/ [2022-04-07T17:50:48.124Z] #47 1.219 Install tini version v0.19.0 [2022-04-07T17:50:48.124Z] #47 1.219 + bin=tini [2022-04-07T17:50:48.124Z] #47 1.219 + shift [2022-04-07T17:50:48.124Z] #47 1.219 + '[' '!' -f //tini.installer ']' [2022-04-07T17:50:48.124Z] #47 1.219 + . //tini.installer [2022-04-07T17:50:48.124Z] #47 1.219 ++ : v0.19.0 [2022-04-07T17:50:48.124Z] #47 1.219 + install_tini [2022-04-07T17:50:48.124Z] #47 1.219 + echo 'Install tini version v0.19.0' [2022-04-07T17:50:48.124Z] #47 1.219 + git clone https://github.com/krallin/tini.git /tmp/tmp.xz44H4oqtK/tini [2022-04-07T17:50:48.124Z] #47 1.220 Cloning into '/tmp/tmp.xz44H4oqtK/tini'... [2022-04-07T17:50:48.124Z] #47 1.731 + cd /tmp/tmp.xz44H4oqtK/tini [2022-04-07T17:50:48.124Z] #47 1.731 + git checkout -q v0.19.0 [2022-04-07T17:50:48.124Z] #47 1.755 + cmake . [2022-04-07T17:50:48.124Z] #47 2.155 -- The C compiler identification is GNU 10.2.1 [2022-04-07T17:50:48.124Z] #47 2.223 -- Detecting C compiler ABI info [2022-04-07T17:50:48.124Z] #47 2.568 -- Detecting C compiler ABI info - done [2022-04-07T17:50:48.124Z] #47 2.666 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-07T17:50:48.124Z] #47 2.667 -- Detecting C compile features [2022-04-07T17:50:48.124Z] #47 2.668 -- Detecting C compile features - done [2022-04-07T17:50:48.124Z] #47 2.679 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-07T17:50:48.124Z] #47 2.747 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-07T17:50:48.124Z] #47 2.779 -- Configuring done [2022-04-07T17:50:48.124Z] #47 2.788 -- Generating done [2022-04-07T17:50:48.124Z] #47 2.792 -- Build files have been written to: /tmp/tmp.xz44H4oqtK/tini [2022-04-07T17:50:48.124Z] #47 2.795 + make tini-static [2022-04-07T17:50:48.384Z] #47 2.961 Scanning dependencies of target tini-static [2022-04-07T17:50:48.384Z] #47 3.008 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-07T17:50:48.450Z] #21 41.99 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-07T17:50:48.450Z] #21 42.00 Setting up jq (1.6-2.1) ... [2022-04-07T17:50:48.450Z] #21 42.01 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-04-07T17:50:48.450Z] #21 42.03 Setting up iptables (1.8.7-1) ... [2022-04-07T17:50:48.450Z] #21 42.04 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-07T17:50:48.450Z] #21 42.04 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-07T17:50:48.450Z] #21 42.05 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-07T17:50:48.450Z] #21 42.06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-07T17:50:48.450Z] #21 42.07 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-07T17:50:48.450Z] #21 42.07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-07T17:50:48.450Z] #21 42.08 Setting up iproute2 (5.10.0-4) ... [2022-04-07T17:50:48.645Z] #47 3.376 [100%] Linking C executable tini-static [2022-04-07T17:50:48.907Z] #47 3.548 [100%] Built target tini-static [2022-04-07T17:50:48.907Z] #47 3.562 + mkdir -p /build [2022-04-07T17:50:48.907Z] #47 3.564 + cp tini-static /build/docker-init [2022-04-07T17:50:49.014Z] #21 42.44 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:50:49.211Z] #47 DONE 3.7s [2022-04-07T17:50:49.211Z] [2022-04-07T17:50:49.211Z] #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-04-07T17:50:49.212Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:50:49.212Z] #20 53.92 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-07T17:50:49.212Z] #20 53.93 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-07T17:50:49.212Z] #20 53.93 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-07T17:50:49.953Z] #21 DONE 43.6s [2022-04-07T17:50:49.953Z] [2022-04-07T17:50:49.953Z] #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-04-07T17:50:49.953Z] #22 sha256:900323b65a6035113337008a055a35b9fa4a15bbb3c99f4847d0b693259eadd3 [2022-04-07T17:50:50.166Z] #20 56.18 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-07T17:50:50.166Z] #20 56.18 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:50:50.434Z] #20 56.19 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-07T17:50:50.695Z] #20 56.34 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-07T17:50:50.695Z] #20 56.35 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:50:50.695Z] #20 56.36 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-07T17:50:50.882Z] #22 0.847 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-07T17:50:50.882Z] #22 0.852 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-07T17:50:50.882Z] #22 0.855 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-07T17:50:51.139Z] #22 DONE 1.0s [2022-04-07T17:50:51.139Z] [2022-04-07T17:50:51.139Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-07T17:50:51.139Z] #23 sha256:eba34c37e187f2f26dd7c4c1ed7a8854ce40356881c495b7e927455c3e1285e3 [2022-04-07T17:50:52.608Z] #20 58.18 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-07T17:50:52.608Z] #20 58.19 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:50:52.608Z] #20 58.20 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-07T17:50:54.473Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.50s) [2022-04-07T17:50:54.473Z] PASS [2022-04-07T17:50:54.473Z] [2022-04-07T17:50:54.473Z] === Skipped [2022-04-07T17:50:54.473Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-04-07T17:50:54.473Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T17:50:54.473Z] [2022-04-07T17:50:54.473Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-07T17:50:54.473Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T17:50:54.473Z] [2022-04-07T17:50:54.473Z] DONE 34 tests, 2 skipped in 85.772s [2022-04-07T17:50:54.473Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-04-07T17:50:54.473Z] INFO: Testing against a local daemon [2022-04-07T17:50:54.473Z] === RUN TestConfigInspect [2022-04-07T17:50:55.916Z] #20 ... [2022-04-07T17:50:55.916Z] [2022-04-07T17:50:55.916Z] #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-04-07T17:50:55.916Z] #67 sha256:9b46a6958d3479456f4f1674c51e5901736acbe4c45c7e65a767cf91e57d1eef [2022-04-07T17:50:55.916Z] #67 14.66 + cd /tmp/tmp.sFskCzOJfZ/src/github.com/containerd/containerd [2022-04-07T17:50:55.916Z] #67 14.66 + git checkout -q v1.6.2 [2022-04-07T17:50:56.178Z] #67 15.15 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-07T17:50:56.178Z] #67 15.15 + BUILDTAGS='netgo osusergo static_build' [2022-04-07T17:50:56.178Z] #67 15.15 + export EXTRA_FLAGS=-buildmode=pie [2022-04-07T17:50:56.178Z] #67 15.15 + EXTRA_FLAGS=-buildmode=pie [2022-04-07T17:50:56.178Z] #67 15.15 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-07T17:50:56.178Z] #67 15.15 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-07T17:50:56.178Z] #67 15.15 + '[' '' = dynamic ']' [2022-04-07T17:50:56.178Z] #67 15.15 + make [2022-04-07T17:50:56.752Z] #67 15.86 + bin/ctr [2022-04-07T17:50:57.021Z] --- PASS: TestConfigInspect (2.11s) [2022-04-07T17:50:57.021Z] === RUN TestConfigList [2022-04-07T17:50:58.935Z] --- PASS: TestConfigList (2.14s) [2022-04-07T17:50:58.935Z] === RUN TestConfigsCreateAndDelete [2022-04-07T17:51:00.849Z] --- PASS: TestConfigsCreateAndDelete (2.11s) [2022-04-07T17:51:00.849Z] === RUN TestConfigsUpdate [2022-04-07T17:51:01.095Z] #23 9.086 Collecting yamllint==1.26.1 [2022-04-07T17:51:01.095Z] #23 10.14 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-07T17:51:02.466Z] #23 11.14 Collecting pathspec>=0.5.3 [2022-04-07T17:51:02.466Z] #23 11.15 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-07T17:51:02.466Z] #23 11.53 Collecting pyyaml [2022-04-07T17:51:02.723Z] #23 11.54 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-04-07T17:51:02.723Z] #23 11.61 Building wheels for collected packages: yamllint [2022-04-07T17:51:02.723Z] #23 11.62 Building wheel for yamllint (setup.py): started [2022-04-07T17:51:03.346Z] #67 ... [2022-04-07T17:51:03.346Z] [2022-04-07T17:51:03.346Z] #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-04-07T17:51:03.346Z] #20 sha256:ec7840f1b54abd5aa5e887e3e67b15d83453ddccd23c68ae2782b56f16947a20 [2022-04-07T17:51:03.346Z] #20 62.02 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-07T17:51:03.346Z] #20 62.02 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:51:03.346Z] #20 62.02 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-07T17:51:03.346Z] #20 63.56 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-07T17:51:03.346Z] #20 63.56 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:51:03.346Z] #20 63.57 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-07T17:51:03.346Z] #20 65.25 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-07T17:51:03.346Z] #20 65.26 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:51:03.346Z] #20 65.26 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-07T17:51:03.346Z] #20 69.11 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-07T17:51:03.346Z] #20 69.12 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-07T17:51:03.346Z] #20 69.12 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-07T17:51:03.391Z] --- PASS: TestConfigsUpdate (2.13s) [2022-04-07T17:51:03.391Z] === RUN TestTemplatedConfig [2022-04-07T17:51:03.654Z] #23 12.64 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-07T17:51:03.654Z] #23 12.64 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=83d44b45b3ae42375c8b307db0ee977e39c8db6c67c32b69f357e00c65abbfef [2022-04-07T17:51:03.654Z] #23 12.64 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-07T17:51:03.654Z] #23 12.65 Successfully built yamllint [2022-04-07T17:51:03.654Z] #23 12.68 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-07T17:51:04.219Z] #23 13.02 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-07T17:51:04.479Z] #23 DONE 13.5s [2022-04-07T17:51:04.479Z] [2022-04-07T17:51:04.479Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-07T17:51:04.479Z] #27 sha256:853986186d701b5242c283090558434efe5ffe39433d659cf85c9325a10cf0f8 [2022-04-07T17:51:04.738Z] #27 DONE 0.4s [2022-04-07T17:51:04.738Z] [2022-04-07T17:51:04.738Z] #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-04-07T17:51:04.738Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:51:05.017Z] #51 ... [2022-04-07T17:51:05.017Z] [2022-04-07T17:51:05.017Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-07T17:51:05.017Z] #32 sha256:a80e3c45122ee6d82602749f090ef7fb99ac943a43e5bfddc1e2e81e2ead1206 [2022-04-07T17:51:05.265Z] #20 70.77 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-07T17:51:05.265Z] #20 70.77 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-07T17:51:05.265Z] #20 70.79 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-07T17:51:05.265Z] #20 70.86 Selecting previously unselected package libapparmor1:amd64. [2022-04-07T17:51:05.265Z] #20 70.87 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-04-07T17:51:05.265Z] #20 70.87 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-04-07T17:51:05.265Z] #20 70.93 Selecting previously unselected package libapparmor-dev:amd64. [2022-04-07T17:51:05.265Z] #20 70.94 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-04-07T17:51:05.265Z] #20 70.95 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-07T17:51:05.265Z] #20 71.02 Selecting previously unselected package libbtrfs0:amd64. [2022-04-07T17:51:05.265Z] #20 71.03 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-07T17:51:05.265Z] #20 71.04 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-07T17:51:05.265Z] #20 71.14 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-07T17:51:05.265Z] #20 71.14 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-07T17:51:05.265Z] #20 71.15 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-07T17:51:05.265Z] #20 71.25 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-04-07T17:51:05.275Z] #32 DONE 0.5s [2022-04-07T17:51:05.275Z] [2022-04-07T17:51:05.275Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-07T17:51:05.275Z] #35 sha256:5ead593c349802d8f5d6f8aba5fc3ee3120c82c8f1e79f2c44b7aac943e09a29 [2022-04-07T17:51:05.527Z] #20 71.26 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-07T17:51:05.527Z] #20 71.27 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:51:05.527Z] #20 71.31 Selecting previously unselected package libudev-dev:amd64. [2022-04-07T17:51:05.527Z] #20 71.32 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-04-07T17:51:05.527Z] #20 71.33 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-04-07T17:51:05.527Z] #20 71.39 Selecting previously unselected package libsepol1-dev:amd64. [2022-04-07T17:51:05.527Z] #20 71.40 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-04-07T17:51:05.527Z] #20 71.41 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-04-07T17:51:05.527Z] #20 71.54 Selecting previously unselected package libpcre2-16-0:amd64. [2022-04-07T17:51:05.533Z] #35 DONE 0.3s [2022-04-07T17:51:05.533Z] [2022-04-07T17:51:05.533Z] #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-04-07T17:51:05.533Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:51:05.789Z] #20 71.55 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-04-07T17:51:05.789Z] #20 71.56 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-04-07T17:51:05.789Z] #20 71.65 Selecting previously unselected package libpcre2-32-0:amd64. [2022-04-07T17:51:05.789Z] #20 71.66 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-04-07T17:51:05.789Z] #20 71.66 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-04-07T17:51:05.791Z] #51 ... [2022-04-07T17:51:05.791Z] [2022-04-07T17:51:05.791Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-07T17:51:05.791Z] #37 sha256:f5753aee7c2b80edfa1ef66d93ea0362fd388dcb951e323a603165226eee3d3e [2022-04-07T17:51:05.791Z] #37 DONE 0.1s [2022-04-07T17:51:05.791Z] [2022-04-07T17:51:05.791Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-07T17:51:05.791Z] #41 sha256:1866ac4dc12d629931ebb4a7cb3ef561e9641a0c220fc47cffae01318a9673c0 [2022-04-07T17:51:05.791Z] #41 DONE 0.0s [2022-04-07T17:51:05.791Z] [2022-04-07T17:51:05.791Z] #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-04-07T17:51:05.791Z] #43 sha256:966a70a38df4a4b608bbe93c1ce9d7ae50bc7f31cc9f96897be8c2ea00c85d11 [2022-04-07T17:51:05.939Z] --- PASS: TestTemplatedConfig (2.77s) [2022-04-07T17:51:05.939Z] === RUN TestConfigCreateResolve [2022-04-07T17:51:06.051Z] #20 71.76 Selecting previously unselected package libpcre2-posix2:amd64. [2022-04-07T17:51:06.051Z] #20 71.77 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-04-07T17:51:06.051Z] #20 71.77 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-04-07T17:51:06.051Z] #20 71.83 Selecting previously unselected package libpcre2-dev:amd64. [2022-04-07T17:51:06.051Z] #20 71.84 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-04-07T17:51:06.051Z] #20 71.85 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-04-07T17:51:06.313Z] #20 72.06 Selecting previously unselected package libselinux1-dev:amd64. [2022-04-07T17:51:06.313Z] #20 72.07 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-04-07T17:51:06.313Z] #20 72.08 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-04-07T17:51:06.313Z] #20 72.19 Selecting previously unselected package libdevmapper-dev:amd64. [2022-04-07T17:51:06.313Z] #20 72.19 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-04-07T17:51:06.313Z] #20 72.20 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:51:06.313Z] #20 72.26 Selecting previously unselected package libseccomp-dev:amd64. [2022-04-07T17:51:06.313Z] #20 72.27 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-04-07T17:51:06.313Z] #20 72.28 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-07T17:51:06.575Z] #20 72.37 Selecting previously unselected package libsystemd-dev:amd64. [2022-04-07T17:51:06.575Z] #20 72.37 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-04-07T17:51:06.575Z] #20 72.38 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-04-07T17:51:06.838Z] #20 72.62 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-07T17:51:06.838Z] #20 72.63 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-04-07T17:51:06.838Z] #20 72.65 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-07T17:51:06.838Z] #20 72.66 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-04-07T17:51:06.838Z] #20 72.68 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-07T17:51:06.838Z] #20 72.69 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-04-07T17:51:06.838Z] #20 72.70 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-07T17:51:06.838Z] #20 72.72 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-04-07T17:51:06.838Z] #20 72.73 Setting up libudev-dev:amd64 (247.3-7) ... [2022-04-07T17:51:06.838Z] #20 72.74 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-04-07T17:51:06.838Z] #20 72.76 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-07T17:51:06.838Z] #20 72.77 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-07T17:51:06.838Z] #20 72.79 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-07T17:51:06.838Z] #20 72.80 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-07T17:51:06.838Z] #20 72.81 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-07T17:51:06.838Z] #20 72.83 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-04-07T17:51:06.838Z] #20 72.84 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-07T17:51:07.100Z] #20 72.86 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-04-07T17:51:07.100Z] #20 72.87 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-04-07T17:51:07.100Z] #20 72.88 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-07T17:51:07.100Z] #20 72.90 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-07T17:51:07.100Z] #20 72.92 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-04-07T17:51:07.100Z] #20 72.92 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-07T17:51:07.100Z] #20 72.94 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-04-07T17:51:07.100Z] #20 72.95 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-07T17:51:07.100Z] #20 72.96 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-07T17:51:07.100Z] #20 72.98 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-04-07T17:51:07.100Z] #20 72.99 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-07T17:51:07.100Z] #20 73.01 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-07T17:51:07.100Z] #20 73.03 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:51:07.100Z] #20 73.04 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-07T17:51:07.100Z] #20 73.06 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:51:07.363Z] #20 73.07 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-07T17:51:07.363Z] #20 73.09 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:51:08.309Z] #20 DONE 74.2s [2022-04-07T17:51:08.309Z] [2022-04-07T17:51:08.309Z] #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-04-07T17:51:08.309Z] #21 sha256:c32018453d6e6a330d085f59c3778f67c9d68b3296b576f4afb63d06b03fe99a [2022-04-07T17:51:08.487Z] --- PASS: TestConfigCreateResolve (2.13s) [2022-04-07T17:51:08.487Z] PASS [2022-04-07T17:51:08.487Z] [2022-04-07T17:51:08.487Z] DONE 6 tests in 13.409s [2022-04-07T17:51:08.487Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-04-07T17:51:08.487Z] INFO: Testing against a local daemon [2022-04-07T17:51:08.487Z] === RUN TestCheckpoint [2022-04-07T17:51:08.487Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T17:51:08.487Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-07T17:51:08.487Z] === RUN TestContainerInvalidJSON [2022-04-07T17:51:08.487Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:51:08.487Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:51:08.487Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:51:08.487Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:51:08.487Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:51:08.487Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:51:08.487Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-04-07T17:51:08.487Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-04-07T17:51:08.487Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-04-07T17:51:08.487Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-07T17:51:08.487Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-04-07T17:51:08.487Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-07T17:51:08.487Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-04-07T17:51:08.487Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-07T17:51:08.487Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-04-07T17:51:08.487Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-07T17:51:08.487Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-04-07T17:51:08.487Z] === RUN TestCopyFromContainer [2022-04-07T17:51:09.430Z] === RUN TestCopyFromContainer// [2022-04-07T17:51:09.430Z] === RUN TestCopyFromContainer//bar/root [2022-04-07T17:51:09.430Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-07T17:51:09.430Z] === RUN TestCopyFromContainer/bar/quux [2022-04-07T17:51:09.692Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-07T17:51:09.692Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-07T17:51:09.692Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-07T17:51:09.692Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-07T17:51:09.692Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-07T17:51:09.700Z] #21 1.058 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-04-07T17:51:09.700Z] #21 1.061 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-04-07T17:51:09.700Z] #21 1.061 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-04-07T17:51:09.953Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer (1.64s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-04-07T17:51:09.953Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-04-07T17:51:09.953Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-07T17:51:09.953Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:51:09.953Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:51:09.953Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:51:09.953Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:51:09.953Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:51:09.953Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:51:09.953Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:51:09.953Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:51:09.953Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:51:09.953Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-04-07T17:51:09.953Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-07T17:51:09.953Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-07T17:51:09.953Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-07T17:51:09.953Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-07T17:51:09.953Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-04-07T17:51:09.953Z] === RUN TestCreateWithInvalidEnv [2022-04-07T17:51:09.953Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-07T17:51:09.953Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-07T17:51:09.953Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-07T17:51:09.953Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-07T17:51:09.953Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-07T17:51:09.953Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-07T17:51:09.953Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-07T17:51:09.953Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-07T17:51:09.953Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-07T17:51:09.953Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-07T17:51:09.953Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-07T17:51:09.953Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-07T17:51:09.953Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-07T17:51:09.953Z] === RUN TestCreateTmpfsMountsTarget [2022-04-07T17:51:09.953Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-07T17:51:09.953Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-07T17:51:11.868Z] --- PASS: TestCreateWithCustomMaskedPaths (1.73s) [2022-04-07T17:51:11.868Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-07T17:51:12.152Z] 8f616e6e9eec: Pull complete [2022-04-07T17:51:13.058Z] 8f616e6e9eec: Pull complete [2022-04-07T17:51:13.779Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.68s) [2022-04-07T17:51:13.779Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-07T17:51:13.779Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:51:13.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:51:13.779Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:51:13.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:51:13.779Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:51:13.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:51:13.779Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:51:13.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:51:13.779Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:51:13.779Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:51:13.779Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:51:13.779Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:51:13.779Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:51:13.779Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:51:13.779Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:51:13.779Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-07T17:51:13.779Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-07T17:51:13.779Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-07T17:51:13.780Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-07T17:51:13.780Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-07T17:51:13.780Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-04-07T17:51:13.780Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-07T17:51:14.041Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s) [2022-04-07T17:51:14.041Z] === RUN TestCreateDifferentPlatform [2022-04-07T17:51:14.041Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-07T17:51:14.041Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-07T17:51:14.041Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-07T17:51:14.041Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-07T17:51:14.041Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-07T17:51:14.041Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-07T17:51:14.041Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-04-07T17:51:14.041Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-07T17:51:14.041Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-04-07T17:51:14.041Z] === RUN TestContainerStartOnDaemonRestart [2022-04-07T17:51:14.041Z] === PAUSE TestContainerStartOnDaemonRestart [2022-04-07T17:51:14.041Z] === RUN TestDaemonRestartIpcMode [2022-04-07T17:51:14.041Z] === PAUSE TestDaemonRestartIpcMode [2022-04-07T17:51:14.041Z] === RUN TestDaemonHostGatewayIP [2022-04-07T17:51:14.041Z] === PAUSE TestDaemonHostGatewayIP [2022-04-07T17:51:14.041Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-07T17:51:14.041Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-07T17:51:14.041Z] === RUN TestContainerKillOnDaemonStart [2022-04-07T17:51:14.041Z] === PAUSE TestContainerKillOnDaemonStart [2022-04-07T17:51:14.041Z] === RUN TestDiff [2022-04-07T17:51:14.612Z] --- PASS: TestDiff (0.60s) [2022-04-07T17:51:14.612Z] === RUN TestExecWithCloseStdin [2022-04-07T17:51:15.253Z] #21 1.590 Reading package lists... [2022-04-07T17:51:15.555Z] --- PASS: TestExecWithCloseStdin (0.64s) [2022-04-07T17:51:15.555Z] === RUN TestExec [2022-04-07T17:51:16.128Z] --- PASS: TestExec (0.63s) [2022-04-07T17:51:16.128Z] === RUN TestExecUser [2022-04-07T17:51:16.701Z] --- PASS: TestExecUser (0.68s) [2022-04-07T17:51:16.701Z] === RUN TestExportContainerAndImportImage [2022-04-07T17:51:17.272Z] --- PASS: TestExportContainerAndImportImage (0.69s) [2022-04-07T17:51:17.272Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-07T17:51:18.657Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-04-07T17:51:18.657Z] === RUN TestHealthCheckWorkdir [2022-04-07T17:51:19.230Z] --- PASS: TestHealthCheckWorkdir (0.70s) [2022-04-07T17:51:19.230Z] === RUN TestHealthKillContainer [2022-04-07T17:51:19.469Z] #21 6.267 Reading package lists... [2022-04-07T17:51:20.414Z] #21 10.88 Building dependency tree... [2022-04-07T17:51:20.414Z] #21 11.97 Reading state information... [2022-04-07T17:51:21.805Z] #21 13.19 The following additional packages will be installed: [2022-04-07T17:51:21.805Z] #21 13.19 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-04-07T17:51:21.805Z] #21 13.19 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-04-07T17:51:21.805Z] #21 13.19 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-04-07T17:51:21.805Z] #21 13.19 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-04-07T17:51:21.805Z] #21 13.19 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-04-07T17:51:21.805Z] #21 13.20 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-04-07T17:51:21.805Z] #21 13.21 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-04-07T17:51:21.805Z] #21 13.22 Suggested packages: [2022-04-07T17:51:21.805Z] #21 13.22 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-04-07T17:51:21.805Z] #21 13.22 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-04-07T17:51:21.805Z] #21 13.22 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-04-07T17:51:21.805Z] #21 13.22 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-04-07T17:51:21.805Z] #21 13.22 seccomp:ppc64el seccomp:s390x [2022-04-07T17:51:21.805Z] #21 13.22 Recommended packages: [2022-04-07T17:51:21.805Z] #21 13.22 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-04-07T17:51:21.805Z] #21 13.22 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-04-07T17:51:21.805Z] #21 13.22 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-04-07T17:51:21.805Z] #21 13.22 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-04-07T17:51:22.066Z] #21 13.67 The following NEW packages will be installed: [2022-04-07T17:51:22.066Z] #21 13.67 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-04-07T17:51:22.066Z] #21 13.67 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-04-07T17:51:22.066Z] #21 13.67 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-04-07T17:51:22.066Z] #21 13.67 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-04-07T17:51:22.066Z] #21 13.67 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-04-07T17:51:22.066Z] #21 13.67 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-04-07T17:51:22.066Z] #21 13.67 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-04-07T17:51:22.066Z] #21 13.67 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-04-07T17:51:22.066Z] #21 13.67 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-04-07T17:51:22.066Z] #21 13.67 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-04-07T17:51:22.066Z] #21 13.68 libseccomp2:ppc64el libseccomp2:s390x [2022-04-07T17:51:22.329Z] #21 14.03 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:51:22.329Z] #21 14.03 Need to get 15.9 MB of archives. [2022-04-07T17:51:22.329Z] #21 14.03 After this operation, 73.0 MB of additional disk space will be used. [2022-04-07T17:51:22.329Z] #21 14.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-04-07T17:51:22.329Z] #21 14.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-04-07T17:51:22.329Z] #21 14.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-04-07T17:51:22.329Z] #21 14.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-04-07T17:51:22.329Z] #21 14.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-04-07T17:51:22.329Z] #21 14.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-04-07T17:51:22.329Z] #21 14.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-04-07T17:51:22.329Z] #21 14.05 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-04-07T17:51:22.329Z] #21 14.09 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-04-07T17:51:22.329Z] #21 14.09 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-04-07T17:51:22.329Z] #21 14.09 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-04-07T17:51:22.329Z] #21 14.09 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-04-07T17:51:22.329Z] #21 14.09 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-04-07T17:51:22.329Z] #21 14.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-04-07T17:51:22.329Z] #21 14.13 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-04-07T17:51:22.329Z] #21 14.13 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-04-07T17:51:22.329Z] #21 14.13 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-04-07T17:51:22.329Z] #21 14.13 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-04-07T17:51:22.329Z] #21 14.16 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-04-07T17:51:22.590Z] #21 14.16 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-04-07T17:51:22.590Z] #21 14.16 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-04-07T17:51:22.590Z] #21 14.16 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-04-07T17:51:22.590Z] #21 14.17 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-04-07T17:51:22.590Z] #21 14.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-04-07T17:51:22.590Z] #21 14.19 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-04-07T17:51:22.590Z] #21 14.19 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-04-07T17:51:22.590Z] #21 14.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-04-07T17:51:22.590Z] #21 14.20 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-04-07T17:51:22.590Z] #21 14.22 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-04-07T17:51:22.590Z] #21 14.22 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-04-07T17:51:22.590Z] #21 14.22 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-04-07T17:51:22.590Z] #21 14.22 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-04-07T17:51:22.590Z] #21 14.22 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-04-07T17:51:22.590Z] #21 14.22 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-04-07T17:51:22.590Z] #21 14.22 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-04-07T17:51:22.590Z] #21 14.22 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-04-07T17:51:22.590Z] #21 14.23 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-04-07T17:51:22.590Z] #21 14.23 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-04-07T17:51:22.590Z] #21 14.23 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-04-07T17:51:22.590Z] #21 14.23 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-04-07T17:51:23.163Z] #21 14.77 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:51:23.425Z] #21 14.96 Fetched 15.9 MB in 0s (32.5 MB/s) [2022-04-07T17:51:23.425Z] #21 14.99 Selecting previously unselected package gcc-10-base:armel. [2022-04-07T17:51:23.425Z] #21 14.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-04-07T17:51:23.425Z] #21 15.03 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-04-07T17:51:23.425Z] #21 15.04 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-04-07T17:51:23.425Z] #21 15.09 Selecting previously unselected package gcc-10-base:armhf. [2022-04-07T17:51:23.425Z] #21 15.09 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-04-07T17:51:23.425Z] #21 15.10 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-04-07T17:51:23.425Z] #21 15.15 Selecting previously unselected package gcc-10-base:ppc64el. [2022-04-07T17:51:23.687Z] #21 15.15 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-04-07T17:51:23.687Z] #21 15.16 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-04-07T17:51:23.687Z] #21 15.23 Selecting previously unselected package gcc-10-base:s390x. [2022-04-07T17:51:23.687Z] #21 15.23 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-04-07T17:51:23.687Z] #21 15.23 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-04-07T17:51:23.687Z] #21 15.29 Selecting previously unselected package gcc-10-base:arm64. [2022-04-07T17:51:23.687Z] #21 15.30 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-04-07T17:51:23.687Z] #21 15.31 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-04-07T17:51:23.687Z] #21 15.37 Selecting previously unselected package libgcc-s1:armel. [2022-04-07T17:51:23.687Z] #21 15.38 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-04-07T17:51:23.687Z] #21 15.39 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-04-07T17:51:23.687Z] #21 15.44 Selecting previously unselected package libcrypt1:armel. [2022-04-07T17:51:23.865Z] #43 183.1 + dpkg --print-architecture [2022-04-07T17:51:23.865Z] #43 183.2 + git checkout -q v2.1.0 [2022-04-07T17:51:23.865Z] #43 183.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-04-07T17:51:23.865Z] #43 183.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-04-07T17:51:23.948Z] #21 15.45 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-04-07T17:51:23.948Z] #21 15.45 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-04-07T17:51:23.948Z] #21 15.54 Selecting previously unselected package libc6:armel. [2022-04-07T17:51:23.948Z] #21 15.55 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-04-07T17:51:24.210Z] #21 15.72 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-04-07T17:51:24.471Z] #21 16.12 Selecting previously unselected package libapparmor1:armel. [2022-04-07T17:51:24.471Z] #21 16.13 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-04-07T17:51:24.471Z] #21 16.13 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-04-07T17:51:24.471Z] #21 16.18 Selecting previously unselected package libapparmor-dev:armel. [2022-04-07T17:51:24.471Z] #21 16.19 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-04-07T17:51:24.471Z] #21 16.19 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-04-07T17:51:24.733Z] #21 16.26 Selecting previously unselected package libgcc-s1:arm64. [2022-04-07T17:51:24.733Z] #21 16.27 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-04-07T17:51:24.733Z] #21 16.28 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-04-07T17:51:24.733Z] #21 16.35 Selecting previously unselected package libcrypt1:arm64. [2022-04-07T17:51:24.733Z] #21 16.35 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-04-07T17:51:24.733Z] #21 16.35 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-04-07T17:51:24.733Z] #21 16.45 Selecting previously unselected package libc6:arm64. [2022-04-07T17:51:24.733Z] #21 16.46 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-04-07T17:51:24.994Z] #21 16.63 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-04-07T17:51:25.566Z] #21 17.15 Selecting previously unselected package libapparmor1:arm64. [2022-04-07T17:51:25.566Z] #21 17.15 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-04-07T17:51:25.566Z] #21 17.16 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-04-07T17:51:25.566Z] #21 17.22 Selecting previously unselected package libapparmor-dev:arm64. [2022-04-07T17:51:25.566Z] #21 17.22 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-04-07T17:51:25.566Z] #21 17.23 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-04-07T17:51:25.827Z] #21 17.31 Selecting previously unselected package libgcc-s1:s390x. [2022-04-07T17:51:25.827Z] #21 17.32 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-04-07T17:51:25.827Z] #21 17.33 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-04-07T17:51:25.827Z] #21 17.38 Selecting previously unselected package libcrypt1:s390x. [2022-04-07T17:51:25.827Z] #21 17.38 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-04-07T17:51:25.827Z] #21 17.39 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-04-07T17:51:25.827Z] #21 17.47 Selecting previously unselected package libc6:s390x. [2022-04-07T17:51:25.827Z] #21 17.48 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-04-07T17:51:26.088Z] #21 17.66 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-04-07T17:51:26.611Z] #21 18.16 Selecting previously unselected package libapparmor1:s390x. [2022-04-07T17:51:26.611Z] #21 18.17 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-04-07T17:51:26.611Z] #21 18.17 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-04-07T17:51:26.611Z] #21 18.23 Selecting previously unselected package libapparmor-dev:s390x. [2022-04-07T17:51:26.611Z] #21 18.24 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-04-07T17:51:26.611Z] #21 18.25 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-04-07T17:51:26.872Z] #21 18.33 Selecting previously unselected package libgcc-s1:armhf. [2022-04-07T17:51:26.872Z] #21 18.33 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-04-07T17:51:26.872Z] #21 18.34 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-04-07T17:51:26.872Z] #21 18.39 Selecting previously unselected package libcrypt1:armhf. [2022-04-07T17:51:26.872Z] #21 18.40 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-04-07T17:51:26.872Z] #21 18.40 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-04-07T17:51:26.872Z] #21 18.49 Selecting previously unselected package libc6:armhf. [2022-04-07T17:51:26.872Z] #21 18.50 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-04-07T17:51:27.133Z] #21 18.68 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-04-07T17:51:27.395Z] #21 19.09 Selecting previously unselected package libapparmor1:armhf. [2022-04-07T17:51:27.395Z] #21 19.10 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-04-07T17:51:27.395Z] #21 19.11 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-04-07T17:51:27.656Z] #21 19.16 Selecting previously unselected package libapparmor-dev:armhf. [2022-04-07T17:51:27.656Z] #21 19.17 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-04-07T17:51:27.656Z] #21 19.17 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-04-07T17:51:27.656Z] #21 19.28 Selecting previously unselected package libgcc-s1:ppc64el. [2022-04-07T17:51:27.656Z] #21 19.28 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-04-07T17:51:27.656Z] #21 19.29 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-04-07T17:51:27.656Z] #21 19.34 Selecting previously unselected package libcrypt1:ppc64el. [2022-04-07T17:51:27.656Z] #21 19.34 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-04-07T17:51:27.656Z] #21 19.35 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-04-07T17:51:27.917Z] #21 19.44 Selecting previously unselected package libc6:ppc64el. [2022-04-07T17:51:27.917Z] #21 19.45 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-04-07T17:51:27.917Z] #21 19.62 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-04-07T17:51:28.492Z] #21 20.21 Selecting previously unselected package libapparmor1:ppc64el. [2022-04-07T17:51:28.492Z] #21 20.22 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-04-07T17:51:28.492Z] #21 20.22 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-04-07T17:51:28.492Z] #21 20.28 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-04-07T17:51:28.755Z] #21 20.28 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-04-07T17:51:28.755Z] #21 20.29 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-04-07T17:51:28.755Z] #21 20.36 Selecting previously unselected package libseccomp2:s390x. [2022-04-07T17:51:28.755Z] #21 20.37 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-04-07T17:51:28.755Z] #21 20.38 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-04-07T17:51:28.755Z] #21 20.42 Selecting previously unselected package libseccomp-dev:s390x. [2022-04-07T17:51:28.755Z] #21 20.43 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-04-07T17:51:28.755Z] #21 20.43 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-04-07T17:51:28.755Z] #21 20.50 Selecting previously unselected package libseccomp2:ppc64el. [2022-04-07T17:51:28.755Z] #21 20.51 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-04-07T17:51:28.755Z] #21 20.51 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-04-07T17:51:29.016Z] #21 20.57 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-04-07T17:51:29.016Z] #21 20.57 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-04-07T17:51:29.016Z] #21 20.58 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-04-07T17:51:29.016Z] #21 20.64 Selecting previously unselected package libseccomp2:armhf. [2022-04-07T17:51:29.016Z] #21 20.65 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-04-07T17:51:29.016Z] #21 20.66 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-04-07T17:51:29.016Z] #21 20.70 Selecting previously unselected package libseccomp-dev:armhf. [2022-04-07T17:51:29.016Z] #21 20.71 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-04-07T17:51:29.016Z] #21 20.72 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-04-07T17:51:29.016Z] #21 20.79 Selecting previously unselected package libseccomp2:armel. [2022-04-07T17:51:29.277Z] --- PASS: TestHealthKillContainer (8.23s) [2022-04-07T17:51:29.277Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-07T17:51:29.277Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2022-04-07T17:51:29.277Z] === RUN TestIpcModeNone [2022-04-07T17:51:29.277Z] --- PASS: TestIpcModeNone (0.61s) [2022-04-07T17:51:29.277Z] === RUN TestIpcModePrivate [2022-04-07T17:51:29.277Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-04-07T17:51:29.277Z] --- PASS: TestIpcModePrivate (0.62s) [2022-04-07T17:51:29.277Z] === RUN TestIpcModeShareable [2022-04-07T17:51:29.278Z] #21 20.80 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-04-07T17:51:29.278Z] #21 20.81 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-04-07T17:51:29.278Z] #21 20.86 Selecting previously unselected package libseccomp-dev:armel. [2022-04-07T17:51:29.278Z] #21 20.87 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-04-07T17:51:29.278Z] #21 20.87 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-04-07T17:51:29.278Z] #21 20.95 Selecting previously unselected package libseccomp2:arm64. [2022-04-07T17:51:29.278Z] #21 20.95 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-04-07T17:51:29.278Z] #21 20.96 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-04-07T17:51:29.278Z] #21 21.02 Selecting previously unselected package libseccomp-dev:arm64. [2022-04-07T17:51:29.278Z] #21 21.02 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-04-07T17:51:29.278Z] #21 21.03 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-04-07T17:51:29.540Z] #21 21.14 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-04-07T17:51:29.540Z] #21 21.15 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-04-07T17:51:29.540Z] #21 21.17 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-04-07T17:51:29.540Z] #21 21.18 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-04-07T17:51:29.540Z] #21 21.20 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-04-07T17:51:29.540Z] #21 21.21 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-04-07T17:51:29.540Z] #21 21.23 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-04-07T17:51:29.540Z] #21 21.24 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-04-07T17:51:29.540Z] #21 21.26 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-04-07T17:51:29.540Z] #21 21.28 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-04-07T17:51:29.540Z] #21 21.29 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-04-07T17:51:29.540Z] #21 21.30 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-04-07T17:51:29.540Z] #21 21.32 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-04-07T17:51:29.801Z] #21 21.34 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-04-07T17:51:29.801Z] #21 21.35 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-04-07T17:51:29.801Z] #21 21.37 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-04-07T17:51:29.874Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-04-07T17:51:30.135Z] --- PASS: TestIpcModeShareable (0.69s) [2022-04-07T17:51:30.135Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-07T17:51:31.192Z] #21 22.60 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-04-07T17:51:32.050Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.83s) [2022-04-07T17:51:32.050Z] === RUN TestAPIIpcModeHost [2022-04-07T17:51:32.136Z] #21 23.81 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-04-07T17:51:32.311Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-04-07T17:51:32.311Z] === RUN TestDaemonIpcModeShareable [2022-04-07T17:51:33.255Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-04-07T17:51:33.516Z] --- PASS: TestDaemonIpcModeShareable (1.21s) [2022-04-07T17:51:33.516Z] === RUN TestDaemonIpcModePrivate [2022-04-07T17:51:33.527Z] #21 25.05 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-04-07T17:51:33.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-07T17:51:34.457Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-04-07T17:51:34.717Z] --- PASS: TestDaemonIpcModePrivate (1.21s) [2022-04-07T17:51:34.717Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-07T17:51:34.914Z] #21 26.29 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-04-07T17:51:35.658Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-04-07T17:51:35.858Z] #21 27.54 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-04-07T17:51:35.858Z] #21 27.55 Setting up libapparmor1:armel (2.13.6-10) ... [2022-04-07T17:51:35.858Z] #21 27.56 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-04-07T17:51:35.858Z] #21 27.58 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-04-07T17:51:35.858Z] #21 27.59 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-04-07T17:51:35.858Z] #21 27.61 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-04-07T17:51:35.858Z] #21 27.62 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-04-07T17:51:35.858Z] #21 27.64 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-04-07T17:51:35.858Z] #21 27.66 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-04-07T17:51:35.919Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.17s) [2022-04-07T17:51:35.919Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-07T17:51:36.130Z] #21 27.67 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-04-07T17:51:36.130Z] #21 27.68 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-04-07T17:51:36.130Z] #21 27.70 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-04-07T17:51:36.130Z] #21 27.72 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-04-07T17:51:36.130Z] #21 27.73 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-04-07T17:51:36.130Z] #21 27.75 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-04-07T17:51:36.130Z] #21 27.76 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-04-07T17:51:36.130Z] #21 27.78 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-04-07T17:51:36.130Z] #21 27.79 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-04-07T17:51:36.130Z] #21 27.80 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-04-07T17:51:36.130Z] #21 27.82 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-04-07T17:51:36.130Z] #21 27.83 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-07T17:51:36.703Z] #21 DONE 28.4s [2022-04-07T17:51:36.703Z] [2022-04-07T17:51:36.703Z] #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-04-07T17:51:36.703Z] #67 sha256:9b46a6958d3479456f4f1674c51e5901736acbe4c45c7e65a767cf91e57d1eef [2022-04-07T17:51:36.703Z] #67 ... [2022-04-07T17:51:36.703Z] [2022-04-07T17:51:36.703Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-07T17:51:36.703Z] #22 sha256:82cc320f297b301ddfc78c2e1dbb64c2fb442916d36319cd4edd9276bcac1b3f [2022-04-07T17:51:36.861Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-04-07T17:51:36.965Z] #22 ... [2022-04-07T17:51:36.965Z] [2022-04-07T17:51:36.965Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-07T17:51:36.965Z] #62 sha256:0b6ea2871669e1d4b2c1951ad252bad9af2e1a2bebad47c6a532ecd442f045e1 [2022-04-07T17:51:36.965Z] #62 DONE 0.2s [2022-04-07T17:51:37.123Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2022-04-07T17:51:37.123Z] === RUN TestIpcModeOlderClient [2022-04-07T17:51:37.123Z] === PAUSE TestIpcModeOlderClient [2022-04-07T17:51:37.123Z] === RUN TestKillContainerInvalidSignal [2022-04-07T17:51:37.227Z] [2022-04-07T17:51:37.227Z] #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-04-07T17:51:37.227Z] #63 sha256:265fddb8d795b350ab186215b15af8a0e5075b85af4b518eb95d88e95c51bcff [2022-04-07T17:51:37.383Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-04-07T17:51:37.383Z] === RUN TestKillContainer [2022-04-07T17:51:37.383Z] === RUN TestKillContainer/no_signal [2022-04-07T17:51:37.857Z] #63 1.032 + RM_GOPATH=0 [2022-04-07T17:51:37.955Z] === RUN TestKillContainer/non_killing_signal [2022-04-07T17:51:38.131Z] #63 1.032 + TMP_GOPATH= [2022-04-07T17:51:38.131Z] #63 1.032 + : /build [2022-04-07T17:51:38.131Z] #63 1.033 + '[' -z '' ']' [2022-04-07T17:51:38.131Z] #63 1.033 ++ mktemp -d [2022-04-07T17:51:38.131Z] #63 1.041 + export GOPATH=/tmp/tmp.62yiG5cTVW [2022-04-07T17:51:38.131Z] #63 1.041 + GOPATH=/tmp/tmp.62yiG5cTVW [2022-04-07T17:51:38.131Z] #63 1.041 + RM_GOPATH=1 [2022-04-07T17:51:38.131Z] #63 1.041 + case "$(go env GOARCH)" in [2022-04-07T17:51:38.131Z] #63 1.041 ++ go env GOARCH [2022-04-07T17:51:38.131Z] #63 1.059 + export GO_BUILDMODE=-buildmode=pie [2022-04-07T17:51:38.131Z] #63 1.059 + GO_BUILDMODE=-buildmode=pie [2022-04-07T17:51:38.131Z] #63 1.060 ++ dirname /install.sh [2022-04-07T17:51:38.131Z] #63 1.061 + dir=/ [2022-04-07T17:51:38.131Z] #63 1.061 + bin=runc [2022-04-07T17:51:38.131Z] #63 1.061 + shift [2022-04-07T17:51:38.131Z] #63 1.062 + '[' '!' -f //runc.installer ']' [2022-04-07T17:51:38.131Z] #63 1.062 + . //runc.installer [2022-04-07T17:51:38.131Z] #63 1.062 ++ set -e [2022-04-07T17:51:38.131Z] #63 1.062 ++ : v1.1.1 [2022-04-07T17:51:38.131Z] #63 1.062 + install_runc [2022-04-07T17:51:38.131Z] #63 1.062 + RUNC_BUILDTAGS=seccomp [2022-04-07T17:51:38.131Z] #63 1.062 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-07T17:51:38.131Z] #63 1.062 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.62yiG5cTVW/src/github.com/opencontainers/runc [2022-04-07T17:51:38.131Z] #63 1.062 Install runc version v1.1.1 (build tags: seccomp) [2022-04-07T17:51:38.131Z] #63 1.068 Cloning into '/tmp/tmp.62yiG5cTVW/src/github.com/opencontainers/runc'... [2022-04-07T17:51:38.131Z] #63 ... [2022-04-07T17:51:38.131Z] [2022-04-07T17:51:38.131Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-04-07T17:51:38.131Z] #22 sha256:82cc320f297b301ddfc78c2e1dbb64c2fb442916d36319cd4edd9276bcac1b3f [2022-04-07T17:51:38.131Z] #22 DONE 1.5s [2022-04-07T17:51:38.216Z] === RUN TestKillContainer/killing_signal [2022-04-07T17:51:38.402Z] [2022-04-07T17:51:38.402Z] #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-04-07T17:51:38.402Z] #23 sha256:c8d643c3799d97264df85b4b3ac77510f1497d963d6c8e419c79f285f16b99bf [2022-04-07T17:51:38.788Z] --- PASS: TestKillContainer (1.36s) [2022-04-07T17:51:38.788Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-04-07T17:51:38.788Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-04-07T17:51:38.788Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2022-04-07T17:51:38.788Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-07T17:51:38.788Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-07T17:51:39.349Z] #23 DONE 1.0s [2022-04-07T17:51:39.349Z] [2022-04-07T17:51:39.349Z] #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-04-07T17:51:39.349Z] #63 sha256:265fddb8d795b350ab186215b15af8a0e5075b85af4b518eb95d88e95c51bcff [2022-04-07T17:51:39.359Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-07T17:51:40.293Z] #63 ... [2022-04-07T17:51:40.293Z] [2022-04-07T17:51:40.293Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-07T17:51:40.293Z] #24 sha256:b87806f296340cb02166c2c86ac007bbe48f86485623d882fc7903f1cfb65f73 [2022-04-07T17:51:40.293Z] #24 0.811 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-07T17:51:40.293Z] #24 DONE 0.9s [2022-04-07T17:51:40.293Z] [2022-04-07T17:51:40.293Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-07T17:51:40.293Z] #25 sha256:73f720b716700f86ed3cccd7102589c8f40acde081039767e753f88c46fb855a [2022-04-07T17:51:40.300Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.22s) [2022-04-07T17:51:40.301Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-04-07T17:51:40.301Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2022-04-07T17:51:40.301Z] === RUN TestKillStoppedContainer [2022-04-07T17:51:40.301Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-04-07T17:51:40.301Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-07T17:51:40.301Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-04-07T17:51:40.301Z] === RUN TestKillDifferentUserContainer [2022-04-07T17:51:40.561Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-04-07T17:51:40.561Z] === RUN TestInspectOomKilledTrue [2022-04-07T17:51:40.561Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:51:40.561Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-07T17:51:40.561Z] === RUN TestInspectOomKilledFalse [2022-04-07T17:51:40.561Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:51:40.561Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-07T17:51:40.561Z] === RUN TestLinksEtcHostsContentMatch [2022-04-07T17:51:40.822Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-04-07T17:51:40.822Z] === RUN TestLinksContainerNames [2022-04-07T17:51:41.239Z] #25 DONE 1.0s [2022-04-07T17:51:41.239Z] [2022-04-07T17:51:41.239Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-07T17:51:41.239Z] #26 sha256:41509d233f4aa5911a1f8aad965b15f8f987fc71712f358c66e4884f4a3d9ed4 [2022-04-07T17:51:41.764Z] --- PASS: TestLinksContainerNames (0.90s) [2022-04-07T17:51:41.764Z] === RUN TestLogsFollowTailEmpty [2022-04-07T17:51:42.187Z] #26 DONE 0.8s [2022-04-07T17:51:42.188Z] [2022-04-07T17:51:42.188Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-04-07T17:51:42.188Z] #27 sha256:97dd1611f9b15f0a72fc76c4558a75db47341971f0796e3a3f6e5fd6f6bf0cd1 [2022-04-07T17:51:42.335Z] --- PASS: TestLogsFollowTailEmpty (0.58s) [2022-04-07T17:51:42.335Z] === RUN TestContainerNetworkMountsNoChown [2022-04-07T17:51:42.911Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/default [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/default [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/private [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/private [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rprivate [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/slave [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/slave [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rslave [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/shared [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/shared [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rshared [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/default [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/rprivate [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/private [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/shared [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/rshared [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/rslave [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/slave [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-07T17:51:42.911Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:51:42.911Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:51:42.911Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-07T17:51:43.131Z] #27 DONE 1.1s [2022-04-07T17:51:43.131Z] [2022-04-07T17:51:43.131Z] #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-04-07T17:51:43.131Z] #28 sha256:ecec8b3a1b92b79454431e991e157957c6502e29472f3b5cd9aa1162ae302e60 [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:51:43.172Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-07T17:51:43.433Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-04-07T17:51:43.433Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-04-07T17:51:43.433Z] === RUN TestContainerBindMountNonRecursive [2022-04-07T17:51:44.516Z] #28 1.204 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-07T17:51:44.516Z] #28 1.449 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-07T17:51:44.516Z] #28 1.500 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-07T17:51:44.778Z] #28 1.505 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-07T17:51:44.815Z] --- PASS: TestContainerBindMountNonRecursive (1.26s) [2022-04-07T17:51:44.815Z] === RUN TestContainerVolumesMountedAsShared [2022-04-07T17:51:45.040Z] #28 1.805 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-07T17:51:45.040Z] #28 2.045 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-07T17:51:45.075Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-04-07T17:51:45.075Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-07T17:51:45.336Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-04-07T17:51:45.336Z] === RUN TestNetworkNat [2022-04-07T17:51:45.617Z] #28 2.426 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-07T17:51:45.879Z] #28 2.725 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-07T17:51:45.879Z] #28 2.973 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-07T17:51:45.908Z] --- PASS: TestNetworkNat (0.45s) [2022-04-07T17:51:45.908Z] === RUN TestNetworkLocalhostTCPNat [2022-04-07T17:51:46.169Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-04-07T17:51:46.169Z] === RUN TestNetworkLoopbackNat [2022-04-07T17:51:46.451Z] #28 3.275 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [118 kB] [2022-04-07T17:51:46.451Z] #28 3.277 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-04-07T17:51:46.451Z] #28 3.278 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-04-07T17:51:46.451Z] #28 3.282 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] [2022-04-07T17:51:46.451Z] #28 3.286 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [126 kB] [2022-04-07T17:51:46.451Z] #28 3.294 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-04-07T17:51:46.451Z] #28 3.299 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-07T17:51:46.451Z] #28 3.331 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-07T17:51:46.451Z] #28 3.331 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-07T17:51:46.451Z] #28 3.332 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-07T17:51:46.451Z] #28 3.332 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-07T17:51:46.451Z] #28 3.333 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-07T17:51:48.711Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-04-07T17:51:48.711Z] === RUN TestPause [2022-04-07T17:51:49.283Z] --- PASS: TestPause (0.46s) [2022-04-07T17:51:49.283Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-07T17:51:49.283Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-07T17:51:49.283Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-07T17:51:49.283Z] === RUN TestPauseStopPausedContainer [2022-04-07T17:51:49.853Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2022-04-07T17:51:49.853Z] === RUN TestPidHost [2022-04-07T17:51:50.387Z] #43 DONE 209.8s [2022-04-07T17:51:50.387Z] [2022-04-07T17:51:50.387Z] #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-04-07T17:51:50.387Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:51:50.387Z] #51 ... [2022-04-07T17:51:50.387Z] [2022-04-07T17:51:50.387Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-07T17:51:50.387Z] #44 sha256:5ced35ecdc8887bf1f0c53abadb160bb98d5c274d535d03d99d7e912134504f1 [2022-04-07T17:51:50.387Z] #44 DONE 0.6s [2022-04-07T17:51:50.387Z] [2022-04-07T17:51:50.387Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-07T17:51:50.387Z] #48 sha256:2deabcb483b83b725a6b924b8f80b23ac1584ee1c0078a3d53b1b965cdebf998 [2022-04-07T17:51:50.387Z] #48 DONE 0.0s [2022-04-07T17:51:50.387Z] [2022-04-07T17:51:50.387Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-07T17:51:50.387Z] #50 sha256:3252f2d0fa43cde6db3e459dbc26c7c1836b10aee1c26fe47343bc4bec70b03c [2022-04-07T17:51:50.387Z] #50 DONE 0.2s [2022-04-07T17:51:50.387Z] [2022-04-07T17:51:50.387Z] #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-04-07T17:51:50.387Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:51:50.797Z] --- PASS: TestPidHost (0.97s) [2022-04-07T17:51:50.797Z] === RUN TestPsFilter [2022-04-07T17:51:50.797Z] --- PASS: TestPsFilter (0.10s) [2022-04-07T17:51:50.797Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-07T17:51:51.369Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-04-07T17:51:51.369Z] === RUN TestRemoveContainerWithVolume [2022-04-07T17:51:51.629Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2022-04-07T17:51:51.629Z] === RUN TestRemoveContainerRunning [2022-04-07T17:51:52.200Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-04-07T17:51:52.200Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-07T17:51:52.460Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-04-07T17:51:52.461Z] === RUN TestRemoveInvalidContainer [2022-04-07T17:51:52.461Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-07T17:51:52.461Z] === RUN TestRenameLinkedContainer [2022-04-07T17:51:53.039Z] #28 ... [2022-04-07T17:51:53.039Z] [2022-04-07T17:51:53.039Z] #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-04-07T17:51:53.039Z] #63 sha256:265fddb8d795b350ab186215b15af8a0e5075b85af4b518eb95d88e95c51bcff [2022-04-07T17:51:53.039Z] #63 5.519 + cd /tmp/tmp.62yiG5cTVW/src/github.com/opencontainers/runc [2022-04-07T17:51:53.039Z] #63 5.519 + git checkout -q v1.1.1 [2022-04-07T17:51:53.039Z] #63 5.679 + '[' -z '' ']' [2022-04-07T17:51:53.039Z] #63 5.679 + target=static [2022-04-07T17:51:53.039Z] #63 5.679 + make BUILDTAGS=seccomp static [2022-04-07T17:51:53.039Z] #63 6.085 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-07T17:51:54.372Z] --- PASS: TestRenameLinkedContainer (1.73s) [2022-04-07T17:51:54.372Z] === RUN TestRenameStoppedContainer [2022-04-07T17:51:54.632Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-04-07T17:51:54.632Z] === RUN TestRenameRunningContainerAndReuse [2022-04-07T17:51:54.745Z] 4612f6d0b889: Pull complete [2022-04-07T17:51:55.574Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s) [2022-04-07T17:51:55.574Z] === RUN TestRenameInvalidName [2022-04-07T17:51:56.145Z] --- PASS: TestRenameInvalidName (0.43s) [2022-04-07T17:51:56.145Z] === RUN TestRenameAnonymousContainer [2022-04-07T17:51:57.530Z] --- PASS: TestRenameAnonymousContainer (1.57s) [2022-04-07T17:51:57.530Z] === RUN TestRenameContainerWithSameName [2022-04-07T17:51:58.101Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-04-07T17:51:58.101Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-07T17:51:58.328Z] #63 ... [2022-04-07T17:51:58.328Z] [2022-04-07T17:51:58.328Z] #28 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-07T17:51:58.328Z] #28 sha256:ecec8b3a1b92b79454431e991e157957c6502e29472f3b5cd9aa1162ae302e60 [2022-04-07T17:51:58.328Z] #28 14.88 Fetched 48.9 MB in 14s (3508 kB/s) [2022-04-07T17:51:59.042Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s) [2022-04-07T17:51:59.043Z] === RUN TestResize [2022-04-07T17:51:59.304Z] --- PASS: TestResize (0.42s) [2022-04-07T17:51:59.304Z] === RUN TestResizeWithInvalidSize [2022-04-07T17:51:59.875Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-04-07T17:51:59.875Z] === RUN TestResizeWhenContainerNotStarted [2022-04-07T17:52:00.136Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:52:00.136Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:52:00.136Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:52:00.137Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:52:00.137Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:52:00.137Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-07T17:52:00.137Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:52:00.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-07T17:52:02.050Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:52:03.434Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:52:04.376Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:52:04.376Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:52:04.916Z] #28 14.88 Reading package lists... [2022-04-07T17:52:05.760Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:52:05.760Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:52:09.963Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:52:09.963Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-07T17:52:11.349Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-07T17:52:11.506Z] #28 21.72 Reading package lists... [2022-04-07T17:52:13.271Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-07T17:52:13.422Z] #28 28.39 Building dependency tree... [2022-04-07T17:52:13.558Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-07T17:52:14.375Z] #28 31.41 bzip2 is already the newest version (1.0.8-4). [2022-04-07T17:52:14.375Z] #28 31.41 patch is already the newest version (2.7.6-7). [2022-04-07T17:52:14.375Z] #28 31.41 xz-utils is already the newest version (5.2.5-2). [2022-04-07T17:52:14.375Z] #28 31.41 The following additional packages will be installed: [2022-04-07T17:52:14.637Z] #28 31.42 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-04-07T17:52:14.637Z] #28 31.42 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-04-07T17:52:14.637Z] #28 31.43 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-07T17:52:14.637Z] #28 31.43 python3-pkg-resources vim-runtime xxd [2022-04-07T17:52:14.637Z] #28 31.46 Suggested packages: [2022-04-07T17:52:14.637Z] #28 31.46 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-04-07T17:52:14.637Z] #28 31.46 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-04-07T17:52:14.637Z] #28 31.46 Recommended packages: [2022-04-07T17:52:14.637Z] #28 31.46 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-04-07T17:52:14.950Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-07T17:52:15.521Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-07T17:52:16.024Z] #28 32.90 The following NEW packages will be installed: [2022-04-07T17:52:16.024Z] #28 32.90 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-04-07T17:52:16.024Z] #28 32.91 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-04-07T17:52:16.024Z] #28 32.91 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-04-07T17:52:16.024Z] #28 32.92 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-04-07T17:52:16.024Z] #28 32.92 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-04-07T17:52:16.024Z] #28 32.92 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-04-07T17:52:16.024Z] #28 32.92 vim-common vim-runtime xfsprogs xxd zip zstd [2022-04-07T17:52:16.285Z] #28 33.34 0 upgraded, 44 newly installed, 0 to remove and 1 not upgraded. [2022-04-07T17:52:16.285Z] #28 33.34 Need to get 18.6 MB of archives. [2022-04-07T17:52:16.285Z] #28 33.34 After this operation, 71.4 MB of additional disk space will be used. [2022-04-07T17:52:16.285Z] #28 33.34 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-04-07T17:52:16.547Z] #28 33.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-04-07T17:52:16.548Z] #28 33.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-04-07T17:52:16.548Z] #28 33.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-04-07T17:52:16.548Z] #28 33.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-04-07T17:52:16.548Z] #28 33.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-04-07T17:52:16.548Z] #28 33.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-04-07T17:52:16.548Z] #28 33.37 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-04-07T17:52:16.548Z] #28 33.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-07T17:52:16.548Z] #28 33.39 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-07T17:52:16.548Z] #28 33.40 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-04-07T17:52:16.548Z] #28 33.40 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-04-07T17:52:16.548Z] #28 33.42 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-04-07T17:52:16.548Z] #28 33.42 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-04-07T17:52:16.548Z] #28 33.42 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-04-07T17:52:16.548Z] #28 33.42 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-04-07T17:52:16.548Z] #28 33.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-04-07T17:52:16.548Z] #28 33.43 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-04-07T17:52:16.548Z] #28 33.43 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-04-07T17:52:16.548Z] #28 33.43 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-07T17:52:16.548Z] #28 33.44 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-07T17:52:16.548Z] #28 33.44 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-07T17:52:16.548Z] #28 33.45 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-04-07T17:52:16.548Z] #28 33.45 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-04-07T17:52:16.548Z] #28 33.45 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-04-07T17:52:16.548Z] #28 33.45 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-07T17:52:16.548Z] #28 33.45 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-04-07T17:52:16.548Z] #28 33.45 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-07T17:52:16.548Z] #28 33.46 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-04-07T17:52:16.548Z] #28 33.46 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-07T17:52:16.548Z] #28 33.49 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-07T17:52:16.548Z] #28 33.50 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-07T17:52:16.548Z] #28 33.50 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-07T17:52:16.548Z] #28 33.50 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-07T17:52:16.548Z] #28 33.52 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-07T17:52:16.548Z] #28 33.52 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-07T17:52:16.548Z] #28 33.52 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-04-07T17:52:16.548Z] #28 33.55 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-04-07T17:52:16.548Z] #28 33.55 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-04-07T17:52:16.548Z] #28 33.56 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-07T17:52:16.548Z] #28 33.67 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-04-07T17:52:16.810Z] #28 33.69 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-04-07T17:52:16.810Z] #28 33.71 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-04-07T17:52:16.810Z] #28 33.72 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-04-07T17:52:16.905Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-07T17:52:17.383Z] #28 34.35 debconf: delaying package configuration, since apt-utils is not installed [2022-04-07T17:52:17.648Z] #28 34.62 Fetched 18.6 MB in 1s (28.1 MB/s) [2022-04-07T17:52:17.648Z] #28 34.68 Selecting previously unselected package pigz. [2022-04-07T17:52:17.910Z] #28 34.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-04-07T17:52:17.910Z] #28 34.72 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-04-07T17:52:17.910Z] #28 34.72 Unpacking pigz (2.6-1) ... [2022-04-07T17:52:17.910Z] #28 34.78 Selecting previously unselected package libelf1:amd64. [2022-04-07T17:52:17.910Z] #28 34.78 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-04-07T17:52:17.910Z] #28 34.80 Unpacking libelf1:amd64 (0.183-1) ... [2022-04-07T17:52:17.910Z] #28 34.92 Selecting previously unselected package libbpf0:amd64. [2022-04-07T17:52:17.910Z] #28 34.92 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-04-07T17:52:17.910Z] #28 34.93 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-04-07T17:52:17.910Z] #28 35.01 Selecting previously unselected package libcap2:amd64. [2022-04-07T17:52:17.910Z] #28 35.02 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-04-07T17:52:18.171Z] #28 35.02 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-04-07T17:52:18.171Z] #28 35.07 Selecting previously unselected package libmnl0:amd64. [2022-04-07T17:52:18.171Z] #28 35.09 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-04-07T17:52:18.171Z] #28 35.09 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-04-07T17:52:18.171Z] #28 35.14 Selecting previously unselected package libxtables12:amd64. [2022-04-07T17:52:18.171Z] #28 35.15 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-04-07T17:52:18.171Z] #28 35.16 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-04-07T17:52:18.171Z] #28 35.21 Selecting previously unselected package libcap2-bin. [2022-04-07T17:52:18.171Z] #28 35.21 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-04-07T17:52:18.171Z] #28 35.22 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-07T17:52:18.289Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-04-07T17:52:18.289Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.81s) [2022-04-07T17:52:18.289Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-04-07T17:52:18.289Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.17s) [2022-04-07T17:52:18.289Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-04-07T17:52:18.289Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.35s) [2022-04-07T17:52:18.289Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s) [2022-04-07T17:52:18.289Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.59s) [2022-04-07T17:52:18.289Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.47s) [2022-04-07T17:52:18.432Z] #28 35.29 Selecting previously unselected package iproute2. [2022-04-07T17:52:18.432Z] #28 35.30 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-04-07T17:52:18.432Z] #28 35.30 Unpacking iproute2 (5.10.0-4) ... [2022-04-07T17:52:18.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.16s) [2022-04-07T17:52:18.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s) [2022-04-07T17:52:18.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.16s) [2022-04-07T17:52:18.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.89s) [2022-04-07T17:52:18.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.05s) [2022-04-07T17:52:18.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.80s) [2022-04-07T17:52:18.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.73s) [2022-04-07T17:52:18.549Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2022-04-07T17:52:18.549Z] === RUN TestCgroupNamespacesRun [2022-04-07T17:52:18.694Z] #28 35.58 Selecting previously unselected package xxd. [2022-04-07T17:52:18.694Z] #28 35.60 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-07T17:52:18.694Z] #28 35.61 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:52:18.955Z] #28 35.71 Selecting previously unselected package vim-common. [2022-04-07T17:52:18.955Z] #28 35.72 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-07T17:52:18.955Z] #28 35.75 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:52:18.955Z] #28 35.86 Selecting previously unselected package bash-completion. [2022-04-07T17:52:18.955Z] #28 35.87 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-04-07T17:52:19.216Z] #28 ... [2022-04-07T17:52:19.216Z] [2022-04-07T17:52:19.216Z] #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-04-07T17:52:19.216Z] #67 sha256:9b46a6958d3479456f4f1674c51e5901736acbe4c45c7e65a767cf91e57d1eef [2022-04-07T17:52:19.216Z] #67 98.23 + bin/containerd [2022-04-07T17:52:19.934Z] --- PASS: TestCgroupNamespacesRun (1.21s) [2022-04-07T17:52:19.934Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-07T17:52:19.934Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-04-07T17:52:19.934Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-04-07T17:52:19.934Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-07T17:52:20.875Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-04-07T17:52:20.875Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-07T17:52:22.259Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s) [2022-04-07T17:52:22.259Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-07T17:52:23.201Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-04-07T17:52:23.201Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-07T17:52:24.176Z] 037d5740b404: Pull complete [2022-04-07T17:52:24.176Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-04-07T17:52:24.176Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T17:52:24.176Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T17:52:24.176Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-04-07T17:52:24.176Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-04-07T17:52:24.176Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-04-07T17:52:24.176Z] INFO: Docker version of control daemon [2022-04-07T17:52:24.176Z] [2022-04-07T17:52:24.176Z] Client: [2022-04-07T17:52:24.176Z] Version: 20.10.9 [2022-04-07T17:52:24.176Z] API version: 1.41 [2022-04-07T17:52:24.176Z] Go version: go1.16.8 [2022-04-07T17:52:24.176Z] Git commit: c2ea9bc [2022-04-07T17:52:24.176Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-07T17:52:24.176Z] OS/Arch: windows/amd64 [2022-04-07T17:52:24.176Z] Context: default [2022-04-07T17:52:24.176Z] Experimental: true [2022-04-07T17:52:24.176Z] [2022-04-07T17:52:24.176Z] Server: Docker Engine - Community [2022-04-07T17:52:24.176Z] Engine: [2022-04-07T17:52:24.176Z] Version: 20.10.9 [2022-04-07T17:52:24.176Z] API version: 1.41 (minimum version 1.24) [2022-04-07T17:52:24.176Z] Go version: go1.16.8 [2022-04-07T17:52:24.176Z] Git commit: 79ea9d3 [2022-04-07T17:52:24.176Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-07T17:52:24.176Z] OS/Arch: windows/amd64 [2022-04-07T17:52:24.176Z] Experimental: true [2022-04-07T17:52:24.176Z] [2022-04-07T17:52:24.176Z] INFO: Docker info of control daemon [2022-04-07T17:52:24.176Z] [2022-04-07T17:52:24.176Z] Client: [2022-04-07T17:52:24.176Z] Context: default [2022-04-07T17:52:24.176Z] Debug Mode: false [2022-04-07T17:52:24.176Z] [2022-04-07T17:52:24.176Z] Server: [2022-04-07T17:52:24.176Z] Containers: 0 [2022-04-07T17:52:24.176Z] Running: 0 [2022-04-07T17:52:24.176Z] Paused: 0 [2022-04-07T17:52:24.176Z] Stopped: 0 [2022-04-07T17:52:24.176Z] Images: 1 [2022-04-07T17:52:24.176Z] Server Version: 20.10.9 [2022-04-07T17:52:24.176Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-07T17:52:24.176Z] Windows: [2022-04-07T17:52:24.176Z] LCOW: [2022-04-07T17:52:24.176Z] Logging Driver: json-file [2022-04-07T17:52:24.176Z] Plugins: [2022-04-07T17:52:24.176Z] Volume: local [2022-04-07T17:52:24.176Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T17:52:24.176Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T17:52:24.176Z] Swarm: inactive [2022-04-07T17:52:24.176Z] Default Isolation: process [2022-04-07T17:52:24.176Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-07T17:52:24.176Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-07T17:52:24.176Z] OSType: windows [2022-04-07T17:52:24.176Z] Architecture: x86_64 [2022-04-07T17:52:24.176Z] CPUs: 4 [2022-04-07T17:52:24.176Z] Total Memory: 32GiB [2022-04-07T17:52:24.176Z] Name: azwin-2-0cb9e0 [2022-04-07T17:52:24.176Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-07T17:52:24.176Z] Docker Root Dir: D:\docker [2022-04-07T17:52:24.176Z] Debug Mode: false [2022-04-07T17:52:24.176Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:52:24.176Z] Labels: [2022-04-07T17:52:24.176Z] Experimental: true [2022-04-07T17:52:24.176Z] Insecure Registries: [2022-04-07T17:52:24.176Z] 10.0.0.4:5000 [2022-04-07T17:52:24.176Z] 127.0.0.0/8 [2022-04-07T17:52:24.176Z] Registry Mirrors: [2022-04-07T17:52:24.176Z] http://10.0.0.4:5000/ [2022-04-07T17:52:24.176Z] Live Restore Enabled: false [2022-04-07T17:52:24.176Z] Product License: Community Engine [2022-04-07T17:52:24.176Z] [2022-04-07T17:52:24.176Z] [2022-04-07T17:52:24.176Z] INFO: Commit hash is 101dafd049 [2022-04-07T17:52:24.176Z] INFO: Nuke-Everything... [2022-04-07T17:52:24.176Z] INFO: Container count on control daemon to delete is 0 [2022-04-07T17:52:24.508Z] #67 ... [2022-04-07T17:52:24.508Z] [2022-04-07T17:52:24.508Z] #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-04-07T17:52:24.508Z] #28 sha256:ecec8b3a1b92b79454431e991e157957c6502e29472f3b5cd9aa1162ae302e60 [2022-04-07T17:52:24.508Z] #28 37.07 Unpacking bash-completion (1:2.11-2) ... [2022-04-07T17:52:24.508Z] #28 37.31 Selecting previously unselected package apparmor. [2022-04-07T17:52:24.508Z] #28 37.31 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-04-07T17:52:24.508Z] #28 37.36 Unpacking apparmor (2.13.6-10) ... [2022-04-07T17:52:24.508Z] #28 37.61 Selecting previously unselected package inetutils-ping. [2022-04-07T17:52:24.508Z] #28 37.61 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-04-07T17:52:24.508Z] #28 37.62 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-07T17:52:24.508Z] #28 37.70 Selecting previously unselected package libip4tc2:amd64. [2022-04-07T17:52:24.508Z] #28 37.70 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-04-07T17:52:24.508Z] #28 37.71 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-04-07T17:52:24.508Z] #28 37.76 Selecting previously unselected package libip6tc2:amd64. [2022-04-07T17:52:24.508Z] #28 37.77 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-04-07T17:52:24.508Z] #28 37.78 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-04-07T17:52:24.508Z] #28 37.83 Selecting previously unselected package libnfnetlink0:amd64. [2022-04-07T17:52:24.508Z] #28 37.84 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-04-07T17:52:24.508Z] #28 37.84 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-07T17:52:24.508Z] #28 37.89 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-04-07T17:52:24.508Z] #28 37.89 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-04-07T17:52:24.508Z] #28 37.90 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-07T17:52:24.508Z] #28 37.96 Selecting previously unselected package libnftnl11:amd64. [2022-04-07T17:52:24.508Z] #28 37.97 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-04-07T17:52:24.508Z] #28 37.97 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-04-07T17:52:24.508Z] #28 38.05 Selecting previously unselected package iptables. [2022-04-07T17:52:24.508Z] #28 38.06 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-04-07T17:52:24.508Z] #28 38.07 Unpacking iptables (1.8.7-1) ... [2022-04-07T17:52:24.508Z] #28 38.26 Selecting previously unselected package libonig5:amd64. [2022-04-07T17:52:24.508Z] #28 38.27 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-07T17:52:24.508Z] #28 38.28 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-07T17:52:24.509Z] #28 38.37 Selecting previously unselected package libjq1:amd64. [2022-04-07T17:52:24.509Z] #28 38.39 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 38.39 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-07T17:52:24.509Z] #28 38.48 Selecting previously unselected package jq. [2022-04-07T17:52:24.509Z] #28 38.48 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 38.49 Unpacking jq (1.6-2.1) ... [2022-04-07T17:52:24.509Z] #28 38.55 Selecting previously unselected package libaio1:amd64. [2022-04-07T17:52:24.509Z] #28 38.56 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 38.57 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-04-07T17:52:24.509Z] #28 38.61 Selecting previously unselected package libgpm2:amd64. [2022-04-07T17:52:24.509Z] #28 38.62 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 38.63 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-04-07T17:52:24.509Z] #28 38.69 Selecting previously unselected package libinih1:amd64. [2022-04-07T17:52:24.509Z] #28 38.69 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 38.69 Unpacking libinih1:amd64 (53-1+b2) ... [2022-04-07T17:52:24.509Z] #28 38.74 Selecting previously unselected package libnet1:amd64. [2022-04-07T17:52:24.509Z] #28 38.75 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 38.76 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-07T17:52:24.509Z] #28 38.83 Selecting previously unselected package libnl-3-200:amd64. [2022-04-07T17:52:24.509Z] #28 38.83 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 38.84 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-07T17:52:24.509Z] #28 38.91 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-07T17:52:24.509Z] #28 38.91 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 38.92 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-07T17:52:24.509Z] #28 38.96 Selecting previously unselected package net-tools. [2022-04-07T17:52:24.509Z] #28 38.97 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 38.98 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-07T17:52:24.509Z] #28 39.11 Selecting previously unselected package python-pip-whl. [2022-04-07T17:52:24.509Z] #28 39.13 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-07T17:52:24.509Z] #28 39.13 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-07T17:52:24.509Z] #28 39.49 Selecting previously unselected package python3-lib2to3. [2022-04-07T17:52:24.509Z] #28 39.49 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-07T17:52:24.509Z] #28 39.50 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-07T17:52:24.509Z] #28 39.58 Selecting previously unselected package python3-distutils. [2022-04-07T17:52:24.509Z] #28 39.59 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-04-07T17:52:24.509Z] #28 39.60 Unpacking python3-distutils (3.9.2-1) ... [2022-04-07T17:52:24.509Z] #28 39.70 Selecting previously unselected package python3-pkg-resources. [2022-04-07T17:52:24.509Z] #28 39.71 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-07T17:52:24.509Z] #28 39.72 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-07T17:52:24.509Z] #28 39.82 Selecting previously unselected package python3-setuptools. [2022-04-07T17:52:24.509Z] #28 39.83 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-04-07T17:52:24.509Z] #28 39.84 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-07T17:52:24.509Z] #28 39.99 Selecting previously unselected package python3-wheel. [2022-04-07T17:52:24.509Z] #28 40.01 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-04-07T17:52:24.509Z] #28 40.01 Unpacking python3-wheel (0.34.2-1) ... [2022-04-07T17:52:24.509Z] #28 40.07 Selecting previously unselected package python3-pip. [2022-04-07T17:52:24.509Z] #28 40.07 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-07T17:52:24.509Z] #28 40.09 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-07T17:52:24.509Z] #28 40.26 Selecting previously unselected package sudo. [2022-04-07T17:52:24.509Z] #28 40.26 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 40.27 Unpacking sudo (1.9.5p2-3) ... [2022-04-07T17:52:24.509Z] #28 40.61 Selecting previously unselected package thin-provisioning-tools. [2022-04-07T17:52:24.509Z] #28 40.62 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 40.62 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-07T17:52:24.509Z] #28 40.79 Selecting previously unselected package uidmap. [2022-04-07T17:52:24.509Z] #28 40.81 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-04-07T17:52:24.509Z] #28 40.81 Unpacking uidmap (1:4.8.1-1) ... [2022-04-07T17:52:24.509Z] #28 40.91 Selecting previously unselected package vim-runtime. [2022-04-07T17:52:24.509Z] #28 40.93 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-07T17:52:24.509Z] #28 40.95 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-07T17:52:24.509Z] #28 40.97 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-07T17:52:24.509Z] #28 40.97 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:52:24.584Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-04-07T17:52:24.584Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-07T17:52:25.154Z] INFO: Nuking d:\CI [2022-04-07T17:52:25.154Z] INFO: Zapped successfully [2022-04-07T17:52:25.154Z] INFO: Location for testing is d:\CI\PR-43448\7 [2022-04-07T17:52:25.154Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-04-07T17:52:25.154Z] [2022-04-07T17:52:25.154Z] [2022-04-07T17:52:25.154Z] INFO: Building the image from Dockerfile.windows at 04/07/2022 17:52:25... [2022-04-07T17:52:25.154Z] [2022-04-07T17:52:25.155Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-04-07T17:52:25.155Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-07T17:52:25.241Z] 037d5740b404: Pull complete [2022-04-07T17:52:25.241Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-04-07T17:52:25.241Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T17:52:25.241Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T17:52:25.241Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-04-07T17:52:25.241Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-04-07T17:52:25.241Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-04-07T17:52:25.241Z] INFO: Docker version of control daemon [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.241Z] Client: [2022-04-07T17:52:25.241Z] Version: 20.10.9 [2022-04-07T17:52:25.241Z] API version: 1.41 [2022-04-07T17:52:25.241Z] Go version: go1.16.8 [2022-04-07T17:52:25.241Z] Git commit: c2ea9bc [2022-04-07T17:52:25.241Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-07T17:52:25.241Z] OS/Arch: windows/amd64 [2022-04-07T17:52:25.241Z] Context: default [2022-04-07T17:52:25.241Z] Experimental: true [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.241Z] Server: Docker Engine - Community [2022-04-07T17:52:25.241Z] Engine: [2022-04-07T17:52:25.241Z] Version: 20.10.9 [2022-04-07T17:52:25.241Z] API version: 1.41 (minimum version 1.24) [2022-04-07T17:52:25.241Z] Go version: go1.16.8 [2022-04-07T17:52:25.241Z] Git commit: 79ea9d3 [2022-04-07T17:52:25.241Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-07T17:52:25.241Z] OS/Arch: windows/amd64 [2022-04-07T17:52:25.241Z] Experimental: true [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.241Z] INFO: Docker info of control daemon [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.241Z] Client: [2022-04-07T17:52:25.241Z] Context: default [2022-04-07T17:52:25.241Z] Debug Mode: false [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.241Z] Server: [2022-04-07T17:52:25.241Z] Containers: 0 [2022-04-07T17:52:25.241Z] Running: 0 [2022-04-07T17:52:25.241Z] Paused: 0 [2022-04-07T17:52:25.241Z] Stopped: 0 [2022-04-07T17:52:25.241Z] Images: 1 [2022-04-07T17:52:25.241Z] Server Version: 20.10.9 [2022-04-07T17:52:25.241Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-07T17:52:25.241Z] Windows: [2022-04-07T17:52:25.241Z] LCOW: [2022-04-07T17:52:25.241Z] Logging Driver: json-file [2022-04-07T17:52:25.241Z] Plugins: [2022-04-07T17:52:25.241Z] Volume: local [2022-04-07T17:52:25.241Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T17:52:25.241Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T17:52:25.241Z] Swarm: inactive [2022-04-07T17:52:25.241Z] Default Isolation: process [2022-04-07T17:52:25.241Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-07T17:52:25.241Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-07T17:52:25.241Z] OSType: windows [2022-04-07T17:52:25.241Z] Architecture: x86_64 [2022-04-07T17:52:25.241Z] CPUs: 4 [2022-04-07T17:52:25.241Z] Total Memory: 32GiB [2022-04-07T17:52:25.241Z] Name: azwin-2-ee31f0 [2022-04-07T17:52:25.241Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-07T17:52:25.241Z] Docker Root Dir: D:\docker [2022-04-07T17:52:25.241Z] Debug Mode: false [2022-04-07T17:52:25.241Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:52:25.241Z] Labels: [2022-04-07T17:52:25.241Z] Experimental: true [2022-04-07T17:52:25.241Z] Insecure Registries: [2022-04-07T17:52:25.241Z] 10.0.0.4:5000 [2022-04-07T17:52:25.241Z] 127.0.0.0/8 [2022-04-07T17:52:25.241Z] Registry Mirrors: [2022-04-07T17:52:25.241Z] http://10.0.0.4:5000/ [2022-04-07T17:52:25.241Z] Live Restore Enabled: false [2022-04-07T17:52:25.241Z] Product License: Community Engine [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.241Z] INFO: Commit hash is 101dafd049 [2022-04-07T17:52:25.241Z] INFO: Nuke-Everything... [2022-04-07T17:52:25.241Z] INFO: Container count on control daemon to delete is 0 [2022-04-07T17:52:25.241Z] INFO: Nuking d:\CI [2022-04-07T17:52:25.241Z] INFO: Zapped successfully [2022-04-07T17:52:25.241Z] INFO: Location for testing is d:\CI\PR-43448\7 [2022-04-07T17:52:25.241Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.241Z] INFO: Building the image from Dockerfile.windows at 04/07/2022 17:52:22... [2022-04-07T17:52:25.241Z] [2022-04-07T17:52:25.895Z] #28 42.64 Selecting previously unselected package vim. [2022-04-07T17:52:25.895Z] #28 42.65 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-07T17:52:25.895Z] #28 42.67 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:52:26.157Z] #28 42.98 Selecting previously unselected package xfsprogs. [2022-04-07T17:52:26.157Z] #28 42.99 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-04-07T17:52:26.157Z] #28 43.00 Unpacking xfsprogs (5.10.0-4) ... [2022-04-07T17:52:26.418Z] #28 43.28 Selecting previously unselected package zip. [2022-04-07T17:52:26.418Z] #28 43.29 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-04-07T17:52:26.418Z] #28 43.30 Unpacking zip (3.0-12) ... [2022-04-07T17:52:26.418Z] #28 43.40 Selecting previously unselected package zstd. [2022-04-07T17:52:26.538Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s) [2022-04-07T17:52:26.539Z] === RUN TestNISDomainname [2022-04-07T17:52:26.680Z] #28 43.42 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-04-07T17:52:26.680Z] #28 43.42 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-07T17:52:26.680Z] #28 43.63 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-07T17:52:26.799Z] --- PASS: TestNISDomainname (0.55s) [2022-04-07T17:52:26.799Z] === RUN TestHostnameDnsResolution [2022-04-07T17:52:26.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-07T17:52:27.254Z] #28 44.12 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-04-07T17:52:27.254Z] #28 44.13 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-07T17:52:27.254Z] #28 44.15 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-04-07T17:52:27.254Z] #28 44.16 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-04-07T17:52:27.254Z] #28 44.17 Setting up libinih1:amd64 (53-1+b2) ... [2022-04-07T17:52:27.254Z] #28 44.19 Setting up uidmap (1:4.8.1-1) ... [2022-04-07T17:52:27.254Z] #28 44.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-07T17:52:27.254Z] #28 44.21 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-07T17:52:27.371Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-04-07T17:52:27.371Z] === RUN TestUnprivilegedPortsAndPing [2022-04-07T17:52:27.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-07T17:52:27.434Z] Sending build context to Docker daemon 66.28MB [2022-04-07T17:52:27.434Z] [2022-04-07T17:52:27.434Z] Step 1/11 : FROM microsoft/windowsservercore [2022-04-07T17:52:27.434Z] ---> 02f938cacc3b [2022-04-07T17:52:27.434Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-04-07T17:52:27.434Z] ---> Running in cf55aea1e466 [2022-04-07T17:52:27.515Z] #28 44.23 Setting up python3-wheel (0.34.2-1) ... [2022-04-07T17:52:27.777Z] #28 44.65 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:52:27.777Z] #28 44.67 Setting up libcap2:amd64 (1:2.44-1) ... [2022-04-07T17:52:27.777Z] #28 44.68 Setting up libcap2-bin (1:2.44-1) ... [2022-04-07T17:52:27.777Z] #28 44.70 Setting up apparmor (2.13.6-10) ... [2022-04-07T17:52:27.896Z] Removing intermediate container cf55aea1e466 [2022-04-07T17:52:27.896Z] ---> 21be27bb348b [2022-04-07T17:52:27.896Z] Step 3/11 : ARG GO_VERSION=1.18.0 [2022-04-07T17:52:27.896Z] ---> Running in ea705fb72251 [2022-04-07T17:52:27.896Z] Removing intermediate container ea705fb72251 [2022-04-07T17:52:27.896Z] ---> 0ed5061ead5d [2022-04-07T17:52:27.896Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.2 [2022-04-07T17:52:27.896Z] ---> Running in 183d6ad05bd0 [2022-04-07T17:52:27.945Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s) [2022-04-07T17:52:27.945Z] === RUN TestPrivilegedHostDevices [2022-04-07T17:52:28.359Z] Removing intermediate container 183d6ad05bd0 [2022-04-07T17:52:28.359Z] ---> 763adc860b1b [2022-04-07T17:52:28.359Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-04-07T17:52:28.359Z] ---> Running in 2454b69bed12 [2022-04-07T17:52:28.518Z] --- PASS: TestPrivilegedHostDevices (0.49s) [2022-04-07T17:52:28.518Z] === RUN TestStats [2022-04-07T17:52:28.822Z] Removing intermediate container 2454b69bed12 [2022-04-07T17:52:28.822Z] ---> f88111e9b816 [2022-04-07T17:52:28.822Z] 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-04-07T17:52:28.822Z] ---> Running in 908b9f04d806 [2022-04-07T17:52:28.822Z] Removing intermediate container 908b9f04d806 [2022-04-07T17:52:28.822Z] ---> 5ae2cfc8f525 [2022-04-07T17:52:28.822Z] 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-04-07T17:52:28.822Z] ---> Running in b4bc1a6049cc [2022-04-07T17:52:29.078Z] #51 ... [2022-04-07T17:52:29.078Z] [2022-04-07T17:52:29.078Z] #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-04-07T17:52:29.078Z] #56 sha256:7f9a996c131170483650f3dc9ac735160d4c9e3080547a43a84b1b6dcadd5d86 [2022-04-07T17:52:29.078Z] #56 143.5 + mkdir -p /build [2022-04-07T17:52:29.078Z] #56 143.5 + cp runc /build/runc [2022-04-07T17:52:29.078Z] #56 DONE 144.6s [2022-04-07T17:52:29.078Z] [2022-04-07T17:52:29.078Z] #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-04-07T17:52:29.078Z] #60 sha256:eff6e82ac93c57fcc171dd32953f12423e26b9f0d7f5aa7fe54dbe53a6246b68 [2022-04-07T17:52:29.078Z] #60 ... [2022-04-07T17:52:29.078Z] [2022-04-07T17:52:29.078Z] #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-04-07T17:52:29.078Z] #51 sha256:71301e26b2328752b0cf098699d8879445e303601f7ab57b6a2d6dd6ef0cf44b [2022-04-07T17:52:29.078Z] #51 247.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-04-07T17:52:29.078Z] #51 DONE 247.9s [2022-04-07T17:52:29.078Z] [2022-04-07T17:52:29.078Z] #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-04-07T17:52:29.078Z] #60 sha256:eff6e82ac93c57fcc171dd32953f12423e26b9f0d7f5aa7fe54dbe53a6246b68 [2022-04-07T17:52:29.078Z] #60 ... [2022-04-07T17:52:29.078Z] [2022-04-07T17:52:29.078Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-07T17:52:29.078Z] #52 sha256:1b05ce07f08ebf48a43d04b9378b3902a40fa19390ff82853777c8d823e474ea [2022-04-07T17:52:29.078Z] #52 DONE 0.5s [2022-04-07T17:52:29.078Z] [2022-04-07T17:52:29.078Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-07T17:52:29.078Z] #54 sha256:b115e10e0db778e2fe46b76f6105f56a0f76c17a7f66a51538a655bf8c9e1df9 [2022-04-07T17:52:29.078Z] #54 DONE 0.1s [2022-04-07T17:52:29.078Z] [2022-04-07T17:52:29.078Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-07T17:52:29.078Z] #57 sha256:5ccde7678baffb97f4219a06551d12f7491c658e8a18fd51713377ebc2d6f81c [2022-04-07T17:52:29.078Z] #57 DONE 0.3s [2022-04-07T17:52:29.078Z] [2022-04-07T17:52:29.078Z] #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-04-07T17:52:29.078Z] #60 sha256:eff6e82ac93c57fcc171dd32953f12423e26b9f0d7f5aa7fe54dbe53a6246b68 [2022-04-07T17:52:29.163Z] #28 45.98 Setting up zip (3.0-12) ... [2022-04-07T17:52:29.163Z] #28 45.99 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:52:29.163Z] #28 46.01 Setting up bash-completion (1:2.11-2) ... [2022-04-07T17:52:29.882Z] Sending build context to Docker daemon 66.28MB [2022-04-07T17:52:29.882Z] [2022-04-07T17:52:29.882Z] Step 1/11 : FROM microsoft/windowsservercore [2022-04-07T17:52:29.882Z] ---> 02f938cacc3b [2022-04-07T17:52:29.882Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-04-07T17:52:29.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-07T17:52:30.007Z] #60 221.9 + bin/containerd [2022-04-07T17:52:30.345Z] ---> Running in b56fc3003904 [2022-04-07T17:52:30.345Z] Removing intermediate container b56fc3003904 [2022-04-07T17:52:30.345Z] ---> 3843d5f53604 [2022-04-07T17:52:30.345Z] Step 3/11 : ARG GO_VERSION=1.18.0 [2022-04-07T17:52:30.345Z] ---> Running in 8040f4ddf04e [2022-04-07T17:52:30.551Z] #28 47.19 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-04-07T17:52:30.551Z] #28 47.21 Setting up sudo (1.9.5p2-3) ... [2022-04-07T17:52:30.551Z] #28 47.28 invoke-rc.d: could not determine current runlevel [2022-04-07T17:52:30.551Z] #28 47.28 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-07T17:52:30.551Z] #28 47.30 Setting up xfsprogs (5.10.0-4) ... [2022-04-07T17:52:30.551Z] #28 47.31 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-04-07T17:52:30.551Z] #28 47.32 Setting up inetutils-ping (2:2.0-1) ... [2022-04-07T17:52:30.551Z] #28 47.34 Setting up pigz (2.6-1) ... [2022-04-07T17:52:30.551Z] #28 47.35 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-07T17:52:30.551Z] #28 47.36 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-07T17:52:30.551Z] #28 47.39 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-07T17:52:30.551Z] #28 47.41 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:52:30.809Z] Removing intermediate container 8040f4ddf04e [2022-04-07T17:52:30.809Z] ---> 01d55aad7db1 [2022-04-07T17:52:30.809Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.2 [2022-04-07T17:52:30.809Z] ---> Running in 3d508b046965 [2022-04-07T17:52:31.124Z] #28 47.87 Setting up libaio1:amd64 (0.3.112-9) ... [2022-04-07T17:52:31.124Z] #28 47.89 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-07T17:52:31.125Z] --- PASS: TestStats (2.48s) [2022-04-07T17:52:31.125Z] === RUN TestStopContainerWithTimeout [2022-04-07T17:52:31.125Z] === RUN TestStopContainerWithTimeout/0 [2022-04-07T17:52:31.125Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-07T17:52:31.125Z] === RUN TestStopContainerWithTimeout/1 [2022-04-07T17:52:31.125Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-07T17:52:31.125Z] === RUN TestStopContainerWithTimeout/3 [2022-04-07T17:52:31.125Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-07T17:52:31.125Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-07T17:52:31.125Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-07T17:52:31.125Z] === CONT TestStopContainerWithTimeout/0 [2022-04-07T17:52:31.125Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-07T17:52:31.273Z] Removing intermediate container 3d508b046965 [2022-04-07T17:52:31.273Z] ---> d9baad1e9e28 [2022-04-07T17:52:31.273Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-04-07T17:52:31.273Z] ---> Running in 96afd2c3748a [2022-04-07T17:52:31.273Z] Removing intermediate container 96afd2c3748a [2022-04-07T17:52:31.273Z] ---> 724bc7c99642 [2022-04-07T17:52:31.273Z] 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-04-07T17:52:31.273Z] ---> Running in 28ef27af5c30 [2022-04-07T17:52:31.387Z] #28 48.15 Setting up libelf1:amd64 (0.183-1) ... [2022-04-07T17:52:31.387Z] #28 48.16 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-07T17:52:31.387Z] #28 48.18 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-07T17:52:31.387Z] #28 48.19 Setting up python3-distutils (3.9.2-1) ... [2022-04-07T17:52:31.648Z] #28 48.52 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-07T17:52:31.648Z] #28 48.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-07T17:52:31.648Z] #28 48.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-07T17:52:31.648Z] #28 48.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-07T17:52:31.648Z] #28 48.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-07T17:52:31.648Z] #28 48.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-07T17:52:31.648Z] #28 48.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-07T17:52:31.648Z] #28 48.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-07T17:52:31.648Z] #28 48.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-07T17:52:31.648Z] #28 48.61 Setting up python3-setuptools (52.0.0-4) ... [2022-04-07T17:52:31.703Z] === CONT TestStopContainerWithTimeout/3 [2022-04-07T17:52:31.736Z] Removing intermediate container 28ef27af5c30 [2022-04-07T17:52:31.736Z] ---> 9df42bc6056f [2022-04-07T17:52:31.736Z] 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-04-07T17:52:31.736Z] ---> Running in d26925dfcde2 [2022-04-07T17:52:32.464Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-07T17:52:32.591Z] #28 49.40 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-07T17:52:32.591Z] #28 49.41 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-04-07T17:52:32.591Z] #28 49.42 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-07T17:52:32.591Z] #28 49.43 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-07T17:52:32.595Z] [2022-04-07T17:52:32.595Z] SUCCESS: Specified value was saved. [2022-04-07T17:52:32.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-07T17:52:32.762Z] ok github.com/docker/docker/libnetwork/networkdb 104.159s coverage: 60.6% of statements [2022-04-07T17:52:32.762Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-07T17:52:32.762Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-04-07T17:52:32.762Z] ok github.com/docker/docker/libnetwork/osl 4.335s coverage: 39.7% of statements [2022-04-07T17:52:32.762Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-04-07T17:52:32.762Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-04-07T17:52:33.025Z] ok github.com/docker/docker/libnetwork/portmapper 0.273s coverage: 48.6% of statements [2022-04-07T17:52:33.278Z] #28 50.20 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-07T17:52:33.278Z] #28 50.22 Setting up jq (1.6-2.1) ... [2022-04-07T17:52:33.278Z] #28 50.23 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-04-07T17:52:33.278Z] #28 50.25 Setting up iptables (1.8.7-1) ... [2022-04-07T17:52:33.278Z] #28 50.26 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-07T17:52:33.278Z] #28 50.26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-07T17:52:33.285Z] ok github.com/docker/docker/libnetwork/resolvconf 0.006s coverage: 70.6% of statements [2022-04-07T17:52:33.285Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-07T17:52:33.545Z] #28 50.27 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-07T17:52:33.545Z] #28 50.27 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-07T17:52:33.545Z] #28 50.28 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-07T17:52:33.545Z] #28 50.28 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-07T17:52:33.545Z] #28 50.29 Setting up iproute2 (5.10.0-4) ... [2022-04-07T17:52:33.546Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] === Skipped [2022-04-07T17:52:33.546Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-04-07T17:52:33.546Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-04-07T17:52:33.546Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-04-07T17:52:33.546Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-07T17:52:33.546Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-07T17:52:33.546Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-07T17:52:33.546Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-07T17:52:33.546Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-07T17:52:33.546Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-04-07T17:52:33.546Z] firewalld_test.go:14: firewalld is not running [2022-04-07T17:52:33.546Z] [2022-04-07T17:52:33.546Z] DONE 326 tests, 9 skipped in 201.235s [2022-04-07T17:52:33.574Z] INFO: Downloading git... [2022-04-07T17:52:33.615Z] === CONT TestStopContainerWithTimeout/1 [2022-04-07T17:52:33.808Z] #28 50.61 Processing triggers for libc-bin (2.31-13+deb11u3) ... Post stage [Pipeline] junit [2022-04-07T17:52:34.132Z] Recording test results [2022-04-07T17:52:34.223Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-07T17:52:34.384Z] #28 DONE 51.2s [2022-04-07T17:52:34.385Z] [2022-04-07T17:52:34.385Z] #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-04-07T17:52:34.385Z] #29 sha256:1148f850129e146d9fdae914833acdcb86df5d0357e54adf24a9273288bcc362 [2022-04-07T17:52:34.556Z] INFO: Downloading go... [2022-04-07T17:52:34.584Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -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:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh dynbinary test-integration [2022-04-07T17:52:34.843Z] [2022-04-07T17:52:34.956Z] #29 0.841 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-07T17:52:34.999Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-07T17:52:34.999Z] --- PASS: TestStopContainerWithTimeout/0 (0.78s) [2022-04-07T17:52:34.999Z] --- PASS: TestStopContainerWithTimeout/-1 (2.66s) [2022-04-07T17:52:34.999Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2022-04-07T17:52:34.999Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2022-04-07T17:52:34.999Z] === RUN TestDeleteDevicemapper [2022-04-07T17:52:34.999Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-07T17:52:34.999Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-07T17:52:34.999Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-07T17:52:35.104Z] Removing bundles/ [2022-04-07T17:52:35.104Z] [2022-04-07T17:52:35.104Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-07T17:52:35.104Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T17:52:35.104Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T17:52:35.217Z] #29 0.846 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-07T17:52:35.217Z] #29 0.850 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-07T17:52:35.217Z] #29 DONE 0.9s [2022-04-07T17:52:35.217Z] [2022-04-07T17:52:35.217Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-04-07T17:52:35.217Z] #30 sha256:61e7054d363933f53fe6223297ed88704b23ddee3223cd185c946370f2b023ff [2022-04-07T17:52:35.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-07T17:52:35.508Z] [2022-04-07T17:52:35.508Z] SUCCESS: Specified value was saved. [2022-04-07T17:52:36.108Z] INFO: Downloading compiler 1 of 3... [2022-04-07T17:52:36.383Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.43s) [2022-04-07T17:52:36.383Z] === RUN TestUpdateMemory [2022-04-07T17:52:36.383Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:52:36.383Z] --- SKIP: TestUpdateMemory (0.00s) [2022-04-07T17:52:36.383Z] === RUN TestUpdateCPUQuota [2022-04-07T17:52:36.484Z] INFO: Downloading git... [2022-04-07T17:52:37.466Z] INFO: Downloading go... [2022-04-07T17:52:37.661Z] INFO: Downloading compiler 2 of 3... [2022-04-07T17:52:37.766Z] --- PASS: TestUpdateCPUQuota (0.95s) [2022-04-07T17:52:37.766Z] === RUN TestUpdatePidsLimit [2022-04-07T17:52:37.766Z] === RUN TestUpdatePidsLimit/update_from_none [2022-04-07T17:52:37.766Z] === RUN TestUpdatePidsLimit/no_change [2022-04-07T17:52:38.027Z] === RUN TestUpdatePidsLimit/update_lower [2022-04-07T17:52:38.027Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-04-07T17:52:38.287Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-04-07T17:52:38.548Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-04-07T17:52:38.809Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-04-07T17:52:39.021Z] INFO: Downloading compiler 1 of 3... [2022-04-07T17:52:39.022Z] INFO: Downloading compiler 2 of 3... [2022-04-07T17:52:39.022Z] INFO: Downloading compiler 3 of 3... [2022-04-07T17:52:39.221Z] INFO: Downloading compiler 3 of 3... [2022-04-07T17:52:39.485Z] INFO: Extracting git... [2022-04-07T17:52:39.684Z] INFO: Extracting git... [2022-04-07T17:52:39.751Z] --- PASS: TestUpdatePidsLimit (2.07s) [2022-04-07T17:52:39.751Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-04-07T17:52:39.751Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2022-04-07T17:52:39.751Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-04-07T17:52:39.751Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-04-07T17:52:39.751Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-04-07T17:52:39.751Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2022-04-07T17:52:39.751Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2022-04-07T17:52:39.751Z] === RUN TestUpdateRestartPolicy [2022-04-07T17:52:43.355Z] #30 7.593 Collecting yamllint==1.26.1 [2022-04-07T17:52:43.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-07T17:52:43.928Z] #30 8.652 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-07T17:52:44.501Z] #30 9.329 Collecting pathspec>=0.5.3 [2022-04-07T17:52:44.501Z] #30 9.334 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-07T17:52:44.762Z] #30 9.540 Collecting pyyaml [2022-04-07T17:52:44.762Z] #30 9.558 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-04-07T17:52:44.762Z] #30 9.595 Building wheels for collected packages: yamllint [2022-04-07T17:52:44.762Z] #30 9.596 Building wheel for yamllint (setup.py): started [2022-04-07T17:52:45.456Z] #30 10.14 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-07T17:52:45.456Z] #30 10.14 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=50b6c5bfbbdfcf51fa6dac8cd44dbdd115405ad63319b16ddb923d04fbf792b3 [2022-04-07T17:52:45.456Z] #30 10.14 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-07T17:52:45.456Z] #30 10.14 Successfully built yamllint [2022-04-07T17:52:45.456Z] #30 10.16 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-07T17:52:45.456Z] #30 10.38 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-07T17:52:46.028Z] #30 DONE 10.8s [2022-04-07T17:52:46.028Z] [2022-04-07T17:52:46.028Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-04-07T17:52:46.028Z] #34 sha256:a72259e0d65f737eba110c95da900210b606df85b428d3742e1f87c935912254 [2022-04-07T17:52:46.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-07T17:52:46.290Z] #34 DONE 0.3s [2022-04-07T17:52:46.290Z] [2022-04-07T17:52:46.290Z] #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-04-07T17:52:46.290Z] #67 sha256:9b46a6958d3479456f4f1674c51e5901736acbe4c45c7e65a767cf91e57d1eef [2022-04-07T17:52:46.290Z] #67 ... [2022-04-07T17:52:46.290Z] [2022-04-07T17:52:46.290Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-07T17:52:46.290Z] #39 sha256:3c1b4730a2baac8fba17a3768b51b45a0fef3c4da1fecf0591cd2dc76745bd7b [2022-04-07T17:52:46.550Z] #39 DONE 0.2s [2022-04-07T17:52:46.550Z] [2022-04-07T17:52:46.550Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-07T17:52:46.550Z] #42 sha256:a67e60c1adf1194f433c284b3d42f488d2b830cfdf9ba32889906b68b23a7faf [2022-04-07T17:52:46.550Z] #42 DONE 0.1s [2022-04-07T17:52:46.550Z] [2022-04-07T17:52:46.550Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-07T17:52:46.550Z] #44 sha256:47b633ab1fcb76fa50aca5e34332f3c41f6ab56c9a0f32ca3ef14cb3e2fdb4c9 [2022-04-07T17:52:46.550Z] #44 DONE 0.1s [2022-04-07T17:52:46.550Z] [2022-04-07T17:52:46.550Z] #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-04-07T17:52:46.550Z] #63 sha256:265fddb8d795b350ab186215b15af8a0e5075b85af4b518eb95d88e95c51bcff [2022-04-07T17:52:46.811Z] #63 ... [2022-04-07T17:52:46.811Z] [2022-04-07T17:52:46.811Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-04-07T17:52:46.811Z] #48 sha256:28a5e9a0d7cb7af6fcc06126b0cec2e05ccad9ea2c56a966f1279b72e9e0ea4f [2022-04-07T17:52:46.811Z] #48 DONE 0.1s [2022-04-07T17:52:46.811Z] [2022-04-07T17:52:46.811Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-04-07T17:52:46.811Z] #51 sha256:46f63df2156969763921dcdbf6519ea89f2eb1a6fd55f177f1f40cef22389164 [2022-04-07T17:52:46.811Z] #51 DONE 0.2s [2022-04-07T17:52:46.811Z] [2022-04-07T17:52:46.811Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-04-07T17:52:46.811Z] #55 sha256:d1d6550daf5c493a0598913e89120ebcdd9e9cd20d8c803fc204aa1c5b07d61e [2022-04-07T17:52:46.811Z] #55 DONE 0.1s [2022-04-07T17:52:46.811Z] [2022-04-07T17:52:46.811Z] #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-04-07T17:52:46.812Z] #63 sha256:265fddb8d795b350ab186215b15af8a0e5075b85af4b518eb95d88e95c51bcff [2022-04-07T17:52:47.072Z] #63 ... [2022-04-07T17:52:47.072Z] [2022-04-07T17:52:47.072Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-07T17:52:47.072Z] #57 sha256:c5a6a9e4f9fabe88f5a83fa0294ff1a2b1fb00fde630b648b211c0af81d4a96e [2022-04-07T17:52:47.072Z] #57 DONE 0.1s [2022-04-07T17:52:47.072Z] [2022-04-07T17:52:47.072Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-07T17:52:47.072Z] #59 sha256:725ea5241a4f9ef61f97b41e4e0a15daf606a58385b5a53611b589e9f9d5d4e8 [2022-04-07T17:52:47.072Z] #59 DONE 0.2s [2022-04-07T17:52:47.072Z] [2022-04-07T17:52:47.072Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-07T17:52:47.072Z] #61 sha256:3ea2e658c727922c5cd79f2aad8b15ca0a84059c1a584dbf1f0c9fb1aa3a6aba [2022-04-07T17:52:47.333Z] #61 DONE 0.1s [2022-04-07T17:52:47.333Z] [2022-04-07T17:52:47.333Z] #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-04-07T17:52:47.333Z] #63 sha256:265fddb8d795b350ab186215b15af8a0e5075b85af4b518eb95d88e95c51bcff [2022-04-07T17:52:49.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-07T17:52:49.916Z] INFO: Expanding go... [2022-04-07T17:52:50.199Z] INFO: Expanding go... [2022-04-07T17:52:50.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-07T17:52:51.978Z] --- PASS: TestUpdateRestartPolicy (11.09s) [2022-04-07T17:52:51.978Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-07T17:52:51.978Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2022-04-07T17:52:51.978Z] === RUN TestWaitNonBlocked [2022-04-07T17:52:51.978Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T17:52:51.978Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T17:52:51.978Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T17:52:51.978Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T17:52:51.978Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T17:52:51.978Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T17:52:51.978Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-07T17:52:51.978Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2022-04-07T17:52:51.978Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.78s) [2022-04-07T17:52:51.978Z] === RUN TestWaitBlocked [2022-04-07T17:52:51.978Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T17:52:51.978Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T17:52:51.978Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T17:52:51.978Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T17:52:51.978Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T17:52:51.978Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T17:52:52.550Z] --- PASS: TestWaitBlocked (0.02s) [2022-04-07T17:52:52.550Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2022-04-07T17:52:52.550Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s) [2022-04-07T17:52:52.550Z] === CONT TestContainerStartOnDaemonRestart [2022-04-07T17:52:52.550Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-07T17:52:53.631Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-07T17:52:55.099Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.23s) [2022-04-07T17:52:55.099Z] === CONT TestIpcModeOlderClient [2022-04-07T17:52:55.099Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-04-07T17:52:55.099Z] === CONT TestContainerKillOnDaemonStart [2022-04-07T17:52:55.099Z] === CONT TestDaemonHostGatewayIP [2022-04-07T17:52:55.099Z] --- PASS: TestContainerStartOnDaemonRestart (2.32s) [2022-04-07T17:52:55.548Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-07T17:52:57.646Z] --- PASS: TestDaemonHostGatewayIP (2.61s) [2022-04-07T17:52:57.646Z] === CONT TestDaemonRestartIpcMode [2022-04-07T17:52:58.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-07T17:53:00.190Z] --- PASS: TestDaemonRestartIpcMode (2.26s) [2022-04-07T17:53:00.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-07T17:53:04.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-07T17:53:05.990Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-07T17:53:05.990Z] Using test binary docker [2022-04-07T17:53:05.990Z] +++ /etc/init.d/apparmor start [2022-04-07T17:53:05.990Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-07T17:53:05.990Z] INFO: Waiting for daemon to start... [2022-04-07T17:53:05.990Z] Starting dockerd [2022-04-07T17:53:05.990Z] +++ 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-04-07T17:53:06.770Z] --- PASS: TestContainerKillOnDaemonStart (11.82s) [2022-04-07T17:53:06.770Z] PASS [2022-04-07T17:53:06.770Z] [2022-04-07T17:53:06.770Z] === Skipped [2022-04-07T17:53:06.770Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-04-07T17:53:06.770Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T17:53:06.770Z] [2022-04-07T17:53:06.770Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-04-07T17:53:06.770Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:53:06.770Z] [2022-04-07T17:53:06.770Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-04-07T17:53:06.770Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:53:06.770Z] [2022-04-07T17:53:06.770Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-07T17:53:06.770Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-07T17:53:06.770Z] [2022-04-07T17:53:06.770Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-04-07T17:53:06.770Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-04-07T17:53:06.770Z] [2022-04-07T17:53:06.770Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-07T17:53:06.770Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-07T17:53:06.770Z] [2022-04-07T17:53:06.771Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-04-07T17:53:06.771Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:53:06.771Z] [2022-04-07T17:53:06.771Z] DONE 201 tests, 7 skipped in 118.754s [2022-04-07T17:53:06.771Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-07T17:53:06.771Z] === RUN TestConfigDaemonLibtrustID [2022-04-07T17:53:07.343Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-04-07T17:53:07.343Z] === RUN TestDaemonConfigValidation [2022-04-07T17:53:07.343Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-07T17:53:07.343Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-07T17:53:07.343Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-07T17:53:07.343Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-07T17:53:07.343Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-07T17:53:07.343Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-07T17:53:07.343Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-07T17:53:07.343Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-07T17:53:07.343Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-07T17:53:07.343Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-07T17:53:07.343Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-07T17:53:07.343Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-07T17:53:07.343Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-07T17:53:07.343Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-07T17:53:07.604Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-07T17:53:07.604Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-07T17:53:07.604Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-04-07T17:53:07.604Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-04-07T17:53:07.604Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-04-07T17:53:07.604Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2022-04-07T17:53:07.604Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-04-07T17:53:07.604Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-07T17:53:07.604Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-07T17:53:08.538Z] . [2022-04-07T17:53:08.538Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-07T17:53:08.538Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-07T17:53:08.538Z] Error: No such image: emptyfs [2022-04-07T17:53:08.538Z] ++++ docker load [2022-04-07T17:53:08.538Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-07T17:53:08.545Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-07T17:53:08.800Z] Running integration-test (iteration 1) [2022-04-07T17:53:08.800Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-04-07T17:53:08.800Z] ++ 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-04-07T17:53:08.800Z] ++ set -e [2022-04-07T17:53:08.800Z] ++ '[' -n 0 ']' [2022-04-07T17:53:08.800Z] ++ set -x [2022-04-07T17:53:08.800Z] ++ 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-04-07T17:53:09.317Z] #63 89.72 + mkdir -p /build [2022-04-07T17:53:09.317Z] #63 89.73 + cp runc /build/runc [2022-04-07T17:53:09.317Z] #63 DONE 90.1s [2022-04-07T17:53:09.317Z] [2022-04-07T17:53:09.317Z] #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-04-07T17:53:09.317Z] #67 sha256:9b46a6958d3479456f4f1674c51e5901736acbe4c45c7e65a767cf91e57d1eef [2022-04-07T17:53:09.317Z] #67 ... [2022-04-07T17:53:09.317Z] [2022-04-07T17:53:09.317Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-04-07T17:53:09.317Z] #64 sha256:0003f65c57440a931f7a9a7ab6a5627010182f4162e4cc39e55ceb9965f499ba [2022-04-07T17:53:09.317Z] #64 DONE 0.1s [2022-04-07T17:53:09.317Z] [2022-04-07T17:53:09.317Z] #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-04-07T17:53:09.317Z] #67 sha256:9b46a6958d3479456f4f1674c51e5901736acbe4c45c7e65a767cf91e57d1eef [2022-04-07T17:53:09.742Z] Loaded image: busybox:latest [2022-04-07T17:53:09.955Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-07T17:53:10.003Z] Loaded image: busybox:glibc [2022-04-07T17:53:10.902Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-07T17:53:10.902Z] daemon_test.go:156: [d06431b57417a] daemon is not started [2022-04-07T17:53:10.902Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2022-04-07T17:53:10.902Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-04-07T17:53:10.902Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-04-07T17:53:10.902Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-04-07T17:53:10.902Z] === RUN TestDaemonProxy [2022-04-07T17:53:10.902Z] === RUN TestDaemonProxy/environment_variables [2022-04-07T17:53:12.546Z] === RUN TestDaemonProxy/command-line_options [2022-04-07T17:53:14.457Z] === RUN TestDaemonProxy/configuration_file [2022-04-07T17:53:15.048Z] INFO: Expanding compiler 1 of 3... [2022-04-07T17:53:15.048Z] INFO: Expanding compiler 2 of 3... [2022-04-07T17:53:15.295Z] Loaded image: debian:bullseye-slim [2022-04-07T17:53:15.295Z] Loaded image: hello-world:latest [2022-04-07T17:53:15.295Z] Loaded image: arm32v7/hello-world:latest [2022-04-07T17:53:15.295Z] INFO: Testing against a local daemon [2022-04-07T17:53:15.295Z] === RUN TestCgroupNamespacesBuild [2022-04-07T17:53:15.396Z] INFO: Expanding compiler 1 of 3... [2022-04-07T17:53:15.396Z] INFO: Expanding compiler 2 of 3... [2022-04-07T17:53:15.839Z] === RUN TestDaemonProxy/conflicting_options [2022-04-07T17:53:16.410Z] === RUN TestDaemonProxy/reload_sanitized [2022-04-07T17:53:16.949Z] INFO: Expanding compiler 3 of 3... [2022-04-07T17:53:16.981Z] --- PASS: TestDaemonProxy (6.25s) [2022-04-07T17:53:16.981Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-04-07T17:53:16.981Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-04-07T17:53:16.981Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-04-07T17:53:16.981Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-04-07T17:53:16.981Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-04-07T17:53:16.981Z] PASS [2022-04-07T17:53:16.981Z] [2022-04-07T17:53:16.981Z] DONE 17 tests in 10.162s [2022-04-07T17:53:16.981Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-04-07T17:53:16.981Z] INFO: Testing against a local daemon [2022-04-07T17:53:16.981Z] === RUN TestCommitInheritsEnv [2022-04-07T17:53:17.211Z] --- PASS: TestCgroupNamespacesBuild (2.45s) [2022-04-07T17:53:17.211Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-07T17:53:17.242Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-04-07T17:53:17.242Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-07T17:53:17.242Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-04-07T17:53:17.242Z] === RUN TestImportWithCustomPlatform [2022-04-07T17:53:17.242Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-07T17:53:17.242Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-07T17:53:17.242Z] === RUN TestImportWithCustomPlatform// [2022-04-07T17:53:17.243Z] === RUN TestImportWithCustomPlatform/linux [2022-04-07T17:53:17.412Z] INFO: Removing downloaded files... [2022-04-07T17:53:17.412Z] INFO: Downloading containerd [2022-04-07T17:53:17.504Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-07T17:53:17.504Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-07T17:53:17.504Z] === RUN TestImportWithCustomPlatform/macos [2022-04-07T17:53:17.504Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-07T17:53:17.504Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-07T17:53:17.504Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-07T17:53:17.504Z] === RUN TestImagesFilterMultiReference [2022-04-07T17:53:17.764Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-04-07T17:53:17.764Z] === RUN TestImagePullPlatformInvalid [2022-04-07T17:53:17.764Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-04-07T17:53:17.764Z] === RUN TestRemoveImageOrphaning [2022-04-07T17:53:17.933Z] INFO: Expanding compiler 3 of 3... [2022-04-07T17:53:18.025Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2022-04-07T17:53:18.025Z] === RUN TestRemoveImageGarbageCollector [2022-04-07T17:53:18.391Z] INFO: Removing downloaded files... [2022-04-07T17:53:18.391Z] INFO: Downloading containerd [2022-04-07T17:53:18.595Z] time="2022-04-07T17:53:18Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-04-07T17:53:19.759Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.15s) [2022-04-07T17:53:19.759Z] === RUN TestBuildWithSession [2022-04-07T17:53:19.759Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T17:53:19.759Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-07T17:53:19.759Z] === RUN TestBuildSquashParent [2022-04-07T17:53:19.980Z] --- PASS: TestRemoveImageGarbageCollector (1.95s) [2022-04-07T17:53:19.980Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-07T17:53:19.980Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-04-07T17:53:19.980Z] === RUN TestTagInvalidReference [2022-04-07T17:53:19.980Z] --- PASS: TestTagInvalidReference (0.01s) [2022-04-07T17:53:19.980Z] === RUN TestTagValidPrefixedRepo [2022-04-07T17:53:19.980Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-04-07T17:53:19.980Z] === RUN TestTagExistedNameWithoutForce [2022-04-07T17:53:19.980Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-07T17:53:19.980Z] === RUN TestTagOfficialNames [2022-04-07T17:53:19.980Z] --- PASS: TestTagOfficialNames (0.05s) [2022-04-07T17:53:19.980Z] === RUN TestTagMatchesDigest [2022-04-07T17:53:19.980Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-04-07T17:53:19.980Z] === CONT TestImportExtremelyLargeImageWorks [2022-04-07T17:53:26.015Z] [2022-04-07T17:53:26.016Z] Name Version Source Summary [2022-04-07T17:53:26.016Z] ---- ------- ------ ------- [2022-04-07T17:53:26.016Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-04-07T17:53:26.198Z] #60 271.9 # github.com/containerd/containerd/cmd/containerd [2022-04-07T17:53:26.198Z] #60 271.9 /usr/bin/ld: /tmp/go-link-1812556807/000019.o: in function `New': [2022-04-07T17:53:26.198Z] #60 271.9 /tmp/tmp.GiwdqPSix9/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-04-07T17:53:26.198Z] #60 272.0 + bin/containerd-stress [2022-04-07T17:53:26.198Z] #60 273.0 + bin/containerd-shim [2022-04-07T17:53:27.565Z] [2022-04-07T17:53:27.565Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-04-07T17:53:27.565Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-04-07T17:53:27.565Z] PSChildName : containerd [2022-04-07T17:53:27.565Z] PSDrive : C [2022-04-07T17:53:27.565Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-04-07T17:53:27.565Z] PSIsContainer : True [2022-04-07T17:53:27.565Z] Name : containerd [2022-04-07T17:53:27.565Z] FullName : C:\containerd [2022-04-07T17:53:27.565Z] Parent : [2022-04-07T17:53:27.565Z] Exists : True [2022-04-07T17:53:27.565Z] Root : C:\ [2022-04-07T17:53:27.565Z] Extension : [2022-04-07T17:53:27.565Z] CreationTime : 4/7/2022 5:53:27 PM [2022-04-07T17:53:27.565Z] CreationTimeUtc : 4/7/2022 5:53:27 PM [2022-04-07T17:53:27.565Z] LastAccessTime : 4/7/2022 5:53:27 PM [2022-04-07T17:53:27.565Z] LastAccessTimeUtc : 4/7/2022 5:53:27 PM [2022-04-07T17:53:27.565Z] LastWriteTime : 4/7/2022 5:53:27 PM [2022-04-07T17:53:27.565Z] LastWriteTimeUtc : 4/7/2022 5:53:27 PM [2022-04-07T17:53:27.565Z] Attributes : Directory [2022-04-07T17:53:27.565Z] Mode : d----- [2022-04-07T17:53:27.565Z] BaseName : containerd [2022-04-07T17:53:27.565Z] Target : {} [2022-04-07T17:53:27.565Z] LinkType : [2022-04-07T17:53:27.565Z] [2022-04-07T17:53:27.903Z] --- PASS: TestBuildSquashParent (8.09s) [2022-04-07T17:53:27.903Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-07T17:53:27.903Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:53:27.903Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:53:27.903Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:53:27.903Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:53:27.903Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:53:27.903Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:53:27.903Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:53:27.903Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:53:27.903Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:53:27.903Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:53:27.903Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:53:27.903Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:53:27.903Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:53:27.903Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:53:29.113Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-04-07T17:53:29.113Z] INFO: Configuring git core.autocrlf... [2022-04-07T17:53:29.113Z] [2022-04-07T17:53:29.113Z] [2022-04-07T17:53:31.211Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:53:31.211Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:53:32.758Z] #60 284.1 + bin/containerd-shim-runc-v1 [2022-04-07T17:53:34.585Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:53:34.585Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:53:36.267Z] 0a6173b79e25: Pull complete [2022-04-07T17:53:36.267Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-04-07T17:53:36.267Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T17:53:36.267Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T17:53:36.267Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-04-07T17:53:36.267Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-04-07T17:53:36.267Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2686' [2022-04-07T17:53:36.267Z] INFO: Docker version of control daemon [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] Client: [2022-04-07T17:53:36.267Z] Version: 20.10.9 [2022-04-07T17:53:36.267Z] API version: 1.41 [2022-04-07T17:53:36.267Z] Go version: go1.16.8 [2022-04-07T17:53:36.267Z] Git commit: c2ea9bc [2022-04-07T17:53:36.267Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-07T17:53:36.267Z] OS/Arch: windows/amd64 [2022-04-07T17:53:36.267Z] Context: default [2022-04-07T17:53:36.267Z] Experimental: true [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] Server: Docker Engine - Community [2022-04-07T17:53:36.267Z] Engine: [2022-04-07T17:53:36.267Z] Version: 20.10.9 [2022-04-07T17:53:36.267Z] API version: 1.41 (minimum version 1.24) [2022-04-07T17:53:36.267Z] Go version: go1.16.8 [2022-04-07T17:53:36.267Z] Git commit: 79ea9d3 [2022-04-07T17:53:36.267Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-07T17:53:36.267Z] OS/Arch: windows/amd64 [2022-04-07T17:53:36.267Z] Experimental: true [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] INFO: Docker info of control daemon [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] Client: [2022-04-07T17:53:36.267Z] Context: default [2022-04-07T17:53:36.267Z] Debug Mode: false [2022-04-07T17:53:36.267Z] Plugins: [2022-04-07T17:53:36.267Z] app: Docker Application (Docker Inc., v0.8.0) [2022-04-07T17:53:36.267Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-04-07T17:53:36.267Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] Server: [2022-04-07T17:53:36.267Z] Containers: 0 [2022-04-07T17:53:36.267Z] Running: 0 [2022-04-07T17:53:36.267Z] Paused: 0 [2022-04-07T17:53:36.267Z] Stopped: 0 [2022-04-07T17:53:36.267Z] Images: 1 [2022-04-07T17:53:36.267Z] Server Version: 20.10.9 [2022-04-07T17:53:36.267Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-07T17:53:36.267Z] Windows: [2022-04-07T17:53:36.267Z] LCOW: [2022-04-07T17:53:36.267Z] Logging Driver: json-file [2022-04-07T17:53:36.267Z] Plugins: [2022-04-07T17:53:36.267Z] Volume: local [2022-04-07T17:53:36.267Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T17:53:36.267Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T17:53:36.267Z] Swarm: inactive [2022-04-07T17:53:36.267Z] Default Isolation: process [2022-04-07T17:53:36.267Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-07T17:53:36.267Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-04-07T17:53:36.267Z] OSType: windows [2022-04-07T17:53:36.267Z] Architecture: x86_64 [2022-04-07T17:53:36.267Z] CPUs: 4 [2022-04-07T17:53:36.267Z] Total Memory: 32GiB [2022-04-07T17:53:36.267Z] Name: azwin-2-11b620 [2022-04-07T17:53:36.267Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-04-07T17:53:36.267Z] Docker Root Dir: D:\docker [2022-04-07T17:53:36.267Z] Debug Mode: false [2022-04-07T17:53:36.267Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:53:36.267Z] Labels: [2022-04-07T17:53:36.267Z] Experimental: true [2022-04-07T17:53:36.267Z] Insecure Registries: [2022-04-07T17:53:36.267Z] 10.0.0.4:5000 [2022-04-07T17:53:36.267Z] 127.0.0.0/8 [2022-04-07T17:53:36.267Z] Registry Mirrors: [2022-04-07T17:53:36.267Z] http://10.0.0.4:5000/ [2022-04-07T17:53:36.267Z] Live Restore Enabled: false [2022-04-07T17:53:36.267Z] Product License: Community Engine [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] INFO: Commit hash is 101dafd049 [2022-04-07T17:53:36.267Z] INFO: Nuke-Everything... [2022-04-07T17:53:36.267Z] INFO: Container count on control daemon to delete is 0 [2022-04-07T17:53:36.267Z] INFO: Nuking d:\CI [2022-04-07T17:53:36.267Z] INFO: Zapped successfully [2022-04-07T17:53:36.267Z] INFO: Location for testing is d:\CI\PR-43448\7 [2022-04-07T17:53:36.267Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] INFO: Building the image from Dockerfile.windows at 04/07/2022 17:53:25... [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] Sending build context to Docker daemon 66.28MB [2022-04-07T17:53:36.267Z] [2022-04-07T17:53:36.267Z] Step 1/11 : FROM microsoft/windowsservercore [2022-04-07T17:53:36.267Z] ---> 6a11116086a4 [2022-04-07T17:53:36.267Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-04-07T17:53:36.267Z] ---> Running in b608b915383c [2022-04-07T17:53:36.267Z] Removing intermediate container b608b915383c [2022-04-07T17:53:36.267Z] ---> 76391deb79e4 [2022-04-07T17:53:36.267Z] Step 3/11 : ARG GO_VERSION=1.18.0 [2022-04-07T17:53:36.267Z] ---> Running in fb1538e785be [2022-04-07T17:53:36.267Z] Removing intermediate container fb1538e785be [2022-04-07T17:53:36.267Z] ---> 2b2d7b69b51e [2022-04-07T17:53:36.267Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.2 [2022-04-07T17:53:36.267Z] ---> Running in 3faeaf6f7ab6 [2022-04-07T17:53:36.267Z] Removing intermediate container 3faeaf6f7ab6 [2022-04-07T17:53:36.267Z] ---> e3d85302a2df [2022-04-07T17:53:36.267Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-04-07T17:53:36.267Z] ---> Running in dcea3655a004 [2022-04-07T17:53:36.267Z] Removing intermediate container dcea3655a004 [2022-04-07T17:53:36.267Z] ---> 3530feebebeb [2022-04-07T17:53:36.267Z] 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-04-07T17:53:36.267Z] ---> Running in 2be7a7a2344b [2022-04-07T17:53:36.267Z] Removing intermediate container 2be7a7a2344b [2022-04-07T17:53:36.267Z] ---> 4d0b526da886 [2022-04-07T17:53:36.267Z] 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-04-07T17:53:36.267Z] ---> Running in fb3f9adbd20b [2022-04-07T17:53:37.128Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-04-07T17:53:37.128Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.22s) [2022-04-07T17:53:37.128Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.40s) [2022-04-07T17:53:37.128Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.29s) [2022-04-07T17:53:37.128Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.32s) [2022-04-07T17:53:37.128Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.03s) [2022-04-07T17:53:37.128Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.90s) [2022-04-07T17:53:37.128Z] === RUN TestBuildMultiStageCopy [2022-04-07T17:53:37.128Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-07T17:53:39.402Z] [2022-04-07T17:53:39.402Z] Name Version Source Summary [2022-04-07T17:53:39.402Z] ---- ------- ------ ------- [2022-04-07T17:53:39.402Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-04-07T17:53:39.402Z] [2022-04-07T17:53:39.402Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-04-07T17:53:39.402Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-04-07T17:53:39.402Z] PSChildName : containerd [2022-04-07T17:53:39.402Z] PSDrive : C [2022-04-07T17:53:39.402Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-04-07T17:53:39.402Z] PSIsContainer : True [2022-04-07T17:53:39.402Z] Name : containerd [2022-04-07T17:53:39.402Z] FullName : C:\containerd [2022-04-07T17:53:39.402Z] Parent : [2022-04-07T17:53:39.402Z] Exists : True [2022-04-07T17:53:39.402Z] Root : C:\ [2022-04-07T17:53:39.402Z] Extension : [2022-04-07T17:53:39.402Z] CreationTime : 4/7/2022 5:53:37 PM [2022-04-07T17:53:39.402Z] CreationTimeUtc : 4/7/2022 5:53:37 PM [2022-04-07T17:53:39.402Z] LastAccessTime : 4/7/2022 5:53:37 PM [2022-04-07T17:53:39.402Z] LastAccessTimeUtc : 4/7/2022 5:53:37 PM [2022-04-07T17:53:39.402Z] LastWriteTime : 4/7/2022 5:53:37 PM [2022-04-07T17:53:39.402Z] LastWriteTimeUtc : 4/7/2022 5:53:37 PM [2022-04-07T17:53:39.402Z] Attributes : Directory [2022-04-07T17:53:39.402Z] Mode : d----- [2022-04-07T17:53:39.402Z] BaseName : containerd [2022-04-07T17:53:39.402Z] Target : {} [2022-04-07T17:53:39.402Z] LinkType : [2022-04-07T17:53:39.402Z] [2022-04-07T17:53:39.402Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-04-07T17:53:39.402Z] INFO: Configuring git core.autocrlf... [2022-04-07T17:53:39.402Z] [2022-04-07T17:53:39.402Z] [2022-04-07T17:53:39.404Z] #60 290.4 + bin/containerd-shim-runc-v2 [2022-04-07T17:53:39.404Z] #60 291.2 + binaries [2022-04-07T17:53:39.404Z] #60 291.2 + install -D bin/containerd /build/containerd [2022-04-07T17:53:39.404Z] #60 291.2 + install -D bin/containerd-shim /build/containerd-shim [2022-04-07T17:53:39.404Z] #60 291.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-07T17:53:39.404Z] #60 291.3 + install -D bin/ctr /build/ctr [2022-04-07T17:53:39.676Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-07T17:53:39.937Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-07T17:53:40.510Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-07T17:53:41.084Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-07T17:53:41.293Z] #60 DONE 293.2s [2022-04-07T17:53:41.440Z] #67 177.5 # github.com/containerd/containerd/cmd/containerd [2022-04-07T17:53:41.440Z] #67 177.5 /usr/bin/ld: /tmp/go-link-1637103845/000019.o: in function `New': [2022-04-07T17:53:41.440Z] #67 177.5 /tmp/tmp.sFskCzOJfZ/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-04-07T17:53:41.440Z] #67 177.6 + bin/containerd-stress [2022-04-07T17:53:41.440Z] #67 178.7 + bin/containerd-shim [2022-04-07T17:53:41.656Z] --- PASS: TestBuildMultiStageCopy (4.59s) [2022-04-07T17:53:41.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.45s) [2022-04-07T17:53:41.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2022-04-07T17:53:41.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2022-04-07T17:53:41.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2022-04-07T17:53:41.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.62s) [2022-04-07T17:53:41.656Z] === RUN TestBuildMultiStageParentConfig [2022-04-07T17:53:42.221Z] [2022-04-07T17:53:42.221Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-07T17:53:42.221Z] #61 sha256:128a28c725855719d4ecbf89366a660f602425a470c1a718d3c5907ebb853931 [2022-04-07T17:53:43.044Z] --- PASS: TestBuildMultiStageParentConfig (1.34s) [2022-04-07T17:53:43.044Z] === RUN TestBuildLabelWithTargets [2022-04-07T17:53:43.148Z] #61 DONE 0.8s [2022-04-07T17:53:43.148Z] [2022-04-07T17:53:43.148Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-07T17:53:43.148Z] #66 sha256:e8a3f0369f725ade25aaae5140fb0adc7b14a32bc55d9189b3c7c921d4615a60 [2022-04-07T17:53:43.404Z] #66 DONE 0.2s [2022-04-07T17:53:43.404Z] [2022-04-07T17:53:43.404Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-07T17:53:43.404Z] #71 sha256:40fcab9979cadb28ead1fa914c8acaa63c24f835528463a6d2bc41c5e7df0802 [2022-04-07T17:53:44.335Z] #71 DONE 0.9s [2022-04-07T17:53:44.335Z] [2022-04-07T17:53:44.335Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-07T17:53:44.335Z] #72 sha256:1f0e1593e0c58756deb5f9d5fd09bf19b3dbb2d2f22285153dfb7d9052302d13 [2022-04-07T17:53:44.335Z] #72 DONE 0.0s [2022-04-07T17:53:44.335Z] [2022-04-07T17:53:44.335Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-07T17:53:44.335Z] #73 sha256:f7b4bc71f5971a51556adfbbfd735289951d9cdb6198f5df5595a8fc9ee5cf58 [2022-04-07T17:53:45.264Z] #73 DONE 0.9s [2022-04-07T17:53:45.264Z] [2022-04-07T17:53:45.264Z] #74 exporting to image [2022-04-07T17:53:45.264Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-07T17:53:45.264Z] #74 exporting layers [2022-04-07T17:53:45.598Z] --- PASS: TestBuildLabelWithTargets (2.38s) [2022-04-07T17:53:45.598Z] === RUN TestBuildWithEmptyLayers [2022-04-07T17:53:46.542Z] --- PASS: TestBuildWithEmptyLayers (1.20s) [2022-04-07T17:53:46.542Z] === RUN TestBuildMultiStageOnBuild [2022-04-07T17:53:48.716Z] [2022-04-07T17:53:48.716Z] SUCCESS: Specified value was saved. [2022-04-07T17:53:48.716Z] INFO: Downloading git... [2022-04-07T17:53:49.846Z] --- PASS: TestBuildMultiStageOnBuild (3.06s) [2022-04-07T17:53:49.846Z] === RUN TestBuildUncleanTarFilenames [2022-04-07T17:53:50.275Z] INFO: Downloading go... [2022-04-07T17:53:51.445Z] #67 189.8 + bin/containerd-shim-runc-v1 [2022-04-07T17:53:51.761Z] --- PASS: TestBuildUncleanTarFilenames (1.78s) [2022-04-07T17:53:51.761Z] === RUN TestBuildMultiStageLayerLeak [2022-04-07T17:53:51.802Z] #74 exporting layers 6.1s done [2022-04-07T17:53:51.802Z] #74 writing image sha256:24254cf84985a68fe04891952662d3fb1e741011e63d672ac47b400c249c93c8 done [2022-04-07T17:53:51.802Z] #74 naming to docker.io/library/docker:101dafd049949a4da65dcefd495828a6644e1ce1 done [2022-04-07T17:53:51.802Z] #74 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2022-04-07T17:53:51.844Z] INFO: Downloading compiler 1 of 3... [2022-04-07T17:53:51.844Z] INFO: Downloading compiler 2 of 3... [2022-04-07T17:53:51.844Z] INFO: Downloading compiler 3 of 3... [2022-04-07T17:53:51.844Z] INFO: Extracting git... [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-07T17:53:52.139Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -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:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh dynbinary test-integration [2022-04-07T17:53:54.027Z] [2022-04-07T17:53:54.027Z] Removing bundles/ [2022-04-07T17:53:54.027Z] [2022-04-07T17:53:54.027Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-07T17:53:54.027Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T17:53:54.027Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T17:53:55.073Z] --- PASS: TestBuildMultiStageLayerLeak (3.24s) [2022-04-07T17:53:55.073Z] === RUN TestBuildWithHugeFile [2022-04-07T17:53:58.027Z] #67 196.0 + bin/containerd-shim-runc-v2 [2022-04-07T17:53:58.028Z] #67 196.8 + binaries [2022-04-07T17:53:58.028Z] #67 196.8 + install -D bin/containerd /build/containerd [2022-04-07T17:53:58.028Z] #67 196.9 + install -D bin/containerd-shim /build/containerd-shim [2022-04-07T17:53:58.028Z] #67 196.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-07T17:53:58.028Z] #67 196.9 + install -D bin/ctr /build/ctr [2022-04-07T17:53:58.290Z] #67 DONE 197.3s [2022-04-07T17:53:59.680Z] [2022-04-07T17:53:59.680Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-07T17:53:59.680Z] #68 sha256:9aa6ba07353687598862b0a44b0b4f06fdbdfe6f1444fc897a1c8214c3eb1097 [2022-04-07T17:53:59.680Z] #68 DONE 0.2s [2022-04-07T17:53:59.680Z] [2022-04-07T17:53:59.680Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-07T17:53:59.680Z] #73 sha256:95a07c5d66290b52a60838566fdb12e0de429e60a82cdb6b3c102ccba6c523cd [2022-04-07T17:53:59.680Z] #73 DONE 0.1s [2022-04-07T17:53:59.680Z] [2022-04-07T17:53:59.680Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-07T17:53:59.680Z] #78 sha256:ca50c20b5259c3868a4ac17574897d345e26aeda599062213e5c187adfbf1808 [2022-04-07T17:54:00.251Z] #78 DONE 0.5s [2022-04-07T17:54:00.251Z] [2022-04-07T17:54:00.251Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-04-07T17:54:00.251Z] #79 sha256:0d3c5157f5f1b55203fed089017def0b864e2781f4314b6cac1cd3ad07ae8916 [2022-04-07T17:54:00.251Z] #79 DONE 0.0s [2022-04-07T17:54:00.251Z] [2022-04-07T17:54:00.251Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-07T17:54:00.251Z] #80 sha256:aa91c0d64e812527ab980ff3f563f53a0c936aba5ce36abcafbb9ab2ecca05e7 [2022-04-07T17:54:04.282Z] INFO: Expanding go... [2022-04-07T17:54:05.538Z] #80 DONE 4.8s [2022-04-07T17:54:05.538Z] [2022-04-07T17:54:05.538Z] #81 exporting to image [2022-04-07T17:54:05.538Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-07T17:54:05.538Z] #81 exporting layers [2022-04-07T17:54:11.600Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T17:54:11.600Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T17:54:11.600Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T17:54:11.600Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T17:54:11.600Z] [2022-04-07T17:54:11.600Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-07T17:54:11.600Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-07T17:54:11.600Z] HOSTNAME=c136b8e5b6be [2022-04-07T17:54:11.600Z] TESTDEBUG=0 [2022-04-07T17:54:11.600Z] DEST=bundles/test-integration [2022-04-07T17:54:11.600Z] PWD=/go/src/github.com/docker/docker [2022-04-07T17:54:11.600Z] DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:54:11.600Z] container=docker [2022-04-07T17:54:11.600Z] HOME=/root [2022-04-07T17:54:11.600Z] GOLANG_VERSION=1.18 [2022-04-07T17:54:11.600Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-07T17:54:11.600Z] VALIDATE_BRANCH=master [2022-04-07T17:54:11.600Z] TERM=xterm [2022-04-07T17:54:11.600Z] DOCKER_PKG=github.com/docker/docker [2022-04-07T17:54:11.600Z] SHLVL=1 [2022-04-07T17:54:11.600Z] TIMEOUT=120m [2022-04-07T17:54:11.600Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-07T17:54:11.600Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-07T17:54:11.600Z] GO111MODULE=off [2022-04-07T17:54:11.600Z] DOCKER_EXPERIMENTAL=1 [2022-04-07T17:54:11.600Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-07T17:54:11.600Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-07T17:54:11.600Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-07T17:54:11.600Z] GOPATH=/go [2022-04-07T17:54:11.600Z] PKG_CONFIG=pkg-config [2022-04-07T17:54:11.600Z] _=/usr/bin/env [2022-04-07T17:54:11.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-07T17:54:29.497Z] INFO: Expanding compiler 1 of 3... [2022-04-07T17:54:29.497Z] INFO: Expanding compiler 2 of 3... [2022-04-07T17:54:29.645Z] Removing intermediate container b4bc1a6049cc [2022-04-07T17:54:29.645Z] ---> f0f71885e665 [2022-04-07T17:54:29.645Z] 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-04-07T17:54:29.645Z] ---> Running in ed597dbb83ae [2022-04-07T17:54:29.645Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-04-07T17:54:29.645Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-07T17:54:29.645Z] go: downloading github.com/fatih/color v1.10.0 [2022-04-07T17:54:29.645Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-07T17:54:29.645Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-07T17:54:29.645Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T17:54:29.645Z] go: downloading golang.org/x/tools v0.1.0 [2022-04-07T17:54:29.645Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-07T17:54:29.645Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-07T17:54:29.645Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-07T17:54:29.645Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-07T17:54:29.645Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-07T17:54:29.645Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-07T17:54:29.645Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-07T17:54:29.645Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-07T17:54:29.645Z] go: downloading golang.org/x/mod v0.3.0 [2022-04-07T17:54:31.692Z] INFO: Expanding compiler 3 of 3... [2022-04-07T17:54:32.121Z] #81 exporting layers 26.1s done [2022-04-07T17:54:32.121Z] #81 writing image sha256:69fadf353b2c8729e6fe457a8418f58aafde1c71c71d5ee0d3fe1730cba2a15e done [2022-04-07T17:54:32.121Z] #81 naming to docker.io/library/docker:101dafd049949a4da65dcefd495828a6644e1ce1 done [2022-04-07T17:54:32.121Z] #81 DONE 26.1s [Pipeline] } [Pipeline] // stage [2022-04-07T17:54:32.156Z] INFO: Removing downloaded files... [2022-04-07T17:54:32.156Z] INFO: Downloading containerd [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-04-07T17:54:32.454Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43448/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/validate/default [2022-04-07T17:54:33.416Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-04-07T17:54:33.416Z] No api/types/ or api/swagger.yaml changes in diff. [2022-04-07T17:54:33.416Z] Congratulations! All TOML source files changed here have valid syntax. [2022-04-07T17:54:33.416Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-04-07T17:54:33.416Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-04-07T17:54:33.416Z] Congratulations! No new tests were added to integration-cli. [2022-04-07T17:54:33.416Z] [2022-04-07T17:54:33.416Z] INFO Start validation with golang-ci-lint [2022-04-07T17:54:34.360Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-04-07T17:54:34.360Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-04-07T17:54:34.360Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-04-07T17:54:38.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-07T17:54:38.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-07T17:54:39.773Z] Removing intermediate container d26925dfcde2 [2022-04-07T17:54:39.774Z] ---> 19dc30535357 [2022-04-07T17:54:39.774Z] 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-04-07T17:54:39.774Z] ---> Running in ceb97c53e148 [2022-04-07T17:54:39.774Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-04-07T17:54:39.774Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-07T17:54:39.774Z] go: downloading github.com/fatih/color v1.10.0 [2022-04-07T17:54:39.774Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-07T17:54:39.774Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-07T17:54:39.774Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T17:54:39.774Z] go: downloading golang.org/x/tools v0.1.0 [2022-04-07T17:54:39.774Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-07T17:54:39.774Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-07T17:54:39.774Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-07T17:54:39.774Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-07T17:54:39.774Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-07T17:54:39.774Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-07T17:54:39.774Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-07T17:54:39.774Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-07T17:54:39.774Z] go: downloading golang.org/x/mod v0.3.0 [2022-04-07T17:54:40.769Z] [2022-04-07T17:54:40.769Z] Name Version Source Summary [2022-04-07T17:54:40.769Z] ---- ------- ------ ------- [2022-04-07T17:54:40.769Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-04-07T17:54:40.769Z] [2022-04-07T17:54:40.769Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-04-07T17:54:40.769Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-04-07T17:54:40.769Z] PSChildName : containerd [2022-04-07T17:54:40.769Z] PSDrive : C [2022-04-07T17:54:40.769Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-04-07T17:54:40.769Z] PSIsContainer : True [2022-04-07T17:54:40.769Z] Name : containerd [2022-04-07T17:54:40.769Z] FullName : C:\containerd [2022-04-07T17:54:40.769Z] Parent : [2022-04-07T17:54:40.769Z] Exists : True [2022-04-07T17:54:40.769Z] Root : C:\ [2022-04-07T17:54:40.769Z] Extension : [2022-04-07T17:54:40.769Z] CreationTime : 4/7/2022 5:54:40 PM [2022-04-07T17:54:40.769Z] CreationTimeUtc : 4/7/2022 5:54:40 PM [2022-04-07T17:54:40.769Z] LastAccessTime : 4/7/2022 5:54:40 PM [2022-04-07T17:54:40.769Z] LastAccessTimeUtc : 4/7/2022 5:54:40 PM [2022-04-07T17:54:40.769Z] LastWriteTime : 4/7/2022 5:54:40 PM [2022-04-07T17:54:40.769Z] LastWriteTimeUtc : 4/7/2022 5:54:40 PM [2022-04-07T17:54:40.769Z] Attributes : Directory [2022-04-07T17:54:40.769Z] Mode : d----- [2022-04-07T17:54:40.769Z] BaseName : containerd [2022-04-07T17:54:40.769Z] Target : {} [2022-04-07T17:54:40.769Z] LinkType : [2022-04-07T17:54:40.769Z] [2022-04-07T17:54:42.070Z] Removing intermediate container ed597dbb83ae [2022-04-07T17:54:42.070Z] ---> 226684471c4f [2022-04-07T17:54:42.070Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-04-07T17:54:42.070Z] ---> Running in 2fa819ea5da1 [2022-04-07T17:54:42.070Z] Removing intermediate container 2fa819ea5da1 [2022-04-07T17:54:42.070Z] ---> 1489ab4e6961 [2022-04-07T17:54:42.070Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-04-07T17:54:42.070Z] ---> Running in 837092cf1cd2 [2022-04-07T17:54:42.070Z] Removing intermediate container 837092cf1cd2 [2022-04-07T17:54:42.070Z] ---> f9aef1cf7b82 [2022-04-07T17:54:42.070Z] Step 11/11 : COPY . . [2022-04-07T17:54:42.317Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-04-07T17:54:42.317Z] INFO: Configuring git core.autocrlf... [2022-04-07T17:54:42.317Z] [2022-04-07T17:54:42.317Z] [2022-04-07T17:54:52.087Z] Removing intermediate container ceb97c53e148 [2022-04-07T17:54:52.087Z] ---> e0843538c1e1 [2022-04-07T17:54:52.087Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-04-07T17:54:52.087Z] ---> Running in 04991890a009 [2022-04-07T17:54:52.087Z] Removing intermediate container 04991890a009 [2022-04-07T17:54:52.087Z] ---> af8f20cc5012 [2022-04-07T17:54:52.087Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-04-07T17:54:52.087Z] ---> Running in 915e79bd25b6 [2022-04-07T17:54:52.087Z] Removing intermediate container 915e79bd25b6 [2022-04-07T17:54:52.087Z] ---> 9838b31fa825 [2022-04-07T17:54:52.087Z] Step 11/11 : COPY . . [2022-04-07T17:54:56.469Z] --- PASS: TestImportExtremelyLargeImageWorks (91.74s) [2022-04-07T17:54:56.469Z] PASS [2022-04-07T17:54:56.469Z] [2022-04-07T17:54:56.469Z] DONE 22 tests in 94.817s [2022-04-07T17:54:56.469Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-04-07T17:54:56.469Z] INFO: Testing against a local daemon [2022-04-07T17:54:56.469Z] === RUN TestNetworkCreateDelete [2022-04-07T17:54:56.469Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-04-07T17:54:56.469Z] === RUN TestDockerNetworkDeletePreferID [2022-04-07T17:54:56.469Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-04-07T17:54:56.469Z] === RUN TestDaemonDNSFallback [2022-04-07T17:54:59.011Z] --- PASS: TestDaemonDNSFallback (6.40s) [2022-04-07T17:54:59.011Z] === RUN TestInspectNetwork [2022-04-07T17:55:00.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-07T17:55:01.560Z] === RUN TestInspectNetwork/full_network_id [2022-04-07T17:55:01.560Z] === RUN TestInspectNetwork/partial_network_id [2022-04-07T17:55:01.560Z] === RUN TestInspectNetwork/network_name [2022-04-07T17:55:01.560Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-04-07T17:55:03.219Z] ---> 8348f68cb73d [2022-04-07T17:55:03.219Z] Successfully built 8348f68cb73d [2022-04-07T17:55:03.219Z] Successfully tagged docker:latest [2022-04-07T17:55:03.219Z] INFO: Image build ended at 04/07/2022 17:55:00. Duration:00:02:38.0659297 [2022-04-07T17:55:03.219Z] [2022-04-07T17:55:03.219Z] [2022-04-07T17:55:03.219Z] INFO: Building the test binaries at 04/07/2022 17:55:00... [2022-04-07T17:55:04.194Z] INFO: make.ps1 starting at 04/07/2022 17:55:03 [2022-04-07T17:55:04.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-07T17:55:04.657Z] INFO: Git commit (101dafd049) assumed from DOCKER_GITCOMMIT environment variable [2022-04-07T17:55:04.657Z] INFO: Invoking autogen... [2022-04-07T17:55:04.657Z] INFO: Building daemon... [2022-04-07T17:55:05.761Z] --- PASS: TestInspectNetwork (6.98s) [2022-04-07T17:55:05.761Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-04-07T17:55:05.761Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-04-07T17:55:05.761Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-04-07T17:55:05.761Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-04-07T17:55:05.761Z] === RUN TestRunContainerWithBridgeNone [2022-04-07T17:55:07.147Z] --- PASS: TestRunContainerWithBridgeNone (1.56s) [2022-04-07T17:55:07.147Z] === RUN TestNetworkInvalidJSON [2022-04-07T17:55:07.147Z] === RUN TestNetworkInvalidJSON//networks/create [2022-04-07T17:55:07.147Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-04-07T17:55:07.147Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T17:55:07.147Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T17:55:07.147Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T17:55:07.147Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T17:55:07.147Z] === CONT TestNetworkInvalidJSON//networks/create [2022-04-07T17:55:07.147Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T17:55:07.147Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T17:55:07.147Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-04-07T17:55:07.147Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-04-07T17:55:07.147Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-04-07T17:55:07.147Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-04-07T17:55:07.147Z] === RUN TestNetworkList [2022-04-07T17:55:07.147Z] === RUN TestNetworkList//networks [2022-04-07T17:55:07.147Z] === PAUSE TestNetworkList//networks [2022-04-07T17:55:07.147Z] === RUN TestNetworkList//networks/ [2022-04-07T17:55:07.147Z] === PAUSE TestNetworkList//networks/ [2022-04-07T17:55:07.147Z] === CONT TestNetworkList//networks [2022-04-07T17:55:07.147Z] === CONT TestNetworkList//networks/ [2022-04-07T17:55:07.147Z] --- PASS: TestNetworkList (0.01s) [2022-04-07T17:55:07.147Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-07T17:55:07.147Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-07T17:55:07.147Z] === RUN TestHostIPv4BridgeLabel [2022-04-07T17:55:07.719Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-04-07T17:55:07.719Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-07T17:55:09.102Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-04-07T17:55:09.102Z] === RUN TestDaemonDefaultNetworkPools [2022-04-07T17:55:09.681Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-04-07T17:55:09.681Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-07T17:55:10.624Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-04-07T17:55:10.624Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-07T17:55:10.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-07T17:55:11.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-07T17:55:12.007Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-04-07T17:55:12.007Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-07T17:55:12.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-07T17:55:12.577Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-04-07T17:55:12.577Z] === RUN TestServiceWithPredefinedNetwork [2022-04-07T17:55:13.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-07T17:55:13.178Z] ---> ab886ea76571 [2022-04-07T17:55:13.178Z] Successfully built ab886ea76571 [2022-04-07T17:55:13.178Z] Successfully tagged docker:latest [2022-04-07T17:55:13.178Z] INFO: Image build ended at 04/07/2022 17:55:11. Duration:00:02:46.1942195 [2022-04-07T17:55:13.178Z] [2022-04-07T17:55:13.178Z] [2022-04-07T17:55:13.178Z] INFO: Building the test binaries at 04/07/2022 17:55:11... [2022-04-07T17:55:13.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-07T17:55:14.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-07T17:55:14.487Z] --- PASS: TestServiceWithPredefinedNetwork (1.91s) [2022-04-07T17:55:14.487Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-07T17:55:14.487Z] service_test.go:243: FLAKY_TEST [2022-04-07T17:55:14.487Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T17:55:14.487Z] === RUN TestServiceWithDataPathPortInit [2022-04-07T17:55:14.732Z] INFO: make.ps1 starting at 04/07/2022 17:55:14 [2022-04-07T17:55:15.186Z] INFO: Git commit (101dafd049) assumed from DOCKER_GITCOMMIT environment variable [2022-04-07T17:55:15.186Z] INFO: Invoking autogen... [2022-04-07T17:55:15.640Z] INFO: Building daemon... [2022-04-07T17:55:16.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-07T17:55:17.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-07T17:55:18.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-07T17:55:18.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-07T17:55:19.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-07T17:55:20.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-07T17:55:21.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-07T17:55:21.615Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-07T17:55:22.558Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-07T17:55:23.128Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-07T17:55:23.128Z] Using test binary docker [2022-04-07T17:55:23.128Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-07T17:55:23.128Z] +++ /etc/init.d/apparmor start [2022-04-07T17:55:23.128Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-07T17:55:23.128Z] INFO: Waiting for daemon to start... [2022-04-07T17:55:23.128Z] Starting dockerd [2022-04-07T17:55:23.128Z] +++ 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-04-07T17:55:25.670Z] . [2022-04-07T17:55:25.670Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-07T17:55:25.670Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-07T17:55:25.670Z] Error: No such image: emptyfs [2022-04-07T17:55:25.670Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-07T17:55:25.670Z] ++++ docker load [2022-04-07T17:55:25.670Z] Running integration-test (iteration 1) [2022-04-07T17:55:25.670Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-04-07T17:55:25.670Z] ++ 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-04-07T17:55:25.670Z] ++ set -e [2022-04-07T17:55:25.670Z] ++ '[' -n 0 ']' [2022-04-07T17:55:25.670Z] ++ set -x [2022-04-07T17:55:25.671Z] ++ 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-04-07T17:55:25.671Z] Loaded image: busybox:latest [2022-04-07T17:55:25.671Z] Loaded image: busybox:glibc [2022-04-07T17:55:26.635Z] Loaded image: debian:bullseye-slim [2022-04-07T17:55:26.895Z] Loaded image: hello-world:latest [2022-04-07T17:55:26.895Z] Loaded image: arm32v7/hello-world:latest [2022-04-07T17:55:26.895Z] INFO: Testing against a local daemon [2022-04-07T17:55:26.895Z] === RUN TestCgroupNamespacesBuild [2022-04-07T17:55:28.278Z] --- PASS: TestCgroupNamespacesBuild (1.17s) [2022-04-07T17:55:28.278Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-07T17:55:29.219Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-04-07T17:55:29.219Z] === RUN TestBuildWithSession [2022-04-07T17:55:29.219Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T17:55:29.219Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-07T17:55:29.219Z] === RUN TestBuildSquashParent [2022-04-07T17:55:29.389Z] --- PASS: TestServiceWithDataPathPortInit (14.02s) [2022-04-07T17:55:29.389Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-07T17:55:31.302Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:6d7ij6jiwtq26iwvsha2ibicp Created:2022-04-07 17:55:29.673309171 +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[888022ae3fcd38d612b51f193d3b5197c8fdd3bb058468b543c59b757877f8d8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pfrmo17weq1yktnmgleavy4c8 EndpointID:8cbbe742b3e9e6d71ba2353ba0a6756ba887c0cae045508847e8b38501f51f9a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ea6c020d617b16fd87e26be6ec61f44ea78fb73218c18a48a2932f8caae789ac 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:56dc1f9c3bd8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pfrmo17weq1yktnmgleavy4c8 EndpointID:8cbbe742b3e9e6d71ba2353ba0a6756ba887c0cae045508847e8b38501f51f9a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-04-07T17:55:33.421Z] --- PASS: TestBuildSquashParent (4.00s) [2022-04-07T17:55:33.421Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-07T17:55:33.421Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:55:33.421Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:55:33.421Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:55:33.421Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:55:33.421Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:55:33.421Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:55:33.421Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:55:33.421Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:55:33.421Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:55:33.421Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:55:33.421Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:55:33.421Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:55:33.421Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:55:33.421Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:55:34.803Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:55:34.803Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:55:35.503Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.87s) [2022-04-07T17:55:35.504Z] PASS [2022-04-07T17:55:35.504Z] [2022-04-07T17:55:35.504Z] === Skipped [2022-04-07T17:55:35.504Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T17:55:35.504Z] service_test.go:243: FLAKY_TEST [2022-04-07T17:55:35.504Z] [2022-04-07T17:55:35.504Z] DONE 26 tests, 1 skipped in 43.497s [2022-04-07T17:55:35.504Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-07T17:55:35.504Z] INFO: Testing against a local daemon [2022-04-07T17:55:35.504Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-07T17:55:35.504Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T17:55:35.504Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-07T17:55:35.504Z] === RUN TestDockerNetworkIpvlan [2022-04-07T17:55:35.504Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T17:55:35.504Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-07T17:55:35.504Z] PASS [2022-04-07T17:55:35.504Z] [2022-04-07T17:55:35.504Z] === Skipped [2022-04-07T17:55:35.504Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-07T17:55:35.504Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T17:55:35.504Z] [2022-04-07T17:55:35.504Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-07T17:55:35.504Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T17:55:35.504Z] [2022-04-07T17:55:35.504Z] DONE 2 tests, 2 skipped in 0.023s [2022-04-07T17:55:35.504Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-07T17:55:35.504Z] INFO: Testing against a local daemon [2022-04-07T17:55:35.504Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-07T17:55:35.745Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:55:35.745Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:55:36.898Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-04-07T17:55:36.898Z] === RUN TestDockerNetworkMacvlan [2022-04-07T17:55:37.129Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-04-07T17:55:37.129Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.33s) [2022-04-07T17:55:37.129Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.37s) [2022-04-07T17:55:37.129Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.05s) [2022-04-07T17:55:37.129Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.09s) [2022-04-07T17:55:37.129Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.08s) [2022-04-07T17:55:37.129Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.12s) [2022-04-07T17:55:37.129Z] === RUN TestBuildMultiStageCopy [2022-04-07T17:55:37.129Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-07T17:55:37.162Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-04-07T17:55:38.070Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-07T17:55:38.070Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-07T17:55:38.115Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-04-07T17:55:38.331Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-07T17:55:38.592Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-07T17:55:38.685Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-04-07T17:55:38.852Z] --- PASS: TestBuildMultiStageCopy (2.00s) [2022-04-07T17:55:38.852Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.18s) [2022-04-07T17:55:38.852Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-04-07T17:55:38.852Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-04-07T17:55:38.852Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-04-07T17:55:38.852Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2022-04-07T17:55:38.852Z] === RUN TestBuildMultiStageParentConfig [2022-04-07T17:55:39.423Z] --- PASS: TestBuildMultiStageParentConfig (0.57s) [2022-04-07T17:55:39.423Z] === RUN TestBuildLabelWithTargets [2022-04-07T17:55:40.363Z] --- PASS: TestBuildLabelWithTargets (0.91s) [2022-04-07T17:55:40.363Z] === RUN TestBuildWithEmptyLayers [2022-04-07T17:55:40.599Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-04-07T17:55:40.624Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2022-04-07T17:55:40.624Z] === RUN TestBuildMultiStageOnBuild [2022-04-07T17:55:42.006Z] --- PASS: TestBuildMultiStageOnBuild (1.31s) [2022-04-07T17:55:42.006Z] === RUN TestBuildUncleanTarFilenames [2022-04-07T17:55:42.514Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-04-07T17:55:42.576Z] --- PASS: TestBuildUncleanTarFilenames (0.59s) [2022-04-07T17:55:42.576Z] === RUN TestBuildMultiStageLayerLeak [2022-04-07T17:55:43.960Z] --- PASS: TestBuildMultiStageLayerLeak (1.29s) [2022-04-07T17:55:43.960Z] === RUN TestBuildWithHugeFile [2022-04-07T17:55:45.815Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-04-07T17:55:46.386Z] --- PASS: TestDockerNetworkMacvlan (9.64s) [2022-04-07T17:55:46.386Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-04-07T17:55:46.386Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-04-07T17:55:46.386Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2022-04-07T17:55:46.386Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s) [2022-04-07T17:55:46.386Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.05s) [2022-04-07T17:55:46.386Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2022-04-07T17:55:46.386Z] PASS [2022-04-07T17:55:46.386Z] [2022-04-07T17:55:46.386Z] DONE 8 tests in 10.904s [2022-04-07T17:55:46.386Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-07T17:55:46.386Z] testing: warning: no tests to run [2022-04-07T17:55:46.386Z] PASS [2022-04-07T17:55:46.386Z] [2022-04-07T17:55:46.386Z] DONE 0 tests in 0.007s [2022-04-07T17:55:46.386Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-07T17:55:46.386Z] INFO: Testing against a local daemon [2022-04-07T17:55:46.386Z] === RUN TestAuthZPluginAllowRequest [2022-04-07T17:55:46.592Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-07T17:55:46.592Z] Using test binary docker [2022-04-07T17:55:46.592Z] +++ /etc/init.d/apparmor start [2022-04-07T17:55:46.592Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-07T17:55:46.592Z] INFO: Waiting for daemon to start... [2022-04-07T17:55:46.592Z] Starting dockerd [2022-04-07T17:55:46.592Z] +++ 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-04-07T17:55:46.592Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-07T17:55:46.592Z] Using test binary docker [2022-04-07T17:55:46.592Z] +++ /etc/init.d/apparmor start [2022-04-07T17:55:46.592Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-07T17:55:46.592Z] INFO: Waiting for daemon to start... [2022-04-07T17:55:46.592Z] Starting dockerd [2022-04-07T17:55:46.592Z] +++ 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-04-07T17:55:47.163Z] . [2022-04-07T17:55:47.163Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-07T17:55:47.163Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-07T17:55:47.163Z] Error: No such image: emptyfs [2022-04-07T17:55:47.163Z] ++++ docker load [2022-04-07T17:55:47.163Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-07T17:55:47.328Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-04-07T17:55:47.328Z] === RUN TestAuthZPluginTLS [2022-04-07T17:55:47.424Z] Running integration-test (iteration 1) [2022-04-07T17:55:47.424Z] 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-04-07T17:55:47.424Z] ++ 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-04-07T17:55:47.424Z] ++ set -e [2022-04-07T17:55:47.424Z] ++ '[' -n 0 ']' [2022-04-07T17:55:47.424Z] ++ set -x [2022-04-07T17:55:47.424Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-07T17:55:47.898Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-04-07T17:55:47.898Z] === RUN TestAuthZPluginDenyRequest [2022-04-07T17:55:47.995Z] [2022-04-07T17:55:47.995Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-07T17:55:47.995Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-07T17:55:47.995Z] Error: No such image: emptyfs [2022-04-07T17:55:47.995Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-07T17:55:47.995Z] ++++ docker load [2022-04-07T17:55:48.255Z] Loaded image: busybox:latest [2022-04-07T17:55:48.255Z] Running integration-test (iteration 1) [2022-04-07T17:55:48.255Z] 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-04-07T17:55:48.255Z] ++ 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-04-07T17:55:48.255Z] ++ set -e [2022-04-07T17:55:48.255Z] ++ '[' -n 0 ']' [2022-04-07T17:55:48.255Z] ++ set -x [2022-04-07T17:55:48.255Z] ++ 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-04-07T17:55:48.469Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-04-07T17:55:48.469Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-07T17:55:48.825Z] Loaded image: busybox:glibc [2022-04-07T17:55:49.040Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-04-07T17:55:49.040Z] === RUN TestAuthZPluginDenyResponse [2022-04-07T17:55:49.399Z] Loaded image: busybox:latest [2022-04-07T17:55:49.611Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-04-07T17:55:49.611Z] === RUN TestAuthZPluginAllowEventStream [2022-04-07T17:55:49.660Z] Loaded image: busybox:glibc [2022-04-07T17:55:50.993Z] --- PASS: TestAuthZPluginAllowEventStream (1.22s) [2022-04-07T17:55:50.994Z] === RUN TestAuthZPluginErrorResponse [2022-04-07T17:55:51.254Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-04-07T17:55:51.254Z] === RUN TestAuthZPluginErrorRequest [2022-04-07T17:55:51.826Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-04-07T17:55:51.826Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-07T17:55:52.397Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-04-07T17:55:52.397Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-07T17:55:52.965Z] Loaded image: debian:bullseye-slim [2022-04-07T17:55:53.226Z] Loaded image: hello-world:latest [2022-04-07T17:55:53.488Z] Loaded image: arm32v7/hello-world:latest [2022-04-07T17:55:53.488Z] INFO: Testing against a local daemon [2022-04-07T17:55:53.488Z] === RUN TestDockerDaemonSuite [2022-04-07T17:55:53.488Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-04-07T17:55:53.781Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.39s) [2022-04-07T17:55:53.781Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-07T17:55:54.060Z] Loaded image: debian:bullseye-slim [2022-04-07T17:55:54.060Z] Loaded image: hello-world:latest [2022-04-07T17:55:54.321Z] Loaded image: arm32v7/hello-world:latest [2022-04-07T17:55:54.321Z] INFO: Testing against a local daemon [2022-04-07T17:55:54.321Z] === RUN TestDockerSuite [2022-04-07T17:55:54.321Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-07T17:55:54.321Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-07T17:55:54.321Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-07T17:55:54.321Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-07T17:55:54.321Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-07T17:55:54.321Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-07T17:55:54.321Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-07T17:55:54.489Z] Removing intermediate container fb3f9adbd20b [2022-04-07T17:55:54.489Z] ---> 95722872922e [2022-04-07T17:55:54.489Z] 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-04-07T17:55:54.489Z] ---> Running in 6c8f1ea3670f [2022-04-07T17:55:54.489Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-04-07T17:55:54.489Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-07T17:55:54.489Z] go: downloading github.com/fatih/color v1.10.0 [2022-04-07T17:55:54.489Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-07T17:55:54.489Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-07T17:55:54.489Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-07T17:55:54.489Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-07T17:55:54.489Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-07T17:55:54.489Z] go: downloading golang.org/x/tools v0.1.0 [2022-04-07T17:55:54.489Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-07T17:55:54.489Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-07T17:55:54.489Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-07T17:55:54.489Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-07T17:55:54.489Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-07T17:55:54.489Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-07T17:55:54.489Z] go: downloading golang.org/x/mod v0.3.0 [2022-04-07T17:55:54.582Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-07T17:55:55.154Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-07T17:55:55.154Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-07T17:55:55.166Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.40s) [2022-04-07T17:55:55.166Z] === RUN TestAuthZPluginHeader [2022-04-07T17:55:55.726Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-07T17:55:55.726Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-07T17:55:55.736Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-04-07T17:55:55.736Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-07T17:55:56.301Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-07T17:55:56.302Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-07T17:55:56.302Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-07T17:55:58.215Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-07T17:55:58.215Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-07T17:55:58.215Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-07T17:55:58.215Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-07T17:55:58.475Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-04-07T17:55:59.420Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-07T17:55:59.938Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.88s) [2022-04-07T17:55:59.938Z] === RUN TestAuthZPluginV2Disable [2022-04-07T17:55:59.992Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-07T17:56:00.253Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-07T17:56:00.441Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T17:56:00.441Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T17:56:00.441Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T17:56:00.441Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T17:56:00.441Z] [2022-04-07T17:56:00.441Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-07T17:56:00.441Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-07T17:56:00.441Z] HOSTNAME=f9a7ed9d57f9 [2022-04-07T17:56:00.441Z] DEST=bundles/test-integration [2022-04-07T17:56:00.441Z] PWD=/go/src/github.com/docker/docker [2022-04-07T17:56:00.441Z] DOCKER_ROOTLESS=1 [2022-04-07T17:56:00.441Z] DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 [2022-04-07T17:56:00.441Z] container=docker [2022-04-07T17:56:00.441Z] HOME=/root [2022-04-07T17:56:00.441Z] GOLANG_VERSION=1.18 [2022-04-07T17:56:00.441Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-07T17:56:00.441Z] VALIDATE_BRANCH=master [2022-04-07T17:56:00.441Z] TERM=xterm [2022-04-07T17:56:00.441Z] DOCKER_PKG=github.com/docker/docker [2022-04-07T17:56:00.441Z] SHLVL=1 [2022-04-07T17:56:00.441Z] TIMEOUT=120m [2022-04-07T17:56:00.441Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-07T17:56:00.441Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-07T17:56:00.441Z] GO111MODULE=off [2022-04-07T17:56:00.441Z] DOCKER_EXPERIMENTAL=1 [2022-04-07T17:56:00.441Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-07T17:56:00.441Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-07T17:56:00.441Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-07T17:56:00.441Z] GOPATH=/go [2022-04-07T17:56:00.441Z] PKG_CONFIG=pkg-config [2022-04-07T17:56:00.441Z] _=/usr/bin/env [2022-04-07T17:56:00.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-07T17:56:00.513Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-07T17:56:00.513Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-07T17:56:00.513Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-07T17:56:03.247Z] --- PASS: TestAuthZPluginV2Disable (3.39s) [2022-04-07T17:56:03.247Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-07T17:56:03.814Z] --- PASS: TestBuildWithHugeFile (128.96s) [2022-04-07T17:56:03.814Z] === RUN TestBuildWCOWSandboxSize [2022-04-07T17:56:03.814Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T17:56:03.814Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-07T17:56:03.814Z] === RUN TestBuildWithEmptyDockerfile [2022-04-07T17:56:03.814Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:56:03.814Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:56:03.814Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:56:03.814Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:56:03.814Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:56:03.814Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:56:03.814Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:56:03.814Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:56:03.814Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:56:03.814Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-04-07T17:56:03.814Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-04-07T17:56:03.814Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-04-07T17:56:03.814Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-07T17:56:03.814Z] === RUN TestBuildPreserveOwnership [2022-04-07T17:56:03.814Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-07T17:56:04.384Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-07T17:56:06.295Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-07T17:56:06.295Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-07T17:56:06.544Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.21s) [2022-04-07T17:56:06.544Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-07T17:56:06.813Z] Removing intermediate container 6c8f1ea3670f [2022-04-07T17:56:06.813Z] ---> 31bdfdae8fef [2022-04-07T17:56:06.813Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-04-07T17:56:06.813Z] ---> Running in d4f81156046a [2022-04-07T17:56:06.813Z] Removing intermediate container d4f81156046a [2022-04-07T17:56:06.813Z] ---> 027a59c95ef6 [2022-04-07T17:56:06.813Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-04-07T17:56:06.813Z] ---> Running in 66c4c3e4e6ca [2022-04-07T17:56:07.237Z] --- PASS: TestBuildPreserveOwnership (3.49s) [2022-04-07T17:56:07.237Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.31s) [2022-04-07T17:56:07.237Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.18s) [2022-04-07T17:56:07.237Z] === RUN TestBuildPlatformInvalid [2022-04-07T17:56:07.237Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-04-07T17:56:07.237Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-07T17:56:07.267Z] Removing intermediate container 66c4c3e4e6ca [2022-04-07T17:56:07.267Z] ---> 43be7a0624e7 [2022-04-07T17:56:07.267Z] Step 11/11 : COPY . . [2022-04-07T17:56:08.179Z] Loaded image: busybox:latest [2022-04-07T17:56:08.440Z] Loaded image: busybox:glibc [2022-04-07T17:56:08.440Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-07T17:56:10.354Z] Loaded image: debian:bullseye-slim [2022-04-07T17:56:10.354Z] Loaded image: hello-world:latest [2022-04-07T17:56:10.354Z] Loaded image: arm32v7/hello-world:latest [2022-04-07T17:56:10.672Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-07T17:56:11.277Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-07T17:56:11.852Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-07T17:56:12.796Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-07T17:56:13.367Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-04-07T17:56:15.281Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-04-07T17:56:16.540Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.17s) [2022-04-07T17:56:16.540Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-07T17:56:16.667Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-04-07T17:56:16.667Z] === RUN TestDockerSuite/TestAttachDetach [2022-04-07T17:56:17.611Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-07T17:56:18.184Z] docker_cli_daemon_test.go:1472: [d84d8621ca961] daemon is not started [2022-04-07T17:56:18.444Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-07T17:56:19.016Z] check_test.go:308: [d385bc3d9131f] daemon is not started [2022-04-07T17:56:19.016Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-04-07T17:56:20.404Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-07T17:56:21.348Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-07T17:56:21.348Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.03s) [2022-04-07T17:56:21.348Z] PASS [2022-04-07T17:56:21.348Z] [2022-04-07T17:56:21.348Z] === Skipped [2022-04-07T17:56:21.348Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-04-07T17:56:21.348Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T17:56:21.348Z] [2022-04-07T17:56:21.348Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-07T17:56:21.348Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T17:56:21.348Z] [2022-04-07T17:56:21.348Z] DONE 34 tests, 2 skipped in 192.655s [2022-04-07T17:56:21.348Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-04-07T17:56:21.348Z] ++ 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-04-07T17:56:21.348Z] ++ set -e [2022-04-07T17:56:21.348Z] ++ '[' -n 0 ']' [2022-04-07T17:56:21.348Z] ++ set -x [2022-04-07T17:56:21.348Z] ++ 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-04-07T17:56:21.609Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-04-07T17:56:21.609Z] INFO: Testing against a local daemon [2022-04-07T17:56:21.609Z] === RUN TestConfigInspect [2022-04-07T17:56:21.869Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-07T17:56:22.722Z] --- PASS: TestBuildWithHugeFile (34.66s) [2022-04-07T17:56:22.722Z] === RUN TestBuildWCOWSandboxSize [2022-04-07T17:56:22.722Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T17:56:22.722Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-07T17:56:22.722Z] === RUN TestBuildWithEmptyDockerfile [2022-04-07T17:56:22.722Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:56:22.722Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:56:22.722Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:56:22.722Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:56:22.722Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:56:22.722Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:56:22.722Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:56:22.722Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:56:22.722Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:56:22.722Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-04-07T17:56:22.722Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-04-07T17:56:22.722Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-04-07T17:56:22.722Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-07T17:56:22.722Z] === RUN TestBuildPreserveOwnership [2022-04-07T17:56:22.722Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-07T17:56:22.722Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-07T17:56:22.722Z] --- PASS: TestBuildPreserveOwnership (2.64s) [2022-04-07T17:56:22.722Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.76s) [2022-04-07T17:56:22.722Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.87s) [2022-04-07T17:56:22.722Z] === RUN TestBuildPlatformInvalid [2022-04-07T17:56:22.722Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-04-07T17:56:22.722Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-07T17:56:22.722Z] Loaded image: busybox:latest [2022-04-07T17:56:22.722Z] Loaded image: busybox:glibc [2022-04-07T17:56:22.813Z] check_test.go:308: [dd12302ef822d] daemon is not started [2022-04-07T17:56:22.813Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-04-07T17:56:23.074Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-07T17:56:23.293Z] Loaded image: debian:bullseye-slim [2022-04-07T17:56:23.293Z] Loaded image: hello-world:latest [2022-04-07T17:56:23.293Z] Loaded image: arm32v7/hello-world:latest [2022-04-07T17:56:24.458Z] --- PASS: TestConfigInspect (2.64s) [2022-04-07T17:56:24.458Z] === RUN TestConfigList [2022-04-07T17:56:24.458Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-07T17:56:25.029Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-07T17:56:25.971Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-07T17:56:25.971Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-07T17:56:26.913Z] --- PASS: TestConfigList (2.55s) [2022-04-07T17:56:26.913Z] === RUN TestConfigsCreateAndDelete [2022-04-07T17:56:26.913Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-07T17:56:27.174Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-04-07T17:56:27.435Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-07T17:56:28.299Z] ---> 97ba206b021c [2022-04-07T17:56:28.299Z] Successfully built 97ba206b021c [2022-04-07T17:56:28.299Z] Successfully tagged docker:latest [2022-04-07T17:56:28.299Z] INFO: Image build ended at 04/07/2022 17:56:28. Duration:00:03:02.3150499 [2022-04-07T17:56:28.299Z] [2022-04-07T17:56:28.299Z] [2022-04-07T17:56:28.299Z] INFO: Building the test binaries at 04/07/2022 17:56:28... [2022-04-07T17:56:29.981Z] --- PASS: TestConfigsCreateAndDelete (2.77s) [2022-04-07T17:56:29.981Z] === RUN TestConfigsUpdate [2022-04-07T17:56:29.981Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-04-07T17:56:30.768Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-04-07T17:56:30.768Z] [2022-04-07T17:56:30.768Z] ________ ____ __. [2022-04-07T17:56:30.768Z] \_____ \ | |/ _| [2022-04-07T17:56:30.768Z] / | \| < [2022-04-07T17:56:30.768Z] / | \ | \ [2022-04-07T17:56:30.768Z] \_______ /____|__ \ [2022-04-07T17:56:30.768Z] \/ \/ [2022-04-07T17:56:30.768Z] [2022-04-07T17:56:30.768Z] INFO: make.ps1 ended at 04/07/2022 17:56:17 [2022-04-07T17:56:30.768Z] INFO: Binaries build ended at 04/07/2022 17:56:19. Duration:00:01:18.2852058 [2022-04-07T17:56:30.768Z] INFO: Copying the built daemon binary to d:\CI\PR-43448\7\binary\dockerd-101dafd049.exe... [2022-04-07T17:56:30.768Z] INFO: Copying the built client binary to d:\CI\PR-43448\7\binary\docker-101dafd049.exe... [2022-04-07T17:56:30.768Z] INFO: Copying dockerversion from the container... [2022-04-07T17:56:30.768Z] INFO: Copying the golang package from the container to d:\CI\PR-43448\7\installer\go.zip... [2022-04-07T17:56:30.768Z] INFO: Extracting go.zip to d:\CI\PR-43448\7\go [2022-04-07T17:56:31.428Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.22s) [2022-04-07T17:56:31.428Z] PASS [2022-04-07T17:56:31.428Z] [2022-04-07T17:56:31.428Z] === Skipped [2022-04-07T17:56:31.428Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-04-07T17:56:31.428Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T17:56:31.428Z] [2022-04-07T17:56:31.428Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-07T17:56:31.428Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T17:56:31.428Z] [2022-04-07T17:56:31.428Z] DONE 34 tests, 2 skipped in 65.244s [2022-04-07T17:56:31.428Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-04-07T17:56:31.429Z] ++ 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-04-07T17:56:31.429Z] ++ set -e [2022-04-07T17:56:31.429Z] ++ '[' -n 0 ']' [2022-04-07T17:56:31.429Z] ++ set -x [2022-04-07T17:56:31.429Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-07T17:56:31.429Z] INFO: Testing against a local daemon [2022-04-07T17:56:31.429Z] === RUN TestConfigInspect [2022-04-07T17:56:32.525Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-04-07T17:56:32.525Z] --- PASS: TestConfigsUpdate (2.93s) [2022-04-07T17:56:32.525Z] === RUN TestTemplatedConfig [2022-04-07T17:56:33.341Z] --- PASS: TestConfigInspect (2.24s) [2022-04-07T17:56:33.341Z] === RUN TestConfigList [2022-04-07T17:56:34.075Z] INFO: make.ps1 starting at 04/07/2022 17:56:32 [2022-04-07T17:56:34.075Z] INFO: Git commit (101dafd049) assumed from DOCKER_GITCOMMIT environment variable [2022-04-07T17:56:34.075Z] INFO: Invoking autogen... [2022-04-07T17:56:34.075Z] INFO: Building daemon... [2022-04-07T17:56:34.646Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-04-07T17:56:34.647Z] PASS [2022-04-07T17:56:34.647Z] [2022-04-07T17:56:34.647Z] DONE 17 tests in 46.796s [2022-04-07T17:56:34.647Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-07T17:56:34.647Z] INFO: Testing against a local daemon [2022-04-07T17:56:34.647Z] === RUN TestPluginInvalidJSON [2022-04-07T17:56:34.647Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T17:56:34.647Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T17:56:34.647Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T17:56:34.647Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-04-07T17:56:34.647Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-04-07T17:56:34.647Z] === RUN TestPluginInstall [2022-04-07T17:56:34.647Z] === RUN TestPluginInstall/no_auth [2022-04-07T17:56:34.647Z] time="2022-04-07T17:56:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T17:56:34.647Z] time="2022-04-07T17:56:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d7b2eddcf8a3aa19f5d8b9c15ad8e8b3a13c3e7a977d6e24314424202a08555f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T17:56:34.647Z] time="2022-04-07T17:56:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T17:56:34.647Z] time="2022-04-07T17:56:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d7b2eddcf8a3aa19f5d8b9c15ad8e8b3a13c3e7a977d6e24314424202a08555f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T17:56:34.647Z] === RUN TestPluginInstall/with_htpasswd [2022-04-07T17:56:34.647Z] time="2022-04-07T17:56:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T17:56:34.647Z] time="2022-04-07T17:56:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e9da1808faaaf5f4be7dcd931964963297b1c7a45da03b5d915c0de97cc1d89" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T17:56:34.647Z] time="2022-04-07T17:56:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T17:56:34.647Z] time="2022-04-07T17:56:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e9da1808faaaf5f4be7dcd931964963297b1c7a45da03b5d915c0de97cc1d89" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T17:56:34.647Z] === RUN TestPluginInstall/with_insecure [2022-04-07T17:56:35.251Z] --- PASS: TestConfigList (2.17s) [2022-04-07T17:56:35.251Z] === RUN TestConfigsCreateAndDelete [2022-04-07T17:56:35.587Z] time="2022-04-07T17:56:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T17:56:35.587Z] time="2022-04-07T17:56:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5767ee7026ade080b906234bae47f15928b5e4097a9cea081fe779e35115a606" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T17:56:35.587Z] time="2022-04-07T17:56:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T17:56:35.587Z] time="2022-04-07T17:56:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5767ee7026ade080b906234bae47f15928b5e4097a9cea081fe779e35115a606" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T17:56:35.830Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-04-07T17:56:35.847Z] plugin_test.go:165: [d3654352ddb3c] daemon is not started [2022-04-07T17:56:35.847Z] --- PASS: TestPluginInstall (2.76s) [2022-04-07T17:56:35.847Z] --- PASS: TestPluginInstall/no_auth (1.04s) [2022-04-07T17:56:35.847Z] --- PASS: TestPluginInstall/with_htpasswd (0.63s) [2022-04-07T17:56:35.847Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-04-07T17:56:35.847Z] === RUN TestPluginsWithRuntimes [2022-04-07T17:56:36.091Z] --- PASS: TestTemplatedConfig (3.58s) [2022-04-07T17:56:36.091Z] === RUN TestConfigCreateResolve [2022-04-07T17:56:37.757Z] === RUN TestPluginsWithRuntimes/No_Args [2022-04-07T17:56:37.795Z] --- PASS: TestConfigsCreateAndDelete (2.15s) [2022-04-07T17:56:37.795Z] === RUN TestConfigsUpdate [2022-04-07T17:56:38.328Z] === RUN TestPluginsWithRuntimes/With_Args [2022-04-07T17:56:38.639Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-04-07T17:56:39.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-07T17:56:39.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-07T17:56:39.213Z] --- PASS: TestConfigCreateResolve (2.98s) [2022-04-07T17:56:39.213Z] PASS [2022-04-07T17:56:39.213Z] [2022-04-07T17:56:39.213Z] DONE 6 tests in 17.595s [2022-04-07T17:56:39.213Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-04-07T17:56:39.213Z] ++ 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-04-07T17:56:39.213Z] ++ set -e [2022-04-07T17:56:39.213Z] ++ '[' -n 0 ']' [2022-04-07T17:56:39.213Z] ++ set -x [2022-04-07T17:56:39.213Z] ++ 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-04-07T17:56:39.213Z] INFO: Testing against a local daemon [2022-04-07T17:56:39.213Z] === RUN TestCheckpoint [2022-04-07T17:56:39.213Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T17:56:39.213Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-07T17:56:39.213Z] === RUN TestContainerInvalidJSON [2022-04-07T17:56:39.213Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:56:39.213Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:56:39.213Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:56:39.213Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:56:39.213Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:56:39.213Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:56:39.213Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-04-07T17:56:39.213Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-04-07T17:56:39.213Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-04-07T17:56:39.213Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-07T17:56:39.270Z] --- PASS: TestPluginsWithRuntimes (3.35s) [2022-04-07T17:56:39.270Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-04-07T17:56:39.270Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-04-07T17:56:39.270Z] === RUN TestPluginBackCompatMediaTypes [2022-04-07T17:56:39.474Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-04-07T17:56:39.474Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-07T17:56:39.474Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2022-04-07T17:56:39.474Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-07T17:56:39.474Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-04-07T17:56:39.474Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-07T17:56:39.706Z] --- PASS: TestConfigsUpdate (2.11s) [2022-04-07T17:56:39.706Z] === RUN TestTemplatedConfig [2022-04-07T17:56:39.736Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-04-07T17:56:39.736Z] === RUN TestCopyFromContainer [2022-04-07T17:56:39.842Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-04-07T17:56:39.842Z] PASS [2022-04-07T17:56:39.842Z] [2022-04-07T17:56:39.842Z] DONE 10 tests in 6.711s [2022-04-07T17:56:39.842Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-07T17:56:39.842Z] INFO: Testing against a local daemon [2022-04-07T17:56:39.842Z] === RUN TestExternalGraphDriver [2022-04-07T17:56:39.842Z] === RUN TestExternalGraphDriver/json [2022-04-07T17:56:40.308Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-04-07T17:56:41.252Z] === RUN TestCopyFromContainer// [2022-04-07T17:56:41.252Z] === RUN TestCopyFromContainer//bar/root [2022-04-07T17:56:41.514Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-07T17:56:41.514Z] === RUN TestCopyFromContainer/bar/quux [2022-04-07T17:56:41.514Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-07T17:56:41.617Z] --- PASS: TestTemplatedConfig (2.32s) [2022-04-07T17:56:41.617Z] === RUN TestConfigCreateResolve [2022-04-07T17:56:41.664Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-04-07T17:56:41.664Z] [2022-04-07T17:56:41.664Z] ________ ____ __. [2022-04-07T17:56:41.664Z] \_____ \ | |/ _| [2022-04-07T17:56:41.664Z] / | \| < [2022-04-07T17:56:41.664Z] / | \ | \ [2022-04-07T17:56:41.664Z] \_______ /____|__ \ [2022-04-07T17:56:41.664Z] \/ \/ [2022-04-07T17:56:41.664Z] [2022-04-07T17:56:41.664Z] INFO: make.ps1 ended at 04/07/2022 17:56:29 [2022-04-07T17:56:41.664Z] INFO: Binaries build ended at 04/07/2022 17:56:30. Duration:00:01:19.1990054 [2022-04-07T17:56:41.664Z] INFO: Copying the built daemon binary to d:\CI\PR-43448\7\binary\dockerd-101dafd049.exe... [2022-04-07T17:56:41.664Z] INFO: Copying the built client binary to d:\CI\PR-43448\7\binary\docker-101dafd049.exe... [2022-04-07T17:56:41.664Z] INFO: Copying dockerversion from the container... [2022-04-07T17:56:41.664Z] INFO: Copying the golang package from the container to d:\CI\PR-43448\7\installer\go.zip... [2022-04-07T17:56:41.664Z] INFO: Extracting go.zip to d:\CI\PR-43448\7\go [2022-04-07T17:56:41.753Z] === RUN TestExternalGraphDriver/spec [2022-04-07T17:56:41.776Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-07T17:56:41.776Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-07T17:56:41.776Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-04-07T17:56:42.037Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-07T17:56:42.037Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-07T17:56:42.037Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer (2.65s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer// (0.12s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2022-04-07T17:56:42.298Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2022-04-07T17:56:42.298Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-07T17:56:42.298Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:56:42.298Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:56:42.298Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:56:42.298Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:56:42.298Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:56:42.298Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:56:42.298Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:56:42.298Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:56:42.298Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:56:42.298Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-04-07T17:56:42.298Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-07T17:56:42.298Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-04-07T17:56:42.298Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-04-07T17:56:42.298Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-07T17:56:42.298Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-04-07T17:56:42.298Z] === RUN TestCreateWithInvalidEnv [2022-04-07T17:56:42.298Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-07T17:56:42.298Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-07T17:56:42.298Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-07T17:56:42.298Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-07T17:56:42.298Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-07T17:56:42.298Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-07T17:56:42.298Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-07T17:56:42.298Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-07T17:56:42.298Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-07T17:56:42.298Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-07T17:56:42.298Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-07T17:56:42.298Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-07T17:56:42.298Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-07T17:56:42.298Z] === RUN TestCreateTmpfsMountsTarget [2022-04-07T17:56:42.298Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-07T17:56:42.298Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-07T17:56:42.870Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-07T17:56:43.134Z] === RUN TestExternalGraphDriver/pull [2022-04-07T17:56:43.442Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-07T17:56:44.016Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-04-07T17:56:44.160Z] --- PASS: TestConfigCreateResolve (2.14s) [2022-04-07T17:56:44.160Z] PASS [2022-04-07T17:56:44.160Z] [2022-04-07T17:56:44.160Z] DONE 6 tests in 13.207s [2022-04-07T17:56:44.160Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-04-07T17:56:44.160Z] ++ 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-04-07T17:56:44.160Z] ++ set -e [2022-04-07T17:56:44.160Z] ++ '[' -n 0 ']' [2022-04-07T17:56:44.160Z] ++ set -x [2022-04-07T17:56:44.160Z] ++ 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-04-07T17:56:44.160Z] INFO: Testing against a local daemon [2022-04-07T17:56:44.160Z] === RUN TestCheckpoint [2022-04-07T17:56:44.160Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T17:56:44.160Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-07T17:56:44.160Z] === RUN TestContainerInvalidJSON [2022-04-07T17:56:44.160Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:56:44.160Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:56:44.160Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:56:44.160Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:56:44.160Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:56:44.160Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:56:44.160Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-04-07T17:56:44.160Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-04-07T17:56:44.160Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-04-07T17:56:44.160Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-07T17:56:44.160Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-04-07T17:56:44.160Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-07T17:56:44.160Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-04-07T17:56:44.160Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-07T17:56:44.160Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-04-07T17:56:44.160Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-07T17:56:44.160Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-04-07T17:56:44.160Z] === RUN TestCopyFromContainer [2022-04-07T17:56:44.587Z] --- PASS: TestCreateWithCustomMaskedPaths (2.04s) [2022-04-07T17:56:44.587Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-07T17:56:44.587Z] check_test.go:308: [da05cfc802b76] daemon is not started [2022-04-07T17:56:44.587Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-04-07T17:56:44.847Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-07T17:56:45.047Z] --- PASS: TestExternalGraphDriver (4.95s) [2022-04-07T17:56:45.047Z] --- PASS: TestExternalGraphDriver/json (1.65s) [2022-04-07T17:56:45.047Z] --- PASS: TestExternalGraphDriver/spec (1.66s) [2022-04-07T17:56:45.047Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-04-07T17:56:45.047Z] === RUN TestGraphdriverPluginV2 [2022-04-07T17:56:45.101Z] === RUN TestCopyFromContainer// [2022-04-07T17:56:45.101Z] === RUN TestCopyFromContainer//bar/root [2022-04-07T17:56:45.108Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-07T17:56:45.108Z] check_test.go:308: [ddabe8e3c467a] daemon is not started [2022-04-07T17:56:45.108Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-04-07T17:56:45.362Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-07T17:56:45.362Z] === RUN TestCopyFromContainer/bar/quux [2022-04-07T17:56:45.362Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-07T17:56:45.362Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-07T17:56:45.362Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-07T17:56:45.520Z] INFO: Extraction ended at 04/07/2022 17:56:44. Duration:00:00:23.2061872 [2022-04-07T17:56:45.520Z] INFO: Updating the golang and path environment variables [2022-04-07T17:56:45.520Z] INFO: GOPATH=d:\gopath [2022-04-07T17:56:45.520Z] INFO: go version go1.18 windows/amd64 [2022-04-07T17:56:45.520Z] INFO: Running the daemon under test in debug mode [2022-04-07T17:56:45.520Z] INFO: Running the daemon under test in containerd mode [2022-04-07T17:56:45.520Z] INFO: Starting a daemon under test... [2022-04-07T17:56:45.520Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43448\7\daemon --pidfile d:\CI\PR-43448\7\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-04-07T17:56:45.520Z] INFO: Containerd started successfully. [2022-04-07T17:56:45.520Z] INFO: Process started successfully. [2022-04-07T17:56:45.520Z] INFO: Start tailing logs of the daemon under tests [2022-04-07T17:56:45.520Z] INFO: Waiting for the daemon under test to start... [2022-04-07T17:56:45.623Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-07T17:56:45.623Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-07T17:56:45.623Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer (1.49s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-04-07T17:56:45.623Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-04-07T17:56:45.623Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-07T17:56:45.623Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:56:45.623Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:56:45.624Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:56:45.624Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:56:45.624Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:56:45.624Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:56:45.624Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:56:45.624Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:56:45.624Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:56:45.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-04-07T17:56:45.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-07T17:56:45.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-07T17:56:45.624Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-07T17:56:45.624Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-07T17:56:45.679Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-04-07T17:56:45.885Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-04-07T17:56:45.885Z] === RUN TestCreateWithInvalidEnv [2022-04-07T17:56:45.885Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-07T17:56:45.885Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-07T17:56:45.885Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-07T17:56:45.885Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-07T17:56:45.885Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-07T17:56:45.885Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-07T17:56:45.885Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-07T17:56:45.885Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-07T17:56:45.885Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-07T17:56:45.885Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-07T17:56:45.885Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-07T17:56:45.885Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-07T17:56:45.885Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-07T17:56:45.885Z] === RUN TestCreateTmpfsMountsTarget [2022-04-07T17:56:45.885Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-07T17:56:45.885Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-07T17:56:46.622Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.00s) [2022-04-07T17:56:46.622Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-07T17:56:46.622Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:56:46.622Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:56:46.622Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:56:46.622Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:56:46.622Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:56:46.622Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:56:46.622Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:56:46.622Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:56:46.622Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:56:46.622Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:56:46.622Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:56:46.622Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:56:46.622Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:56:46.622Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:56:46.622Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:56:46.622Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-04-07T17:56:46.622Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-04-07T17:56:46.622Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-04-07T17:56:46.622Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-04-07T17:56:46.622Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-07T17:56:46.622Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-07T17:56:46.622Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.07s) [2022-04-07T17:56:46.622Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-07T17:56:47.194Z] check_test.go:308: [d5159140327ff] daemon is not started [2022-04-07T17:56:47.194Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-04-07T17:56:47.194Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.61s) [2022-04-07T17:56:47.194Z] === RUN TestCreateDifferentPlatform [2022-04-07T17:56:47.194Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-07T17:56:47.194Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-07T17:56:47.194Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-04-07T17:56:47.194Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-07T17:56:47.194Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-07T17:56:47.194Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-07T17:56:47.194Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-04-07T17:56:47.194Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-07T17:56:47.194Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-04-07T17:56:47.194Z] === RUN TestContainerStartOnDaemonRestart [2022-04-07T17:56:47.194Z] === PAUSE TestContainerStartOnDaemonRestart [2022-04-07T17:56:47.194Z] === RUN TestDaemonRestartIpcMode [2022-04-07T17:56:47.194Z] === PAUSE TestDaemonRestartIpcMode [2022-04-07T17:56:47.194Z] === RUN TestDaemonHostGatewayIP [2022-04-07T17:56:47.194Z] === PAUSE TestDaemonHostGatewayIP [2022-04-07T17:56:47.194Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-07T17:56:47.194Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-07T17:56:47.194Z] === RUN TestContainerKillOnDaemonStart [2022-04-07T17:56:47.194Z] === PAUSE TestContainerKillOnDaemonStart [2022-04-07T17:56:47.194Z] === RUN TestDiff [2022-04-07T17:56:47.291Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2022-04-07T17:56:47.292Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-07T17:56:47.765Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-07T17:56:48.026Z] --- PASS: TestDiff (0.61s) [2022-04-07T17:56:48.026Z] === RUN TestExecWithCloseStdin [2022-04-07T17:56:48.233Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.26s) [2022-04-07T17:56:48.233Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-07T17:56:48.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:56:48.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:56:48.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:56:48.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:56:48.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:56:48.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:56:48.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:56:48.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:56:48.233Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:56:48.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:56:48.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:56:48.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:56:48.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:56:48.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:56:48.233Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:56:48.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-07T17:56:48.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-07T17:56:48.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-07T17:56:48.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-04-07T17:56:48.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-07T17:56:48.233Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-07T17:56:48.233Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-07T17:56:48.804Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-04-07T17:56:48.804Z] === RUN TestCreateDifferentPlatform [2022-04-07T17:56:48.804Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-07T17:56:48.804Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-07T17:56:48.804Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-07T17:56:48.804Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-07T17:56:48.804Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-07T17:56:48.804Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-07T17:56:48.804Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-04-07T17:56:48.804Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-07T17:56:48.804Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-07T17:56:48.804Z] === RUN TestContainerStartOnDaemonRestart [2022-04-07T17:56:48.804Z] === PAUSE TestContainerStartOnDaemonRestart [2022-04-07T17:56:48.804Z] === RUN TestDaemonRestartIpcMode [2022-04-07T17:56:48.804Z] === PAUSE TestDaemonRestartIpcMode [2022-04-07T17:56:48.804Z] === RUN TestDaemonHostGatewayIP [2022-04-07T17:56:48.804Z] === PAUSE TestDaemonHostGatewayIP [2022-04-07T17:56:48.804Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-07T17:56:48.804Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-07T17:56:48.804Z] === RUN TestContainerKillOnDaemonStart [2022-04-07T17:56:48.804Z] === PAUSE TestContainerKillOnDaemonStart [2022-04-07T17:56:48.804Z] === RUN TestDiff [2022-04-07T17:56:48.969Z] --- PASS: TestExecWithCloseStdin (0.84s) [2022-04-07T17:56:48.970Z] === RUN TestExec [2022-04-07T17:56:49.064Z] --- PASS: TestDiff (0.39s) [2022-04-07T17:56:49.064Z] === RUN TestExecWithCloseStdin [2022-04-07T17:56:49.261Z] --- PASS: TestGraphdriverPluginV2 (3.89s) [2022-04-07T17:56:49.261Z] PASS [2022-04-07T17:56:49.261Z] [2022-04-07T17:56:49.261Z] DONE 5 tests in 8.881s [2022-04-07T17:56:49.261Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-07T17:56:49.261Z] INFO: Testing against a local daemon [2022-04-07T17:56:49.261Z] === RUN TestContinueAfterPluginCrash [2022-04-07T17:56:49.261Z] === PAUSE TestContinueAfterPluginCrash [2022-04-07T17:56:49.261Z] === RUN TestReadPluginNoRead [2022-04-07T17:56:49.261Z] === PAUSE TestReadPluginNoRead [2022-04-07T17:56:49.261Z] === RUN TestDaemonStartWithLogOpt [2022-04-07T17:56:49.261Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-07T17:56:49.261Z] === CONT TestContinueAfterPluginCrash [2022-04-07T17:56:49.261Z] === CONT TestDaemonStartWithLogOpt [2022-04-07T17:56:49.541Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-04-07T17:56:49.541Z] --- PASS: TestExec (0.84s) [2022-04-07T17:56:49.541Z] === RUN TestExecUser [2022-04-07T17:56:49.635Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-04-07T17:56:49.635Z] === RUN TestExec [2022-04-07T17:56:50.112Z] --- PASS: TestExecUser (0.55s) [2022-04-07T17:56:50.112Z] === RUN TestExportContainerAndImportImage [2022-04-07T17:56:50.206Z] --- PASS: TestExec (0.45s) [2022-04-07T17:56:50.206Z] === RUN TestExecUser [2022-04-07T17:56:50.373Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-07T17:56:50.466Z] --- PASS: TestExecUser (0.49s) [2022-04-07T17:56:50.466Z] === RUN TestExportContainerAndImportImage [2022-04-07T17:56:50.945Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-04-07T17:56:51.037Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-04-07T17:56:51.037Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-07T17:56:51.206Z] --- PASS: TestExportContainerAndImportImage (1.04s) [2022-04-07T17:56:51.206Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-07T17:56:51.467Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-07T17:56:52.419Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-04-07T17:56:52.419Z] === RUN TestHealthCheckWorkdir [2022-04-07T17:56:52.567Z] --- PASS: TestDaemonStartWithLogOpt (3.29s) [2022-04-07T17:56:52.567Z] === CONT TestReadPluginNoRead [2022-04-07T17:56:52.856Z] --- PASS: TestExportContainerAfterDaemonRestart (1.59s) [2022-04-07T17:56:52.856Z] === RUN TestHealthCheckWorkdir [2022-04-07T17:56:52.856Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-04-07T17:56:52.990Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-04-07T17:56:52.990Z] === RUN TestHealthKillContainer [2022-04-07T17:56:53.799Z] --- PASS: TestHealthCheckWorkdir (1.02s) [2022-04-07T17:56:53.799Z] === RUN TestHealthKillContainer [2022-04-07T17:56:54.479Z] === RUN TestReadPluginNoRead/default [2022-04-07T17:56:55.420Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-07T17:56:56.536Z] INFO: Extraction ended at 04/07/2022 17:56:56. Duration:00:00:23.8857689 [2022-04-07T17:56:56.536Z] INFO: Updating the golang and path environment variables [2022-04-07T17:56:56.536Z] INFO: GOPATH=d:\gopath [2022-04-07T17:56:56.536Z] INFO: go version go1.18 windows/amd64 [2022-04-07T17:56:56.536Z] INFO: Running the daemon under test in debug mode [2022-04-07T17:56:56.536Z] INFO: Starting a daemon under test... [2022-04-07T17:56:56.803Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-07T17:56:57.000Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43448\7\daemon --pidfile d:\CI\PR-43448\7\docker.pid -D [2022-04-07T17:56:57.000Z] INFO: Process started successfully. [2022-04-07T17:56:57.000Z] INFO: Start tailing logs of the daemon under tests [2022-04-07T17:56:57.000Z] INFO: Waiting for the daemon under test to start... [2022-04-07T17:56:57.063Z] --- PASS: TestContinueAfterPluginCrash (8.35s) [2022-04-07T17:56:57.098Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-04-07T17:56:57.098Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-07T17:56:58.004Z] === CONT TestReadPluginNoRead [2022-04-07T17:56:58.004Z] read_test.go:92: [d15885068556d] daemon is not started [2022-04-07T17:56:58.004Z] --- PASS: TestReadPluginNoRead (5.87s) [2022-04-07T17:56:58.004Z] --- PASS: TestReadPluginNoRead/default (1.18s) [2022-04-07T17:56:58.004Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-04-07T17:56:58.004Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s) [2022-04-07T17:56:58.004Z] PASS [2022-04-07T17:56:58.004Z] [2022-04-07T17:56:58.004Z] DONE 6 tests in 9.187s [2022-04-07T17:56:58.004Z] 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-04-07T17:56:58.004Z] testing: warning: no tests to run [2022-04-07T17:56:58.004Z] PASS [2022-04-07T17:56:58.004Z] [2022-04-07T17:56:58.004Z] DONE 0 tests in 0.008s [2022-04-07T17:56:58.004Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-07T17:56:58.004Z] INFO: Testing against a local daemon [2022-04-07T17:56:58.004Z] === RUN TestPluginWithDevMounts [2022-04-07T17:56:58.004Z] === PAUSE TestPluginWithDevMounts [2022-04-07T17:56:58.004Z] === CONT TestPluginWithDevMounts [2022-04-07T17:56:59.010Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-07T17:56:59.010Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-07T17:56:59.387Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-04-07T17:56:59.387Z] PASS [2022-04-07T17:56:59.387Z] [2022-04-07T17:56:59.387Z] DONE 1 tests in 1.600s [2022-04-07T17:56:59.387Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-07T17:56:59.648Z] INFO: Testing against a local daemon [2022-04-07T17:56:59.648Z] === RUN TestSecretInspect [2022-04-07T17:56:59.952Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-07T17:57:00.213Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-04-07T17:57:00.785Z] check_test.go:308: [d7b71611774aa] daemon is not started [2022-04-07T17:57:00.785Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-04-07T17:57:01.046Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-04-07T17:57:01.120Z] --- PASS: TestHealthKillContainer (7.87s) [2022-04-07T17:57:01.120Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-07T17:57:01.120Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2022-04-07T17:57:01.120Z] === RUN TestIpcModeNone [2022-04-07T17:57:01.560Z] --- PASS: TestSecretInspect (2.14s) [2022-04-07T17:57:01.560Z] === RUN TestSecretList [2022-04-07T17:57:01.617Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-04-07T17:57:01.690Z] --- PASS: TestIpcModeNone (0.58s) [2022-04-07T17:57:01.690Z] === RUN TestIpcModePrivate [2022-04-07T17:57:01.880Z] --- PASS: TestHealthKillContainer (8.20s) [2022-04-07T17:57:01.880Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-07T17:57:02.141Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-04-07T17:57:02.262Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-04-07T17:57:02.262Z] --- PASS: TestIpcModePrivate (0.49s) [2022-04-07T17:57:02.262Z] === RUN TestIpcModeShareable [2022-04-07T17:57:02.522Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-04-07T17:57:02.713Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-07T17:57:02.713Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s) [2022-04-07T17:57:02.713Z] === RUN TestIpcModeNone [2022-04-07T17:57:02.782Z] --- PASS: TestIpcModeShareable (0.47s) [2022-04-07T17:57:02.782Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-07T17:57:03.655Z] --- PASS: TestIpcModeNone (0.87s) [2022-04-07T17:57:03.655Z] === RUN TestIpcModePrivate [2022-04-07T17:57:03.655Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-07T17:57:04.103Z] --- PASS: TestSecretList (2.17s) [2022-04-07T17:57:04.103Z] === RUN TestSecretsCreateAndDelete [2022-04-07T17:57:04.165Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.54s) [2022-04-07T17:57:04.165Z] === RUN TestAPIIpcModeHost [2022-04-07T17:57:04.598Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:92, shared: false, mustBeShared: false [2022-04-07T17:57:04.598Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-07T17:57:04.598Z] --- PASS: TestIpcModePrivate (0.97s) [2022-04-07T17:57:04.598Z] === RUN TestIpcModeShareable [2022-04-07T17:57:04.735Z] --- PASS: TestAPIIpcModeHost (0.46s) [2022-04-07T17:57:04.735Z] === RUN TestDaemonIpcModeShareable [2022-04-07T17:57:05.567Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2022-04-07T17:57:05.567Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-04-07T17:57:05.567Z] --- PASS: TestIpcModeShareable (0.92s) [2022-04-07T17:57:05.567Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-07T17:57:05.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-07T17:57:05.675Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-04-07T17:57:05.935Z] --- PASS: TestDaemonIpcModeShareable (1.19s) [2022-04-07T17:57:05.935Z] === RUN TestDaemonIpcModePrivate [2022-04-07T17:57:06.015Z] --- PASS: TestSecretsCreateAndDelete (2.20s) [2022-04-07T17:57:06.015Z] === RUN TestSecretsUpdate [2022-04-07T17:57:06.674Z] ...INFO: Daemon under test started and replied! [2022-04-07T17:57:06.674Z] INFO: Docker version of the daemon under test [2022-04-07T17:57:06.674Z] [2022-04-07T17:57:06.674Z] Client: [2022-04-07T17:57:06.674Z] Version: 17.06.2-ce [2022-04-07T17:57:06.674Z] API version: 1.30 [2022-04-07T17:57:06.674Z] Go version: go1.8.3 [2022-04-07T17:57:06.674Z] Git commit: cec0b72 [2022-04-07T17:57:06.674Z] Built: Tue Sep 5 19:57:19 2017 [2022-04-07T17:57:06.674Z] OS/Arch: windows/amd64 [2022-04-07T17:57:06.674Z] [2022-04-07T17:57:06.674Z] Server: [2022-04-07T17:57:06.674Z] Version: 0.0.0-dev [2022-04-07T17:57:06.674Z] API version: 1.42 (minimum version 1.24) [2022-04-07T17:57:06.674Z] Go version: go1.18 [2022-04-07T17:57:06.674Z] Git commit: 101dafd049 [2022-04-07T17:57:06.674Z] Built: 04/07/2022 17:55:04 [2022-04-07T17:57:06.674Z] OS/Arch: windows/amd64 [2022-04-07T17:57:06.674Z] Experimental: false [2022-04-07T17:57:06.674Z] [2022-04-07T17:57:06.674Z] INFO: Docker info of the daemon under test [2022-04-07T17:57:06.674Z] [2022-04-07T17:57:06.674Z] Containers: 0 [2022-04-07T17:57:06.674Z] Running: 0 [2022-04-07T17:57:06.674Z] Paused: 0 [2022-04-07T17:57:06.674Z] Stopped: 0 [2022-04-07T17:57:06.674Z] Images: 0 [2022-04-07T17:57:06.674Z] Server Version: 0.0.0-dev [2022-04-07T17:57:06.674Z] Storage Driver: windowsfilter [2022-04-07T17:57:06.674Z] Windows: [2022-04-07T17:57:06.674Z] Logging Driver: json-file [2022-04-07T17:57:06.674Z] Plugins: [2022-04-07T17:57:06.674Z] Volume: local [2022-04-07T17:57:06.674Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T17:57:06.674Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T17:57:06.674Z] Swarm: inactive [2022-04-07T17:57:06.674Z] Default Isolation: process [2022-04-07T17:57:06.674Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-07T17:57:06.674Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-07T17:57:06.674Z] OSType: windows [2022-04-07T17:57:06.674Z] Architecture: x86_64 [2022-04-07T17:57:06.674Z] CPUs: 4 [2022-04-07T17:57:06.674Z] Total Memory: 32GiB [2022-04-07T17:57:06.675Z] Name: azwin-2-ee31f0 [2022-04-07T17:57:06.675Z] ID: GCKI:4HJH:K7BF:TIGG:KCKV:TG7B:VTEP:Q7BF:D6NI:UJHS:2F64:UDIO [2022-04-07T17:57:06.675Z] Docker Root Dir: D:\CI\PR-43448\7\daemon [2022-04-07T17:57:06.675Z] Debug Mode (client): false [2022-04-07T17:57:06.675Z] Debug Mode (server): true [2022-04-07T17:57:06.675Z] File Descriptors: -1 [2022-04-07T17:57:06.675Z] Goroutines: 29 [2022-04-07T17:57:06.675Z] System Time: 2022-04-07T17:57:03.7433745Z [2022-04-07T17:57:06.675Z] EventsListeners: 0 [2022-04-07T17:57:06.675Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:57:06.675Z] Labels: [2022-04-07T17:57:06.675Z] Experimental: false [2022-04-07T17:57:06.675Z] Insecure Registries: [2022-04-07T17:57:06.675Z] 127.0.0.0/8 [2022-04-07T17:57:06.675Z] Live Restore Enabled: false [2022-04-07T17:57:06.675Z] [2022-04-07T17:57:06.675Z] [2022-04-07T17:57:06.675Z] INFO: Docker images of the daemon under test [2022-04-07T17:57:06.675Z] [2022-04-07T17:57:06.675Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-07T17:57:06.675Z] [2022-04-07T17:57:06.675Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-04-07T17:57:06.675Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-04-07T17:57:06.675Z] ltsc2022: Pulling from windows/servercore [2022-04-07T17:57:06.675Z] 8f616e6e9eec: Pulling fs layer [2022-04-07T17:57:06.675Z] 037d5740b404: Pulling fs layer [2022-04-07T17:57:06.876Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-04-07T17:57:07.136Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-04-07T17:57:07.136Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-07T17:57:08.077Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-04-07T17:57:08.119Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-07T17:57:08.119Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.60s) [2022-04-07T17:57:08.119Z] === RUN TestAPIIpcModeHost [2022-04-07T17:57:08.337Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s) [2022-04-07T17:57:08.337Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-07T17:57:08.556Z] --- PASS: TestSecretsUpdate (2.14s) [2022-04-07T17:57:08.556Z] === RUN TestTemplatedSecret [2022-04-07T17:57:08.689Z] --- PASS: TestAPIIpcModeHost (0.42s) [2022-04-07T17:57:08.689Z] === RUN TestDaemonIpcModeShareable [2022-04-07T17:57:09.277Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-04-07T17:57:09.537Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.19s) [2022-04-07T17:57:09.537Z] === RUN TestIpcModeOlderClient [2022-04-07T17:57:09.537Z] === PAUSE TestIpcModeOlderClient [2022-04-07T17:57:09.537Z] === RUN TestKillContainerInvalidSignal [2022-04-07T17:57:09.797Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-04-07T17:57:09.797Z] === RUN TestKillContainer [2022-04-07T17:57:09.797Z] === RUN TestKillContainer/no_signal [2022-04-07T17:57:10.073Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: true, mustBeShared: true [2022-04-07T17:57:10.073Z] --- PASS: TestDaemonIpcModeShareable (1.43s) [2022-04-07T17:57:10.073Z] === RUN TestDaemonIpcModePrivate [2022-04-07T17:57:10.073Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-04-07T17:57:10.334Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-07T17:57:10.368Z] === RUN TestKillContainer/non_killing_signal [2022-04-07T17:57:10.641Z] === RUN TestKillContainer/killing_signal [2022-04-07T17:57:10.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-07T17:57:11.100Z] --- PASS: TestTemplatedSecret (2.58s) [2022-04-07T17:57:11.100Z] === RUN TestSecretCreateResolve [2022-04-07T17:57:11.214Z] --- PASS: TestKillContainer (1.28s) [2022-04-07T17:57:11.214Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-04-07T17:57:11.214Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-04-07T17:57:11.214Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-04-07T17:57:11.214Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-07T17:57:11.214Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-07T17:57:11.474Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-07T17:57:11.719Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-07T17:57:11.719Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: false, mustBeShared: false [2022-04-07T17:57:11.719Z] --- PASS: TestDaemonIpcModePrivate (1.67s) [2022-04-07T17:57:11.719Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-07T17:57:12.415Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s) [2022-04-07T17:57:12.415Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-04-07T17:57:12.415Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2022-04-07T17:57:12.415Z] === RUN TestKillStoppedContainer [2022-04-07T17:57:12.415Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-04-07T17:57:12.415Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-07T17:57:12.415Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-04-07T17:57:12.415Z] === RUN TestKillDifferentUserContainer [2022-04-07T17:57:12.661Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-07T17:57:12.661Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-04-07T17:57:12.661Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-04-07T17:57:12.661Z] check_test.go:308: [d304156f18531] daemon is not started [2022-04-07T17:57:12.661Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-04-07T17:57:12.985Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-04-07T17:57:12.985Z] === RUN TestInspectOomKilledTrue [2022-04-07T17:57:13.011Z] --- PASS: TestSecretCreateResolve (2.15s) [2022-04-07T17:57:13.011Z] PASS [2022-04-07T17:57:13.011Z] [2022-04-07T17:57:13.011Z] DONE 6 tests in 13.409s [2022-04-07T17:57:13.011Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-04-07T17:57:13.011Z] INFO: Testing against a local daemon [2022-04-07T17:57:13.011Z] === RUN TestServiceCreateInit [2022-04-07T17:57:13.011Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-07T17:57:13.234Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: false, mustBeShared: false [2022-04-07T17:57:13.234Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.63s) [2022-04-07T17:57:13.234Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-07T17:57:13.245Z] --- PASS: TestInspectOomKilledTrue (0.45s) [2022-04-07T17:57:13.245Z] === RUN TestInspectOomKilledFalse [2022-04-07T17:57:13.815Z] --- PASS: TestInspectOomKilledFalse (0.38s) [2022-04-07T17:57:13.815Z] === RUN TestLinksEtcHostsContentMatch [2022-04-07T17:57:14.075Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-04-07T17:57:14.075Z] === RUN TestLinksContainerNames [2022-04-07T17:57:15.015Z] --- PASS: TestLinksContainerNames (0.81s) [2022-04-07T17:57:15.015Z] === RUN TestLogsFollowTailEmpty [2022-04-07T17:57:15.150Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-04-07T17:57:15.150Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: true, mustBeShared: true [2022-04-07T17:57:15.150Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.74s) [2022-04-07T17:57:15.150Z] === RUN TestIpcModeOlderClient [2022-04-07T17:57:15.150Z] === PAUSE TestIpcModeOlderClient [2022-04-07T17:57:15.150Z] === RUN TestKillContainerInvalidSignal [2022-04-07T17:57:15.276Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-04-07T17:57:15.276Z] === RUN TestContainerNetworkMountsNoChown [2022-04-07T17:57:15.412Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-07T17:57:15.536Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/default [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/default [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/private [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/private [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/rprivate [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/slave [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/slave [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/rslave [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/shared [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/shared [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/rshared [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-07T17:57:15.536Z] === CONT TestMountDaemonRoot/default [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:57:15.536Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-07T17:57:15.536Z] === CONT TestMountDaemonRoot/rshared [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:57:15.536Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:57:15.536Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:57:15.536Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:57:15.674Z] --- PASS: TestKillContainerInvalidSignal (0.70s) [2022-04-07T17:57:15.674Z] === RUN TestKillContainer [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/shared [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/rslave [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/slave [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/rprivate [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/private [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-07T17:57:15.797Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:57:15.797Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:57:15.797Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-07T17:57:15.935Z] === RUN TestKillContainer/no_signal [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-07T17:57:16.057Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-04-07T17:57:16.057Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-04-07T17:57:16.057Z] === RUN TestContainerBindMountNonRecursive [2022-04-07T17:57:16.506Z] === RUN TestKillContainer/non_killing_signal [2022-04-07T17:57:17.077Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-04-07T17:57:17.077Z] === RUN TestKillContainer/killing_signal [2022-04-07T17:57:17.241Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-07T17:57:17.440Z] --- PASS: TestContainerBindMountNonRecursive (1.31s) [2022-04-07T17:57:17.440Z] === RUN TestContainerVolumesMountedAsShared [2022-04-07T17:57:18.011Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-04-07T17:57:18.011Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-07T17:57:18.021Z] --- PASS: TestKillContainer (2.16s) [2022-04-07T17:57:18.021Z] --- PASS: TestKillContainer/no_signal (0.69s) [2022-04-07T17:57:18.021Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2022-04-07T17:57:18.021Z] --- PASS: TestKillContainer/killing_signal (0.69s) [2022-04-07T17:57:18.021Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-07T17:57:18.021Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-07T17:57:18.157Z] ...INFO: Daemon under test started and replied! [2022-04-07T17:57:18.157Z] INFO: Docker version of the daemon under test [2022-04-07T17:57:18.157Z] [2022-04-07T17:57:18.157Z] Client: [2022-04-07T17:57:18.157Z] Version: 17.06.2-ce [2022-04-07T17:57:18.157Z] API version: 1.30 [2022-04-07T17:57:18.157Z] Go version: go1.8.3 [2022-04-07T17:57:18.157Z] Git commit: cec0b72 [2022-04-07T17:57:18.157Z] Built: Tue Sep 5 19:57:19 2017 [2022-04-07T17:57:18.157Z] OS/Arch: windows/amd64 [2022-04-07T17:57:18.157Z] [2022-04-07T17:57:18.157Z] Server: [2022-04-07T17:57:18.157Z] Version: 0.0.0-dev [2022-04-07T17:57:18.157Z] API version: 1.42 (minimum version 1.24) [2022-04-07T17:57:18.157Z] Go version: go1.18 [2022-04-07T17:57:18.157Z] Git commit: 101dafd049 [2022-04-07T17:57:18.157Z] Built: 04/07/2022 17:55:14 [2022-04-07T17:57:18.157Z] OS/Arch: windows/amd64 [2022-04-07T17:57:18.157Z] Experimental: false [2022-04-07T17:57:18.157Z] [2022-04-07T17:57:18.157Z] INFO: Docker info of the daemon under test [2022-04-07T17:57:18.157Z] [2022-04-07T17:57:18.157Z] Containers: 0 [2022-04-07T17:57:18.157Z] Running: 0 [2022-04-07T17:57:18.157Z] Paused: 0 [2022-04-07T17:57:18.157Z] Stopped: 0 [2022-04-07T17:57:18.157Z] Images: 0 [2022-04-07T17:57:18.157Z] Server Version: 0.0.0-dev [2022-04-07T17:57:18.157Z] Storage Driver: windowsfilter [2022-04-07T17:57:18.157Z] Windows: [2022-04-07T17:57:18.157Z] Logging Driver: json-file [2022-04-07T17:57:18.157Z] Plugins: [2022-04-07T17:57:18.157Z] Volume: local [2022-04-07T17:57:18.157Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T17:57:18.157Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T17:57:18.157Z] Swarm: inactive [2022-04-07T17:57:18.157Z] Default Isolation: process [2022-04-07T17:57:18.157Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-07T17:57:18.157Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-07T17:57:18.157Z] OSType: windows [2022-04-07T17:57:18.157Z] Architecture: x86_64 [2022-04-07T17:57:18.157Z] CPUs: 4 [2022-04-07T17:57:18.157Z] Total Memory: 32GiB [2022-04-07T17:57:18.157Z] Name: azwin-2-0cb9e0 [2022-04-07T17:57:18.157Z] ID: OSFN:ELHX:DHHV:T57J:DXMM:4VKR:2T2Y:X263:7C6T:75FD:QJ3X:TF7F [2022-04-07T17:57:18.157Z] Docker Root Dir: D:\CI\PR-43448\7\daemon [2022-04-07T17:57:18.157Z] Debug Mode (client): false [2022-04-07T17:57:18.157Z] Debug Mode (server): true [2022-04-07T17:57:18.157Z] File Descriptors: -1 [2022-04-07T17:57:18.157Z] Goroutines: 16 [2022-04-07T17:57:18.157Z] System Time: 2022-04-07T17:57:16.0412354Z [2022-04-07T17:57:18.157Z] EventsListeners: 0 [2022-04-07T17:57:18.157Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:57:18.157Z] Labels: [2022-04-07T17:57:18.157Z] Experimental: false [2022-04-07T17:57:18.157Z] Insecure Registries: [2022-04-07T17:57:18.157Z] 127.0.0.0/8 [2022-04-07T17:57:18.157Z] Live Restore Enabled: false [2022-04-07T17:57:18.157Z] [2022-04-07T17:57:18.157Z] [2022-04-07T17:57:18.157Z] INFO: Docker images of the daemon under test [2022-04-07T17:57:18.157Z] [2022-04-07T17:57:18.157Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-07T17:57:18.157Z] [2022-04-07T17:57:18.157Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-04-07T17:57:18.157Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-04-07T17:57:18.157Z] ltsc2022: Pulling from windows/servercore [2022-04-07T17:57:18.157Z] 8f616e6e9eec: Pulling fs layer [2022-04-07T17:57:18.157Z] 037d5740b404: Pulling fs layer [2022-04-07T17:57:18.271Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-04-07T17:57:18.271Z] === RUN TestNetworkNat [2022-04-07T17:57:18.532Z] --- PASS: TestNetworkNat (0.47s) [2022-04-07T17:57:18.532Z] === RUN TestNetworkLocalhostTCPNat [2022-04-07T17:57:18.592Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-04-07T17:57:18.592Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-07T17:57:19.102Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-04-07T17:57:19.102Z] === RUN TestNetworkLoopbackNat [2022-04-07T17:57:19.536Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.41s) [2022-04-07T17:57:19.536Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.72s) [2022-04-07T17:57:19.536Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2022-04-07T17:57:19.536Z] === RUN TestKillStoppedContainer [2022-04-07T17:57:19.536Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-04-07T17:57:19.536Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-07T17:57:19.536Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-04-07T17:57:19.536Z] === RUN TestKillDifferentUserContainer [2022-04-07T17:57:20.108Z] --- PASS: TestKillDifferentUserContainer (0.74s) [2022-04-07T17:57:20.109Z] === RUN TestInspectOomKilledTrue [2022-04-07T17:57:20.109Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:57:20.109Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-07T17:57:20.109Z] === RUN TestInspectOomKilledFalse [2022-04-07T17:57:20.109Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:57:20.109Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-07T17:57:20.109Z] === RUN TestLinksEtcHostsContentMatch [2022-04-07T17:57:20.369Z] check_test.go:308: [d20bfea148110] daemon is not started [2022-04-07T17:57:20.369Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-04-07T17:57:20.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-07T17:57:20.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-07T17:57:20.941Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2022-04-07T17:57:20.941Z] === RUN TestLinksContainerNames [2022-04-07T17:57:21.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-07T17:57:21.443Z] --- PASS: TestServiceCreateInit (7.76s) [2022-04-07T17:57:21.443Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.91s) [2022-04-07T17:57:21.443Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.83s) [2022-04-07T17:57:21.443Z] === RUN TestCreateServiceMultipleTimes [2022-04-07T17:57:21.644Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-04-07T17:57:21.644Z] === RUN TestPause [2022-04-07T17:57:22.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-07T17:57:22.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-07T17:57:22.214Z] --- PASS: TestPause (0.44s) [2022-04-07T17:57:22.214Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-07T17:57:22.214Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-07T17:57:22.214Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-07T17:57:22.214Z] === RUN TestPauseStopPausedContainer [2022-04-07T17:57:22.324Z] --- PASS: TestLinksContainerNames (1.41s) [2022-04-07T17:57:22.324Z] === RUN TestLogsFollowTailEmpty [2022-04-07T17:57:22.475Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-04-07T17:57:22.475Z] === RUN TestPidHost [2022-04-07T17:57:22.585Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-07T17:57:22.846Z] --- PASS: TestLogsFollowTailEmpty (0.75s) [2022-04-07T17:57:22.846Z] === RUN TestContainerNetworkMountsNoChown [2022-04-07T17:57:22.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-07T17:57:23.419Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-04-07T17:57:23.680Z] --- PASS: TestContainerNetworkMountsNoChown (0.73s) [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/default [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/default [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/private [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/private [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/rprivate [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/slave [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/slave [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/rslave [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/shared [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/shared [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/rshared [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-07T17:57:23.680Z] === CONT TestMountDaemonRoot/default [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-07T17:57:23.680Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:57:23.680Z] === CONT TestMountDaemonRoot/rprivate [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:57:23.680Z] === CONT TestMountDaemonRoot/private [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-07T17:57:23.680Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:57:23.680Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:57:23.680Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-07T17:57:23.680Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:57:23.680Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-07T17:57:23.858Z] --- PASS: TestPidHost (1.01s) [2022-04-07T17:57:23.858Z] === RUN TestPsFilter [2022-04-07T17:57:23.858Z] --- PASS: TestPsFilter (0.11s) [2022-04-07T17:57:23.858Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/shared [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/rshared [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/rslave [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/slave [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-07T17:57:23.941Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:57:23.941Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:57:23.941Z] check_test.go:308: [d550a2eb13c69] daemon is not started [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-07T17:57:23.941Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:57:23.941Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:57:24.118Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-04-07T17:57:24.118Z] === RUN TestRemoveContainerWithVolume [2022-04-07T17:57:24.202Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:57:24.202Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:57:24.202Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-07T17:57:24.202Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:57:24.202Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:57:24.202Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:57:24.202Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:57:24.202Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-07T17:57:24.202Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-04-07T17:57:24.202Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-04-07T17:57:24.202Z] === RUN TestContainerBindMountNonRecursive [2022-04-07T17:57:24.380Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-04-07T17:57:24.380Z] === RUN TestRemoveContainerRunning [2022-04-07T17:57:24.951Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-04-07T17:57:24.951Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-07T17:57:25.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-07T17:57:25.521Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-04-07T17:57:25.521Z] === RUN TestRemoveInvalidContainer [2022-04-07T17:57:25.521Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-07T17:57:25.521Z] === RUN TestRenameLinkedContainer [2022-04-07T17:57:25.925Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|imports|name|types_sizes|deps|exports_file) took 2m51.822883604s [2022-04-07T17:57:25.925Z] 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-04-07T17:57:26.118Z] --- PASS: TestContainerBindMountNonRecursive (1.66s) [2022-04-07T17:57:26.119Z] === RUN TestContainerVolumesMountedAsShared [2022-04-07T17:57:26.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-07T17:57:26.495Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.489664ms [2022-04-07T17:57:26.690Z] --- PASS: TestContainerVolumesMountedAsShared (0.82s) [2022-04-07T17:57:26.690Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-07T17:57:26.904Z] --- PASS: TestRenameLinkedContainer (1.65s) [2022-04-07T17:57:26.905Z] === RUN TestRenameStoppedContainer [2022-04-07T17:57:26.951Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-07T17:57:26.951Z] docker_cli_daemon_plugins_test.go:80: [d022cd705c826] daemon is not started [2022-04-07T17:57:27.211Z] --- PASS: TestContainerVolumesMountedAsSlave (0.50s) [2022-04-07T17:57:27.211Z] === RUN TestNetworkNat [2022-04-07T17:57:27.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-07T17:57:27.476Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-04-07T17:57:27.476Z] === RUN TestRenameRunningContainerAndReuse [2022-04-07T17:57:27.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-07T17:57:27.824Z] 037d5740b404: Verifying Checksum [2022-04-07T17:57:27.824Z] 037d5740b404: Download complete [2022-04-07T17:57:28.154Z] --- PASS: TestNetworkNat (0.72s) [2022-04-07T17:57:28.154Z] === RUN TestNetworkLocalhostTCPNat [2022-04-07T17:57:28.154Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-04-07T17:57:28.416Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-04-07T17:57:28.416Z] === RUN TestRenameInvalidName [2022-04-07T17:57:28.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-07T17:57:28.540Z] 037d5740b404: Verifying Checksum [2022-04-07T17:57:28.540Z] 037d5740b404: Download complete [2022-04-07T17:57:28.676Z] --- PASS: TestRenameInvalidName (0.41s) [2022-04-07T17:57:28.676Z] === RUN TestRenameAnonymousContainer [2022-04-07T17:57:28.724Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2022-04-07T17:57:28.724Z] === RUN TestNetworkLoopbackNat [2022-04-07T17:57:29.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-07T17:57:29.670Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-07T17:57:29.670Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-07T17:57:30.078Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2022-04-07T17:57:30.078Z] === RUN TestRenameContainerWithSameName [2022-04-07T17:57:30.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-07T17:57:30.612Z] docker_cli_daemon_plugins_test.go:170: [df148cdebfb60] daemon is not started [2022-04-07T17:57:30.653Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-04-07T17:57:30.653Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-07T17:57:31.002Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-07T17:57:31.593Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2022-04-07T17:57:31.593Z] === RUN TestResize [2022-04-07T17:57:31.854Z] --- PASS: TestResize (0.41s) [2022-04-07T17:57:31.854Z] === RUN TestResizeWithInvalidSize [2022-04-07T17:57:31.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-07T17:57:31.998Z] --- PASS: TestNetworkLoopbackNat (2.88s) [2022-04-07T17:57:31.999Z] === RUN TestPause [2022-04-07T17:57:31.999Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-04-07T17:57:32.424Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-04-07T17:57:32.424Z] === RUN TestResizeWhenContainerNotStarted [2022-04-07T17:57:32.571Z] --- PASS: TestPause (0.87s) [2022-04-07T17:57:32.571Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-07T17:57:32.571Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-07T17:57:32.571Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-07T17:57:32.571Z] === RUN TestPauseStopPausedContainer [2022-04-07T17:57:32.684Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-04-07T17:57:32.684Z] === RUN TestDaemonRestartKillContainers [2022-04-07T17:57:32.684Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-07T17:57:32.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-07T17:57:32.684Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-07T17:57:32.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-07T17:57:32.684Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-07T17:57:32.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-07T17:57:32.684Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-07T17:57:32.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-07T17:57:32.684Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-07T17:57:32.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-07T17:57:32.684Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-07T17:57:32.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-07T17:57:32.684Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-07T17:57:32.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-07T17:57:32.684Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-07T17:57:32.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-07T17:57:32.685Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:32.685Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:32.685Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:32.685Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:32.685Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:32.685Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:32.685Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:32.685Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:32.685Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:32.685Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:32.685Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:32.685Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:32.685Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:32.685Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:32.685Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:32.685Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:32.685Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-07T17:57:32.685Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:32.896Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-07T17:57:32.896Z] Using test binary docker [2022-04-07T17:57:32.896Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-07T17:57:32.896Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-07T17:57:32.896Z] INFO: Waiting for daemon to start... [2022-04-07T17:57:32.896Z] Starting dockerd [2022-04-07T17:57:33.515Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2022-04-07T17:57:33.515Z] === RUN TestPidHost [2022-04-07T17:57:34.596Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:35.496Z] . [2022-04-07T17:57:35.496Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-07T17:57:35.496Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-07T17:57:35.496Z] Error: No such image: emptyfs [2022-04-07T17:57:35.496Z] Running integration-test (iteration 1) [2022-04-07T17:57:35.496Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-04-07T17:57:35.559Z] --- PASS: TestPidHost (1.72s) [2022-04-07T17:57:35.559Z] === RUN TestPsFilter [2022-04-07T17:57:35.559Z] --- PASS: TestPsFilter (0.15s) [2022-04-07T17:57:35.559Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-07T17:57:35.559Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-04-07T17:57:35.752Z] Loaded image: busybox:latest [2022-04-07T17:57:35.979Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:36.009Z] Loaded image: busybox:glibc [2022-04-07T17:57:36.133Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2022-04-07T17:57:36.133Z] === RUN TestRemoveContainerWithVolume [2022-04-07T17:57:36.133Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-04-07T17:57:36.395Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-07T17:57:36.656Z] --- PASS: TestRemoveContainerWithVolume (0.72s) [2022-04-07T17:57:36.656Z] === RUN TestRemoveContainerRunning [2022-04-07T17:57:36.656Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-04-07T17:57:36.920Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:36.920Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:37.229Z] check_test.go:308: [d1aa1e0eff505] daemon is not started [2022-04-07T17:57:37.229Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-04-07T17:57:37.229Z] --- PASS: TestRemoveContainerRunning (0.57s) [2022-04-07T17:57:37.229Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-07T17:57:37.375Z] Loaded image: debian:bullseye-slim [2022-04-07T17:57:37.375Z] Loaded image: hello-world:latest [2022-04-07T17:57:37.375Z] Loaded image: arm32v7/hello-world:latest [2022-04-07T17:57:37.375Z] INFO: Testing against a local daemon [2022-04-07T17:57:37.375Z] === RUN TestCgroupNamespacesBuild [2022-04-07T17:57:37.800Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-07T17:57:37.800Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2022-04-07T17:57:37.800Z] === RUN TestRemoveInvalidContainer [2022-04-07T17:57:37.860Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:38.061Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-04-07T17:57:38.061Z] === RUN TestRenameLinkedContainer [2022-04-07T17:57:38.120Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:38.741Z] --- PASS: TestCgroupNamespacesBuild (1.18s) [2022-04-07T17:57:38.741Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-07T17:57:39.002Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-04-07T17:57:39.002Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-07T17:57:39.552Z] --- PASS: TestCreateServiceMultipleTimes (15.83s) [2022-04-07T17:57:39.553Z] === RUN TestCreateServiceConflict [2022-04-07T17:57:39.553Z] --- PASS: TestCreateServiceConflict (2.15s) [2022-04-07T17:57:39.553Z] === RUN TestCreateServiceMaxReplicas [2022-04-07T17:57:40.106Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.22s) [2022-04-07T17:57:40.106Z] === RUN TestBuildWithSession [2022-04-07T17:57:40.106Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T17:57:40.106Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-07T17:57:40.106Z] === RUN TestBuildSquashParent [2022-04-07T17:57:40.388Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-04-07T17:57:40.959Z] --- PASS: TestRenameLinkedContainer (3.00s) [2022-04-07T17:57:40.959Z] === RUN TestRenameStoppedContainer [2022-04-07T17:57:41.416Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:41.416Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-07T17:57:41.464Z] --- PASS: TestCreateServiceMaxReplicas (2.76s) [2022-04-07T17:57:41.464Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-07T17:57:41.532Z] --- PASS: TestRenameStoppedContainer (0.71s) [2022-04-07T17:57:41.532Z] === RUN TestRenameRunningContainerAndReuse [2022-04-07T17:57:42.103Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-04-07T17:57:42.675Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-07T17:57:43.248Z] --- PASS: TestRenameRunningContainerAndReuse (1.54s) [2022-04-07T17:57:43.248Z] === RUN TestRenameInvalidName [2022-04-07T17:57:43.959Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-07T17:57:44.191Z] --- PASS: TestRenameInvalidName (0.78s) [2022-04-07T17:57:44.191Z] === RUN TestRenameAnonymousContainer [2022-04-07T17:57:44.191Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-04-07T17:57:45.341Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-07T17:57:45.341Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-07T17:57:45.577Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-04-07T17:57:46.520Z] --- PASS: TestRenameAnonymousContainer (2.65s) [2022-04-07T17:57:46.520Z] === RUN TestRenameContainerWithSameName [2022-04-07T17:57:47.252Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-07T17:57:47.252Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-07T17:57:47.463Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-04-07T17:57:47.463Z] --- PASS: TestRenameContainerWithSameName (0.73s) [2022-04-07T17:57:47.463Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-07T17:57:48.191Z] --- PASS: TestBuildSquashParent (7.16s) [2022-04-07T17:57:48.191Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-07T17:57:48.191Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:57:48.191Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:57:48.191Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:57:48.191Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:57:48.191Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:57:48.191Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:57:48.191Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:57:48.191Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:57:48.191Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:57:48.191Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:57:48.191Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:57:48.191Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:57:48.191Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T17:57:48.191Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T17:57:48.637Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-07T17:57:48.753Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T17:57:48.753Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T17:57:48.849Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-07T17:57:48.849Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s) [2022-04-07T17:57:48.849Z] === RUN TestResize [2022-04-07T17:57:48.968Z] 8f616e6e9eec: Verifying Checksum [2022-04-07T17:57:48.968Z] 8f616e6e9eec: Download complete [2022-04-07T17:57:49.111Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-04-07T17:57:49.371Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-07T17:57:49.631Z] --- PASS: TestResize (0.70s) [2022-04-07T17:57:49.631Z] === RUN TestResizeWithInvalidSize [2022-04-07T17:57:49.631Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-04-07T17:57:50.202Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2022-04-07T17:57:50.202Z] === RUN TestResizeWhenContainerNotStarted [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.69s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.98s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.33s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.38s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.04s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.98s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.68s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.75s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.88s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.66s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.74s) [2022-04-07T17:57:50.547Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.59s) [2022-04-07T17:57:50.547Z] === RUN TestCgroupNamespacesRun [2022-04-07T17:57:50.773Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s) [2022-04-07T17:57:50.773Z] === RUN TestDaemonRestartKillContainers [2022-04-07T17:57:50.773Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-07T17:57:50.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-07T17:57:50.773Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-07T17:57:50.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-07T17:57:50.773Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-07T17:57:50.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:50.774Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:50.774Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:50.774Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-07T17:57:50.774Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:51.269Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T17:57:51.269Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T17:57:51.345Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-07T17:57:51.486Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2022-04-07T17:57:51.486Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-07T17:57:52.429Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s) [2022-04-07T17:57:52.429Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-07T17:57:52.733Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-07T17:57:53.158Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-04-07T17:57:53.158Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.69s) [2022-04-07T17:57:53.158Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.76s) [2022-04-07T17:57:53.158Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.12s) [2022-04-07T17:57:53.158Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.13s) [2022-04-07T17:57:53.158Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.75s) [2022-04-07T17:57:53.158Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.93s) [2022-04-07T17:57:53.158Z] === RUN TestBuildMultiStageCopy [2022-04-07T17:57:53.158Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-07T17:57:53.305Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-04-07T17:57:53.305Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:53.819Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-04-07T17:57:53.819Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-07T17:57:53.875Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-07T17:57:54.759Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2022-04-07T17:57:54.759Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-07T17:57:54.816Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:55.387Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-07T17:57:55.387Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-07T17:57:55.976Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-07T17:57:56.142Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-04-07T17:57:56.142Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-07T17:57:56.364Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.17s) [2022-04-07T17:57:56.364Z] === RUN TestCreateServiceSecretFileMode [2022-04-07T17:57:56.425Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-07T17:57:56.936Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-07T17:57:57.082Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s) [2022-04-07T17:57:57.083Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-07T17:57:57.203Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-07T17:57:57.352Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-07T17:57:57.478Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:57:57.653Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-04-07T17:57:57.653Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-07T17:57:58.279Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-07T17:57:59.036Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-04-07T17:57:59.036Z] === RUN TestNISDomainname [2022-04-07T17:57:59.207Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-07T17:57:59.392Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-07T17:57:59.607Z] --- PASS: TestNISDomainname (0.53s) [2022-04-07T17:57:59.607Z] === RUN TestHostnameDnsResolution [2022-04-07T17:57:59.653Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-04-07T17:57:59.914Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-07T17:58:00.136Z] --- PASS: TestBuildMultiStageCopy (7.37s) [2022-04-07T17:58:00.136Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.37s) [2022-04-07T17:58:00.136Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-04-07T17:58:00.136Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-04-07T17:58:00.136Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-04-07T17:58:00.136Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-04-07T17:58:00.136Z] === RUN TestBuildMultiStageParentConfig [2022-04-07T17:58:00.162Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-04-07T17:58:00.162Z] [2022-04-07T17:58:00.162Z] ________ ____ __. [2022-04-07T17:58:00.162Z] \_____ \ | |/ _| [2022-04-07T17:58:00.162Z] / | \| < [2022-04-07T17:58:00.162Z] / | \ | \ [2022-04-07T17:58:00.162Z] \_______ /____|__ \ [2022-04-07T17:58:00.162Z] \/ \/ [2022-04-07T17:58:00.162Z] [2022-04-07T17:58:00.162Z] INFO: make.ps1 ended at 04/07/2022 17:57:50 [2022-04-07T17:58:00.162Z] INFO: Binaries build ended at 04/07/2022 17:57:51. Duration:00:01:23.4942592 [2022-04-07T17:58:00.162Z] INFO: Copying the built daemon binary to d:\CI\PR-43448\7\binary\dockerd-101dafd049.exe... [2022-04-07T17:58:00.163Z] INFO: Copying the built client binary to d:\CI\PR-43448\7\binary\docker-101dafd049.exe... [2022-04-07T17:58:00.163Z] INFO: Copying dockerversion from the container... [2022-04-07T17:58:00.163Z] INFO: Copying the golang package from the container to d:\CI\PR-43448\7\installer\go.zip... [2022-04-07T17:58:00.163Z] INFO: Extracting go.zip to d:\CI\PR-43448\7\go [2022-04-07T17:58:00.177Z] --- PASS: TestHostnameDnsResolution (0.66s) [2022-04-07T17:58:00.177Z] === RUN TestUnprivilegedPortsAndPing [2022-04-07T17:58:00.747Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-04-07T17:58:00.747Z] === RUN TestPrivilegedHostDevices [2022-04-07T17:58:00.857Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-07T17:58:01.318Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-04-07T17:58:01.318Z] === RUN TestStats [2022-04-07T17:58:01.429Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-07T17:58:03.346Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-07T17:58:03.859Z] --- PASS: TestStats (2.44s) [2022-04-07T17:58:03.859Z] === RUN TestStopContainerWithTimeout [2022-04-07T17:58:03.859Z] === RUN TestStopContainerWithTimeout/0 [2022-04-07T17:58:03.859Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-07T17:58:03.859Z] === RUN TestStopContainerWithTimeout/1 [2022-04-07T17:58:03.859Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-07T17:58:03.859Z] === RUN TestStopContainerWithTimeout/3 [2022-04-07T17:58:03.859Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-07T17:58:03.859Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-07T17:58:03.859Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-07T17:58:03.859Z] === CONT TestStopContainerWithTimeout/0 [2022-04-07T17:58:03.859Z] === CONT TestStopContainerWithTimeout/3 [2022-04-07T17:58:04.430Z] === CONT TestStopContainerWithTimeout/1 [2022-04-07T17:58:05.261Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-07T17:58:05.261Z] check_test.go:308: [dc64f26a5d61e] daemon is not started [2022-04-07T17:58:05.261Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-04-07T17:58:05.379Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-04-07T17:58:05.379Z] === RUN TestBuildLabelWithTargets [2022-04-07T17:58:05.812Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-07T17:58:06.646Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-07T17:58:07.588Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-07T17:58:07.588Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-04-07T17:58:08.352Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-07T17:58:08.352Z] --- PASS: TestStopContainerWithTimeout/0 (0.86s) [2022-04-07T17:58:08.352Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-04-07T17:58:08.352Z] --- PASS: TestStopContainerWithTimeout/3 (2.78s) [2022-04-07T17:58:08.352Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2022-04-07T17:58:08.352Z] === RUN TestDeleteDevicemapper [2022-04-07T17:58:08.352Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-07T17:58:08.352Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-07T17:58:08.352Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-07T17:58:08.589Z] --- PASS: TestCreateServiceSecretFileMode (12.49s) [2022-04-07T17:58:08.589Z] === RUN TestCreateServiceConfigFileMode [2022-04-07T17:58:09.503Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-07T17:58:09.737Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.51s) [2022-04-07T17:58:09.737Z] === RUN TestUpdateMemory [2022-04-07T17:58:10.308Z] --- PASS: TestUpdateMemory (0.51s) [2022-04-07T17:58:10.308Z] === RUN TestUpdateCPUQuota [2022-04-07T17:58:10.878Z] --- PASS: TestUpdateCPUQuota (0.65s) [2022-04-07T17:58:10.878Z] === RUN TestUpdatePidsLimit [2022-04-07T17:58:10.878Z] === RUN TestUpdatePidsLimit/update_from_none [2022-04-07T17:58:11.138Z] === RUN TestUpdatePidsLimit/no_change [2022-04-07T17:58:11.399Z] === RUN TestUpdatePidsLimit/update_lower [2022-04-07T17:58:11.659Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-04-07T17:58:11.659Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-04-07T17:58:11.919Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-04-07T17:58:12.051Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-07T17:58:12.180Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-04-07T17:58:12.312Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-07T17:58:12.752Z] --- PASS: TestUpdatePidsLimit (1.79s) [2022-04-07T17:58:12.752Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-04-07T17:58:12.752Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-04-07T17:58:12.752Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-04-07T17:58:12.752Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2022-04-07T17:58:12.752Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-04-07T17:58:12.752Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-04-07T17:58:12.752Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-04-07T17:58:12.752Z] === RUN TestUpdateRestartPolicy [2022-04-07T17:58:13.463Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-04-07T17:58:13.463Z] === RUN TestBuildWithEmptyLayers [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.46s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.37s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.67s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.52s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.38s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.89s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.05s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.61s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.85s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.38s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.58s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.21s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.99s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.74s) [2022-04-07T17:58:15.613Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.71s) [2022-04-07T17:58:15.613Z] === RUN TestCgroupNamespacesRun [2022-04-07T17:58:16.555Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-07T17:58:16.729Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-04-07T17:58:16.729Z] === RUN TestBuildMultiStageOnBuild [2022-04-07T17:58:16.816Z] --- PASS: TestCgroupNamespacesRun (1.85s) [2022-04-07T17:58:16.816Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-07T17:58:19.380Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.18s) [2022-04-07T17:58:19.380Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-07T17:58:20.766Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-07T17:58:20.820Z] --- PASS: TestCreateServiceConfigFileMode (12.50s) [2022-04-07T17:58:20.820Z] === RUN TestCreateServiceSysctls [2022-04-07T17:58:21.028Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.94s) [2022-04-07T17:58:21.028Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-07T17:58:21.318Z] INFO: Extraction ended at 04/07/2022 17:58:18. Duration:00:00:24.2558114 [2022-04-07T17:58:21.318Z] INFO: Updating the golang and path environment variables [2022-04-07T17:58:21.318Z] INFO: GOPATH=d:\gopath [2022-04-07T17:58:21.318Z] INFO: go version go1.18 windows/amd64 [2022-04-07T17:58:21.318Z] INFO: Running the daemon under test in debug mode [2022-04-07T17:58:21.318Z] INFO: Starting a daemon under test... [2022-04-07T17:58:21.318Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43448\7\daemon --pidfile d:\CI\PR-43448\7\docker.pid -D [2022-04-07T17:58:21.318Z] INFO: Process started successfully. [2022-04-07T17:58:21.318Z] INFO: Start tailing logs of the daemon under tests [2022-04-07T17:58:21.318Z] INFO: Waiting for the daemon under test to start... [2022-04-07T17:58:21.971Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-04-07T17:58:21.971Z] === RUN TestBuildUncleanTarFilenames [2022-04-07T17:58:21.971Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2022-04-07T17:58:21.971Z] === RUN TestBuildMultiStageLayerLeak [2022-04-07T17:58:22.736Z] --- PASS: TestCreateServiceSysctls (3.17s) [2022-04-07T17:58:22.736Z] === RUN TestCreateServiceCapabilities [2022-04-07T17:58:22.959Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-04-07T17:58:22.959Z] --- PASS: TestCgroupNamespacesRunHostMode (1.90s) [2022-04-07T17:58:22.959Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-07T17:58:23.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-07T17:58:24.101Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-07T17:58:24.673Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.67s) [2022-04-07T17:58:24.673Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-07T17:58:24.673Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-04-07T17:58:24.988Z] --- PASS: TestUpdateRestartPolicy (10.88s) [2022-04-07T17:58:24.988Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-07T17:58:24.988Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-04-07T17:58:24.988Z] === RUN TestWaitNonBlocked [2022-04-07T17:58:24.988Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T17:58:24.988Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T17:58:24.988Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T17:58:24.988Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T17:58:24.988Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T17:58:24.988Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T17:58:24.988Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-07T17:58:24.988Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.52s) [2022-04-07T17:58:24.988Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s) [2022-04-07T17:58:24.988Z] === RUN TestWaitBlocked [2022-04-07T17:58:24.988Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T17:58:24.988Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T17:58:24.988Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T17:58:24.988Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T17:58:24.988Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T17:58:24.988Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T17:58:25.248Z] --- PASS: TestWaitBlocked (0.01s) [2022-04-07T17:58:25.248Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.61s) [2022-04-07T17:58:25.248Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s) [2022-04-07T17:58:25.248Z] === CONT TestContainerStartOnDaemonRestart [2022-04-07T17:58:25.248Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-07T17:58:25.281Z] --- PASS: TestCreateServiceCapabilities (2.51s) [2022-04-07T17:58:25.281Z] === RUN TestInspect [2022-04-07T17:58:26.057Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-07T17:58:26.057Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-04-07T17:58:26.057Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.49s) [2022-04-07T17:58:26.057Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-07T17:58:26.136Z] --- PASS: TestBuildMultiStageLayerLeak (4.45s) [2022-04-07T17:58:26.136Z] === RUN TestBuildWithHugeFile [2022-04-07T17:58:27.000Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2022-04-07T17:58:27.000Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-07T17:58:27.158Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.94s) [2022-04-07T17:58:27.158Z] === CONT TestDaemonHostGatewayIP [2022-04-07T17:58:27.419Z] --- PASS: TestContainerStartOnDaemonRestart (2.14s) [2022-04-07T17:58:27.419Z] === CONT TestDaemonRestartIpcMode [2022-04-07T17:58:27.942Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-07T17:58:28.578Z] --- PASS: TestInspect (2.79s) [2022-04-07T17:58:28.578Z] === RUN TestCreateJob [2022-04-07T17:58:28.884Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2022-04-07T17:58:28.884Z] === RUN TestNISDomainname [2022-04-07T17:58:29.826Z] --- PASS: TestNISDomainname (1.01s) [2022-04-07T17:58:29.826Z] === RUN TestHostnameDnsResolution [2022-04-07T17:58:29.962Z] --- PASS: TestDaemonHostGatewayIP (2.39s) [2022-04-07T17:58:29.962Z] === CONT TestIpcModeOlderClient [2022-04-07T17:58:29.962Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-04-07T17:58:29.962Z] === CONT TestContainerKillOnDaemonStart [2022-04-07T17:58:29.962Z] --- PASS: TestDaemonRestartIpcMode (2.43s) [2022-04-07T17:58:30.397Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-04-07T17:58:30.969Z] --- PASS: TestHostnameDnsResolution (1.15s) [2022-04-07T17:58:30.969Z] === RUN TestUnprivilegedPortsAndPing [2022-04-07T17:58:31.122Z] --- PASS: TestCreateJob (3.16s) [2022-04-07T17:58:31.122Z] === RUN TestReplicatedJob [2022-04-07T17:58:31.912Z] --- PASS: TestUnprivilegedPortsAndPing (1.17s) [2022-04-07T17:58:31.912Z] === RUN TestPrivilegedHostDevices [2022-04-07T17:58:32.856Z] --- PASS: TestPrivilegedHostDevices (0.94s) [2022-04-07T17:58:32.856Z] === RUN TestStats [2022-04-07T17:58:33.428Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-07T17:58:33.428Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-04-07T17:58:34.371Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-07T17:58:35.755Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-07T17:58:35.755Z] --- PASS: TestStats (2.79s) [2022-04-07T17:58:35.755Z] === RUN TestStopContainerWithTimeout [2022-04-07T17:58:35.755Z] === RUN TestStopContainerWithTimeout/0 [2022-04-07T17:58:35.755Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-07T17:58:35.755Z] === RUN TestStopContainerWithTimeout/1 [2022-04-07T17:58:35.755Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-07T17:58:35.755Z] === RUN TestStopContainerWithTimeout/3 [2022-04-07T17:58:35.755Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-07T17:58:35.755Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-07T17:58:35.755Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-07T17:58:35.755Z] === CONT TestStopContainerWithTimeout/0 [2022-04-07T17:58:35.755Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-07T17:58:36.327Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-07T17:58:36.407Z] --- PASS: TestReplicatedJob (4.89s) [2022-04-07T17:58:36.407Z] === RUN TestUpdateReplicatedJob [2022-04-07T17:58:36.902Z] === CONT TestStopContainerWithTimeout/3 [2022-04-07T17:58:37.162Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-07T17:58:38.104Z] check_test.go:308: [d6b8faf572975] daemon is not started [2022-04-07T17:58:38.104Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-04-07T17:58:39.046Z] === CONT TestStopContainerWithTimeout/1 [2022-04-07T17:58:39.054Z] .....INFO: Daemon under test started and replied! [2022-04-07T17:58:39.054Z] INFO: Docker version of the daemon under test [2022-04-07T17:58:39.054Z] [2022-04-07T17:58:39.054Z] Client: [2022-04-07T17:58:39.054Z] Version: 17.06.2-ce [2022-04-07T17:58:39.054Z] API version: 1.30 [2022-04-07T17:58:39.054Z] Go version: go1.8.3 [2022-04-07T17:58:39.054Z] Git commit: cec0b72 [2022-04-07T17:58:39.054Z] Built: Tue Sep 5 19:57:19 2017 [2022-04-07T17:58:39.054Z] OS/Arch: windows/amd64 [2022-04-07T17:58:39.054Z] [2022-04-07T17:58:39.054Z] Server: [2022-04-07T17:58:39.054Z] Version: 0.0.0-dev [2022-04-07T17:58:39.054Z] API version: 1.42 (minimum version 1.24) [2022-04-07T17:58:39.054Z] Go version: go1.18 [2022-04-07T17:58:39.054Z] Git commit: 101dafd049 [2022-04-07T17:58:39.054Z] Built: 04/07/2022 17:56:33 [2022-04-07T17:58:39.054Z] OS/Arch: windows/amd64 [2022-04-07T17:58:39.054Z] Experimental: false [2022-04-07T17:58:39.054Z] [2022-04-07T17:58:39.054Z] INFO: Docker info of the daemon under test [2022-04-07T17:58:39.054Z] [2022-04-07T17:58:39.054Z] Containers: 0 [2022-04-07T17:58:39.054Z] Running: 0 [2022-04-07T17:58:39.054Z] Paused: 0 [2022-04-07T17:58:39.054Z] Stopped: 0 [2022-04-07T17:58:39.054Z] Images: 0 [2022-04-07T17:58:39.054Z] Server Version: 0.0.0-dev [2022-04-07T17:58:39.054Z] Storage Driver: windowsfilter [2022-04-07T17:58:39.054Z] Windows: [2022-04-07T17:58:39.054Z] Logging Driver: json-file [2022-04-07T17:58:39.054Z] Plugins: [2022-04-07T17:58:39.054Z] Volume: local [2022-04-07T17:58:39.054Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T17:58:39.054Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T17:58:39.054Z] Swarm: inactive [2022-04-07T17:58:39.054Z] Default Isolation: process [2022-04-07T17:58:39.054Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-07T17:58:39.054Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-04-07T17:58:39.054Z] OSType: windows [2022-04-07T17:58:39.054Z] Architecture: x86_64 [2022-04-07T17:58:39.054Z] CPUs: 4 [2022-04-07T17:58:39.054Z] Total Memory: 32GiB [2022-04-07T17:58:39.054Z] Name: azwin-2-11b620 [2022-04-07T17:58:39.054Z] ID: IA7L:MRKX:NZGX:MFWA:4QYN:BDAF:EDIK:SU2W:B2UU:5S3H:DVJ2:WL7Q [2022-04-07T17:58:39.054Z] Docker Root Dir: D:\CI\PR-43448\7\daemon [2022-04-07T17:58:39.054Z] Debug Mode (client): false [2022-04-07T17:58:39.054Z] Debug Mode (server): true [2022-04-07T17:58:39.054Z] File Descriptors: -1 [2022-04-07T17:58:39.054Z] Goroutines: 16 [2022-04-07T17:58:39.054Z] System Time: 2022-04-07T17:58:37.5871422Z [2022-04-07T17:58:39.054Z] EventsListeners: 0 [2022-04-07T17:58:39.054Z] Registry: https://index.docker.io/v1/ [2022-04-07T17:58:39.054Z] Labels: [2022-04-07T17:58:39.054Z] Experimental: false [2022-04-07T17:58:39.054Z] Insecure Registries: [2022-04-07T17:58:39.054Z] 127.0.0.0/8 [2022-04-07T17:58:39.054Z] Live Restore Enabled: false [2022-04-07T17:58:39.054Z] [2022-04-07T17:58:39.054Z] [2022-04-07T17:58:39.054Z] INFO: Docker images of the daemon under test [2022-04-07T17:58:39.054Z] [2022-04-07T17:58:39.054Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-07T17:58:39.054Z] [2022-04-07T17:58:39.054Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-04-07T17:58:39.054Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-04-07T17:58:39.054Z] ltsc2019: Pulling from windows/servercore [2022-04-07T17:58:39.054Z] 4612f6d0b889: Pulling fs layer [2022-04-07T17:58:39.054Z] 0a6173b79e25: Pulling fs layer [2022-04-07T17:58:39.619Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-04-07T17:58:39.707Z] --- PASS: TestUpdateReplicatedJob (3.12s) [2022-04-07T17:58:39.707Z] === RUN TestServiceListWithStatuses [2022-04-07T17:58:39.707Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-07T17:58:39.707Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-07T17:58:39.707Z] === RUN TestDockerNetworkConnectAlias [2022-04-07T17:58:40.560Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-04-07T17:58:40.560Z] --- PASS: TestStopContainerWithTimeout/0 (1.23s) [2022-04-07T17:58:40.560Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2022-04-07T17:58:40.560Z] --- PASS: TestStopContainerWithTimeout/3 (2.79s) [2022-04-07T17:58:40.560Z] --- PASS: TestStopContainerWithTimeout/1 (1.74s) [2022-04-07T17:58:40.560Z] === RUN TestDeleteDevicemapper [2022-04-07T17:58:40.560Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-07T17:58:40.560Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-07T17:58:40.560Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-07T17:58:41.947Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-04-07T17:58:42.188Z] --- PASS: TestContainerKillOnDaemonStart (11.48s) [2022-04-07T17:58:42.188Z] PASS [2022-04-07T17:58:42.188Z] [2022-04-07T17:58:42.188Z] === Skipped [2022-04-07T17:58:42.188Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-04-07T17:58:42.188Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T17:58:42.188Z] [2022-04-07T17:58:42.188Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-07T17:58:42.188Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-07T17:58:42.188Z] [2022-04-07T17:58:42.188Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-07T17:58:42.188Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-07T17:58:42.188Z] [2022-04-07T17:58:42.188Z] DONE 201 tests, 3 skipped in 117.307s [2022-04-07T17:58:42.188Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-07T17:58:42.188Z] ++ 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-04-07T17:58:42.188Z] ++ set -e [2022-04-07T17:58:42.188Z] ++ '[' -n 0 ']' [2022-04-07T17:58:42.188Z] ++ set -x [2022-04-07T17:58:42.188Z] ++ 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-04-07T17:58:42.188Z] === RUN TestConfigDaemonLibtrustID [2022-04-07T17:58:42.188Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-04-07T17:58:42.188Z] === RUN TestDaemonConfigValidation [2022-04-07T17:58:42.188Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-07T17:58:42.188Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-07T17:58:42.188Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-07T17:58:42.188Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-07T17:58:42.188Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-07T17:58:42.188Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-07T17:58:42.188Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-07T17:58:42.188Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-07T17:58:42.188Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-07T17:58:42.188Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-07T17:58:42.188Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-07T17:58:42.188Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-07T17:58:42.188Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-07T17:58:42.188Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-07T17:58:42.188Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-07T17:58:42.188Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-07T17:58:42.188Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-04-07T17:58:42.188Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-04-07T17:58:42.188Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-04-07T17:58:42.188Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-04-07T17:58:42.188Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-04-07T17:58:42.188Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-07T17:58:42.188Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-07T17:58:42.207Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-07T17:58:43.128Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-07T17:58:43.148Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.48s) [2022-04-07T17:58:43.148Z] === RUN TestUpdateMemory [2022-04-07T17:58:43.148Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:58:43.148Z] --- SKIP: TestUpdateMemory (0.00s) [2022-04-07T17:58:43.148Z] === RUN TestUpdateCPUQuota [2022-04-07T17:58:43.719Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-07T17:58:43.910Z] --- PASS: TestDockerNetworkConnectAlias (4.14s) [2022-04-07T17:58:43.910Z] === RUN TestDockerNetworkReConnect [2022-04-07T17:58:44.069Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-07T17:58:44.291Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-04-07T17:58:44.553Z] --- PASS: TestUpdateCPUQuota (1.52s) [2022-04-07T17:58:44.553Z] === RUN TestUpdatePidsLimit [2022-04-07T17:58:44.553Z] === RUN TestUpdatePidsLimit/update_from_none [2022-04-07T17:58:45.126Z] === RUN TestUpdatePidsLimit/no_change [2022-04-07T17:58:45.126Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-07T17:58:45.387Z] === RUN TestUpdatePidsLimit/update_lower [2022-04-07T17:58:45.452Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-07T17:58:45.452Z] daemon_test.go:156: [d75c0b8162b3a] daemon is not started [2022-04-07T17:58:45.452Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-04-07T17:58:45.452Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-04-07T17:58:45.452Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-04-07T17:58:45.452Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-04-07T17:58:45.452Z] === RUN TestDaemonProxy [2022-04-07T17:58:45.452Z] === RUN TestDaemonProxy/environment_variables [2022-04-07T17:58:45.648Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-04-07T17:58:46.222Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-04-07T17:58:46.482Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-04-07T17:58:46.834Z] === RUN TestDaemonProxy/command-line_options [2022-04-07T17:58:47.053Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-04-07T17:58:47.209Z] --- PASS: TestDockerNetworkReConnect (3.37s) [2022-04-07T17:58:47.210Z] === RUN TestServicePlugin [2022-04-07T17:58:48.438Z] --- PASS: TestUpdatePidsLimit (3.70s) [2022-04-07T17:58:48.439Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2022-04-07T17:58:48.439Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2022-04-07T17:58:48.439Z] --- PASS: TestUpdatePidsLimit/update_lower (0.35s) [2022-04-07T17:58:48.439Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.50s) [2022-04-07T17:58:48.439Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2022-04-07T17:58:48.439Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2022-04-07T17:58:48.439Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) [2022-04-07T17:58:48.439Z] === RUN TestUpdateRestartPolicy [2022-04-07T17:58:48.744Z] === RUN TestDaemonProxy/configuration_file [2022-04-07T17:58:50.521Z] plugin_test.go:61: [d7c3925d2f112] joining swarm manager [d1e1573a41878]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T17:58:50.655Z] === RUN TestDaemonProxy/conflicting_options [2022-04-07T17:58:50.915Z] === RUN TestDaemonProxy/reload_sanitized [2022-04-07T17:58:51.021Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-07T17:58:51.021Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-04-07T17:58:51.490Z] --- PASS: TestDaemonProxy (6.20s) [2022-04-07T17:58:51.490Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-04-07T17:58:51.490Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-04-07T17:58:51.490Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-04-07T17:58:51.490Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-04-07T17:58:51.490Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-04-07T17:58:51.490Z] PASS [2022-04-07T17:58:51.490Z] [2022-04-07T17:58:51.490Z] DONE 17 tests in 10.155s [2022-04-07T17:58:51.490Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-04-07T17:58:51.490Z] ++ 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-04-07T17:58:51.490Z] ++ set -e [2022-04-07T17:58:51.490Z] ++ '[' -n 0 ']' [2022-04-07T17:58:51.490Z] ++ set -x [2022-04-07T17:58:51.490Z] ++ 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-04-07T17:58:51.490Z] INFO: Testing against a local daemon [2022-04-07T17:58:51.490Z] === RUN TestCommitInheritsEnv [2022-04-07T17:58:51.750Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-04-07T17:58:51.750Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-07T17:58:51.750Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-04-07T17:58:51.750Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-07T17:58:51.750Z] === RUN TestImportWithCustomPlatform [2022-04-07T17:58:51.750Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-07T17:58:51.926Z] plugin_test.go:64: [d772171beb1c9] joining swarm manager [d1e1573a41878]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T17:58:52.011Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-07T17:58:52.011Z] === RUN TestImportWithCustomPlatform// [2022-04-07T17:58:52.011Z] === RUN TestImportWithCustomPlatform/linux [2022-04-07T17:58:52.011Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-07T17:58:52.011Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-07T17:58:52.011Z] === RUN TestImportWithCustomPlatform/macos [2022-04-07T17:58:52.011Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-07T17:58:52.011Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform/#00 (0.09s) [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-07T17:58:52.011Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-07T17:58:52.011Z] === RUN TestImagesFilterMultiReference [2022-04-07T17:58:52.272Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-04-07T17:58:52.272Z] === RUN TestImagePullPlatformInvalid [2022-04-07T17:58:52.272Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-04-07T17:58:52.272Z] === RUN TestRemoveImageOrphaning [2022-04-07T17:58:52.532Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-04-07T17:58:52.532Z] === RUN TestRemoveImageGarbageCollector [2022-04-07T17:58:52.532Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T17:58:52.532Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-04-07T17:58:52.532Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-07T17:58:52.532Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-04-07T17:58:52.532Z] === RUN TestTagInvalidReference [2022-04-07T17:58:52.532Z] --- PASS: TestTagInvalidReference (0.01s) [2022-04-07T17:58:52.532Z] === RUN TestTagValidPrefixedRepo [2022-04-07T17:58:52.532Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-04-07T17:58:52.532Z] === RUN TestTagExistedNameWithoutForce [2022-04-07T17:58:52.532Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-07T17:58:52.532Z] === RUN TestTagOfficialNames [2022-04-07T17:58:52.532Z] --- PASS: TestTagOfficialNames (0.05s) [2022-04-07T17:58:52.532Z] === RUN TestTagMatchesDigest [2022-04-07T17:58:52.532Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-04-07T17:58:52.532Z] PASS [2022-04-07T17:58:52.532Z] [2022-04-07T17:58:52.532Z] === Skipped [2022-04-07T17:58:52.532Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-07T17:58:52.532Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-04-07T17:58:52.532Z] [2022-04-07T17:58:52.532Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-04-07T17:58:52.532Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T17:58:52.532Z] [2022-04-07T17:58:52.532Z] DONE 22 tests, 2 skipped in 1.255s [2022-04-07T17:58:52.532Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-04-07T17:58:52.532Z] ++ 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-04-07T17:58:52.532Z] ++ set -e [2022-04-07T17:58:52.532Z] ++ '[' -n 0 ']' [2022-04-07T17:58:52.532Z] ++ set -x [2022-04-07T17:58:52.533Z] ++ 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-04-07T17:58:52.793Z] INFO: Testing against a local daemon [2022-04-07T17:58:52.793Z] === RUN TestNetworkCreateDelete [2022-04-07T17:58:52.793Z] --- PASS: TestNetworkCreateDelete (0.15s) [2022-04-07T17:58:52.793Z] === RUN TestDockerNetworkDeletePreferID [2022-04-07T17:58:52.951Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-07T17:58:53.364Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-04-07T17:58:53.364Z] === RUN TestDaemonDNSFallback [2022-04-07T17:58:53.524Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-07T17:58:53.786Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-04-07T17:58:53.786Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-07T17:58:54.357Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-07T17:58:54.357Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-07T17:58:54.618Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-07T17:58:54.618Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-04-07T17:58:54.618Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-07T17:58:55.190Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-04-07T17:58:55.763Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-07T17:58:57.677Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-04-07T17:58:59.945Z] --- PASS: TestDaemonDNSFallback (6.27s) [2022-04-07T17:58:59.945Z] === RUN TestInspectNetwork [2022-04-07T17:59:00.214Z] 4612f6d0b889: Verifying Checksum [2022-04-07T17:59:00.214Z] 4612f6d0b889: Download complete [2022-04-07T17:59:00.222Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-04-07T17:59:00.222Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-04-07T17:59:00.222Z] check_test.go:308: [ddaad0b0a2efc] daemon is not started [2022-04-07T17:59:00.222Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-04-07T17:59:00.222Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-04-07T17:59:00.223Z] check_test.go:308: [df558cf339749] daemon is not started [2022-04-07T17:59:00.223Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-04-07T17:59:00.223Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-07T17:59:00.483Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-07T17:59:00.744Z] --- PASS: TestUpdateRestartPolicy (12.53s) [2022-04-07T17:59:00.744Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-07T17:59:01.146Z] 8f616e6e9eec: Pull complete [2022-04-07T17:59:01.686Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-07T17:59:01.686Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2022-04-07T17:59:01.686Z] === RUN TestWaitNonBlocked [2022-04-07T17:59:01.686Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T17:59:01.686Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T17:59:01.686Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T17:59:01.686Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T17:59:01.686Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T17:59:01.686Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T17:59:01.686Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-07T17:59:02.487Z] === RUN TestInspectNetwork/full_network_id [2022-04-07T17:59:02.487Z] === RUN TestInspectNetwork/partial_network_id [2022-04-07T17:59:02.487Z] === RUN TestInspectNetwork/network_name [2022-04-07T17:59:02.487Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-04-07T17:59:02.630Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-07T17:59:02.630Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-07T17:59:02.630Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.08s) [2022-04-07T17:59:02.630Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s) [2022-04-07T17:59:02.630Z] === RUN TestWaitBlocked [2022-04-07T17:59:02.630Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T17:59:02.630Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T17:59:02.630Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T17:59:02.630Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T17:59:02.630Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T17:59:02.630Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T17:59:02.986Z] INFO [linters context/goanalysis] analyzers took 4m39.649261373s with top 10 stages: buildir: 2m2.099225781s, goimports: 23.926812823s, unconvert: 17.852939405s, gosec: 15.558382342s, S1038: 8.546388741s, golint: 7.393966762s, misspell: 5.407875882s, nilness: 4.387158886s, inspect: 4.160549352s, S1039: 3.719661389s [2022-04-07T17:59:02.986Z] INFO [runner] Issues before processing: 3056, after processing: 0 [2022-04-07T17:59:02.986Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2440/2440, skip_files: 2440/2440, nolint: 0/78, exclude-rules: 78/2055, path_prettifier: 2440/2440, exclude: 2055/2055, autogenerated_exclude: 2055/2440, identifier_marker: 2055/2055, cgo: 2440/3056, filename_unadjuster: 2440/2440 [2022-04-07T17:59:02.986Z] INFO [runner] processing took 171.282236ms with stages: nolint: 65.348381ms, identifier_marker: 44.103883ms, path_prettifier: 22.256136ms, autogenerated_exclude: 19.679319ms, exclude-rules: 14.704145ms, skip_dirs: 3.471261ms, cgo: 999.725µs, filename_unadjuster: 713.077µs, max_same_issues: 1.529µs, skip_files: 898ns, uniq_by_line: 692ns, diff: 497ns, exclude: 458ns, path_shortener: 412ns, source_code: 405ns, max_from_linter: 361ns, severity-rules: 346ns, sort_results: 277ns, max_per_file_from_linter: 270ns, path_prefixer: 164ns [2022-04-07T17:59:02.986Z] INFO [runner] linters took 1m31.506445097s with stages: goanalysis_metalinter: 1m31.33060717s [2022-04-07T17:59:02.986Z] INFO File cache stats: 1666 entries of total size 8.4MiB [2022-04-07T17:59:02.986Z] INFO Memory: 2639 samples, avg is 285.2MB, max is 1200.0MB [2022-04-07T17:59:02.986Z] INFO Execution took 4m23.843256437s [2022-04-07T17:59:02.986Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-04-07T17:59:03.203Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-07T17:59:03.203Z] check_test.go:308: [d9f3efaf5441d] daemon is not started [2022-04-07T17:59:03.203Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-04-07T17:59:03.336Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh dynbinary test-docker-py [2022-04-07T17:59:03.464Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-07T17:59:03.598Z] [2022-04-07T17:59:03.724Z] --- PASS: TestWaitBlocked (0.02s) [2022-04-07T17:59:03.724Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.01s) [2022-04-07T17:59:03.724Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.21s) [2022-04-07T17:59:03.724Z] === CONT TestContainerStartOnDaemonRestart [2022-04-07T17:59:03.724Z] === CONT TestContainerKillOnDaemonStart [2022-04-07T17:59:03.858Z] Removing bundles/ [2022-04-07T17:59:03.858Z] [2022-04-07T17:59:03.858Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-07T17:59:03.858Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T17:59:03.858Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T17:59:06.687Z] --- PASS: TestInspectNetwork (6.97s) [2022-04-07T17:59:06.687Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-04-07T17:59:06.687Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-04-07T17:59:06.687Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-04-07T17:59:06.687Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-04-07T17:59:06.687Z] === RUN TestRunContainerWithBridgeNone [2022-04-07T17:59:07.934Z] --- PASS: TestContainerStartOnDaemonRestart (3.49s) [2022-04-07T17:59:07.934Z] === CONT TestIpcModeOlderClient [2022-04-07T17:59:07.934Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-04-07T17:59:07.934Z] === CONT TestDaemonHostGatewayIP [2022-04-07T17:59:08.071Z] --- PASS: TestRunContainerWithBridgeNone (1.50s) [2022-04-07T17:59:08.071Z] === RUN TestNetworkInvalidJSON [2022-04-07T17:59:08.071Z] === RUN TestNetworkInvalidJSON//networks/create [2022-04-07T17:59:08.071Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-04-07T17:59:08.071Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T17:59:08.071Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T17:59:08.071Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T17:59:08.071Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T17:59:08.071Z] === CONT TestNetworkInvalidJSON//networks/create [2022-04-07T17:59:08.071Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T17:59:08.071Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T17:59:08.071Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-04-07T17:59:08.071Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-04-07T17:59:08.071Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-04-07T17:59:08.071Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-04-07T17:59:08.071Z] === RUN TestNetworkList [2022-04-07T17:59:08.071Z] === RUN TestNetworkList//networks [2022-04-07T17:59:08.071Z] === PAUSE TestNetworkList//networks [2022-04-07T17:59:08.071Z] === RUN TestNetworkList//networks/ [2022-04-07T17:59:08.071Z] === PAUSE TestNetworkList//networks/ [2022-04-07T17:59:08.071Z] === CONT TestNetworkList//networks [2022-04-07T17:59:08.071Z] === CONT TestNetworkList//networks/ [2022-04-07T17:59:08.071Z] --- PASS: TestNetworkList (0.01s) [2022-04-07T17:59:08.071Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-07T17:59:08.071Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-07T17:59:08.071Z] === RUN TestHostIPv4BridgeLabel [2022-04-07T17:59:08.195Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-04-07T17:59:08.641Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2022-04-07T17:59:08.641Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-07T17:59:09.581Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-04-07T17:59:09.581Z] === RUN TestDaemonDefaultNetworkPools [2022-04-07T17:59:10.521Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-04-07T17:59:10.521Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-07T17:59:10.744Z] --- PASS: TestDaemonHostGatewayIP (3.36s) [2022-04-07T17:59:10.744Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-07T17:59:11.005Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-04-07T17:59:11.462Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2022-04-07T17:59:11.462Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-07T17:59:12.844Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-04-07T17:59:12.844Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-07T17:59:13.414Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-04-07T17:59:13.414Z] === RUN TestServiceWithPredefinedNetwork [2022-04-07T17:59:13.551Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.63s) [2022-04-07T17:59:13.551Z] === CONT TestDaemonRestartIpcMode [2022-04-07T17:59:14.123Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-04-07T17:59:14.384Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-07T17:59:15.080Z] 0a6173b79e25: Verifying Checksum [2022-04-07T17:59:15.080Z] 0a6173b79e25: Download complete [2022-04-07T17:59:15.329Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-07T17:59:15.590Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-07T17:59:15.957Z] --- PASS: TestServiceWithPredefinedNetwork (2.26s) [2022-04-07T17:59:15.957Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-07T17:59:15.957Z] service_test.go:243: FLAKY_TEST [2022-04-07T17:59:15.957Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T17:59:15.957Z] === RUN TestServiceWithDataPathPortInit [2022-04-07T17:59:16.977Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-04-07T17:59:16.977Z] --- PASS: TestDaemonRestartIpcMode (3.39s) [2022-04-07T17:59:16.977Z] --- PASS: TestContainerKillOnDaemonStart (13.19s) [2022-04-07T17:59:16.977Z] PASS [2022-04-07T17:59:16.977Z] [2022-04-07T17:59:16.977Z] === Skipped [2022-04-07T17:59:16.977Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-04-07T17:59:16.977Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T17:59:16.977Z] [2022-04-07T17:59:16.977Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-04-07T17:59:16.977Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:59:16.977Z] [2022-04-07T17:59:16.977Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-04-07T17:59:16.977Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:59:16.977Z] [2022-04-07T17:59:16.977Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-07T17:59:16.977Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-07T17:59:16.977Z] [2022-04-07T17:59:16.977Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-07T17:59:16.977Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-07T17:59:16.977Z] [2022-04-07T17:59:16.977Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-04-07T17:59:16.977Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:59:16.977Z] [2022-04-07T17:59:16.977Z] DONE 201 tests, 6 skipped in 157.952s [2022-04-07T17:59:16.977Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-07T17:59:16.977Z] ++ 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-04-07T17:59:16.977Z] ++ set -e [2022-04-07T17:59:16.977Z] ++ '[' -n 0 ']' [2022-04-07T17:59:16.977Z] ++ set -x [2022-04-07T17:59:16.978Z] ++ 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-04-07T17:59:17.239Z] === RUN TestConfigDaemonLibtrustID [2022-04-07T17:59:17.811Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-04-07T17:59:17.811Z] === RUN TestDaemonConfigValidation [2022-04-07T17:59:17.811Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-07T17:59:17.811Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-07T17:59:17.811Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-07T17:59:17.811Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-07T17:59:17.811Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-07T17:59:17.811Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-07T17:59:17.811Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-07T17:59:17.811Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-07T17:59:17.811Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-07T17:59:17.811Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-07T17:59:17.811Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-07T17:59:17.811Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-07T17:59:17.811Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-07T17:59:17.811Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-07T17:59:18.072Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-07T17:59:18.072Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-07T17:59:18.072Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.12s) [2022-04-07T17:59:18.072Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.16s) [2022-04-07T17:59:18.072Z] --- PASS: TestDaemonConfigValidation/valid_config (0.14s) [2022-04-07T17:59:18.072Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.11s) [2022-04-07T17:59:18.072Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-04-07T17:59:18.072Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-07T17:59:18.072Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-07T17:59:18.072Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-07T17:59:18.497Z] --- PASS: TestServicePlugin (29.91s) [2022-04-07T17:59:18.497Z] === RUN TestServiceUpdateLabel [2022-04-07T17:59:18.758Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-04-07T17:59:18.758Z] === RUN TestServiceUpdateSecrets [2022-04-07T17:59:19.458Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-07T17:59:20.398Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-07T17:59:20.659Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-04-07T17:59:21.230Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-07T17:59:21.230Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-07T17:59:21.230Z] daemon_test.go:156: [d15637e356008] daemon is not started [2022-04-07T17:59:21.230Z] --- PASS: TestConfigDaemonSeccompProfiles (3.22s) [2022-04-07T17:59:21.230Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.06s) [2022-04-07T17:59:21.230Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2022-04-07T17:59:21.230Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-04-07T17:59:21.230Z] === RUN TestDaemonProxy [2022-04-07T17:59:21.230Z] === RUN TestDaemonProxy/environment_variables [2022-04-07T17:59:22.311Z] --- PASS: TestBuildWithHugeFile (50.44s) [2022-04-07T17:59:22.311Z] === RUN TestBuildWCOWSandboxSize [2022-04-07T17:59:22.311Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T17:59:22.311Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-07T17:59:22.311Z] === RUN TestBuildWithEmptyDockerfile [2022-04-07T17:59:22.311Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:59:22.311Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:59:22.311Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:59:22.311Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:59:22.311Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:59:22.311Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:59:22.311Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T17:59:22.311Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T17:59:22.311Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T17:59:22.311Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-04-07T17:59:22.311Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-04-07T17:59:22.311Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-04-07T17:59:22.311Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-07T17:59:22.311Z] === RUN TestBuildPreserveOwnership [2022-04-07T17:59:22.311Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-07T17:59:22.618Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-07T17:59:22.618Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-04-07T17:59:22.618Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-07T17:59:22.618Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-04-07T17:59:22.618Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-07T17:59:22.618Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-04-07T17:59:22.618Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-07T17:59:22.618Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-04-07T17:59:22.618Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-07T17:59:23.189Z] === RUN TestDaemonProxy/command-line_options [2022-04-07T17:59:23.240Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-07T17:59:24.131Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-04-07T17:59:25.073Z] === RUN TestDaemonProxy/configuration_file [2022-04-07T17:59:25.645Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-07T17:59:26.587Z] === RUN TestDaemonProxy/conflicting_options [2022-04-07T17:59:27.159Z] === RUN TestDaemonProxy/reload_sanitized [2022-04-07T17:59:27.406Z] --- PASS: TestBuildPreserveOwnership (10.29s) [2022-04-07T17:59:27.406Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.27s) [2022-04-07T17:59:27.406Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-04-07T17:59:27.406Z] === RUN TestBuildPlatformInvalid [2022-04-07T17:59:27.406Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-04-07T17:59:27.406Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-07T17:59:27.406Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-04-07T17:59:27.406Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-04-07T17:59:27.406Z] PASS [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] === Skipped [2022-04-07T17:59:27.406Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-04-07T17:59:27.406Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-07T17:59:27.406Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-04-07T17:59:27.406Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] DONE 34 tests, 3 skipped in 111.614s [2022-04-07T17:59:27.406Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-04-07T17:59:27.406Z] INFO: Testing against a local daemon [2022-04-07T17:59:27.406Z] === RUN TestConfigInspect [2022-04-07T17:59:27.406Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] --- SKIP: TestConfigInspect (0.03s) [2022-04-07T17:59:27.406Z] === RUN TestConfigList [2022-04-07T17:59:27.406Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] --- SKIP: TestConfigList (0.01s) [2022-04-07T17:59:27.406Z] === RUN TestConfigsCreateAndDelete [2022-04-07T17:59:27.406Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-04-07T17:59:27.406Z] === RUN TestConfigsUpdate [2022-04-07T17:59:27.406Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-04-07T17:59:27.406Z] === RUN TestTemplatedConfig [2022-04-07T17:59:27.406Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-07T17:59:27.406Z] === RUN TestConfigCreateResolve [2022-04-07T17:59:27.406Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-04-07T17:59:27.406Z] PASS [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] === Skipped [2022-04-07T17:59:27.406Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s) [2022-04-07T17:59:27.406Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-04-07T17:59:27.406Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-04-07T17:59:27.406Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-04-07T17:59:27.406Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-04-07T17:59:27.406Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-04-07T17:59:27.406Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T17:59:27.406Z] [2022-04-07T17:59:27.406Z] DONE 6 tests, 6 skipped in 0.164s [2022-04-07T17:59:27.406Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-04-07T17:59:27.420Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-04-07T17:59:27.662Z] INFO: Testing against a local daemon [2022-04-07T17:59:27.662Z] === RUN TestCheckpoint [2022-04-07T17:59:27.662Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T17:59:27.662Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-07T17:59:27.663Z] === RUN TestContainerInvalidJSON [2022-04-07T17:59:27.663Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:59:27.663Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:59:27.663Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:59:27.663Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:59:27.663Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T17:59:27.663Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-04-07T17:59:27.663Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-04-07T17:59:27.663Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-04-07T17:59:27.663Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-04-07T17:59:27.663Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-07T17:59:27.663Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2022-04-07T17:59:27.663Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-07T17:59:27.663Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-04-07T17:59:27.663Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-07T17:59:27.663Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-04-07T17:59:27.663Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-07T17:59:27.681Z] --- PASS: TestDaemonProxy (6.34s) [2022-04-07T17:59:27.681Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-04-07T17:59:27.681Z] --- PASS: TestDaemonProxy/command-line_options (1.77s) [2022-04-07T17:59:27.681Z] --- PASS: TestDaemonProxy/configuration_file (1.80s) [2022-04-07T17:59:27.681Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-04-07T17:59:27.681Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-04-07T17:59:27.681Z] PASS [2022-04-07T17:59:27.681Z] [2022-04-07T17:59:27.681Z] DONE 17 tests in 10.636s [2022-04-07T17:59:27.681Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-04-07T17:59:27.681Z] ++ 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-04-07T17:59:27.681Z] ++ set -e [2022-04-07T17:59:27.681Z] ++ '[' -n 0 ']' [2022-04-07T17:59:27.681Z] ++ set -x [2022-04-07T17:59:27.681Z] ++ 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-04-07T17:59:27.919Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-04-07T17:59:27.919Z] === RUN TestCopyFromContainer [2022-04-07T17:59:27.942Z] INFO: Testing against a local daemon [2022-04-07T17:59:27.942Z] === RUN TestCommitInheritsEnv [2022-04-07T17:59:28.513Z] --- PASS: TestCommitInheritsEnv (0.45s) [2022-04-07T17:59:28.513Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-07T17:59:28.513Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-04-07T17:59:28.513Z] === RUN TestImportWithCustomPlatform [2022-04-07T17:59:28.513Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-07T17:59:28.513Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-07T17:59:28.513Z] === RUN TestImportWithCustomPlatform// [2022-04-07T17:59:28.513Z] === RUN TestImportWithCustomPlatform/linux [2022-04-07T17:59:28.774Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-07T17:59:28.774Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-07T17:59:29.035Z] === RUN TestImportWithCustomPlatform/macos [2022-04-07T17:59:29.035Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-07T17:59:29.035Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform (0.54s) [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform/#00 (0.15s) [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform/linux (0.13s) [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.10s) [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.13s) [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-07T17:59:29.035Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-07T17:59:29.035Z] === RUN TestImagesFilterMultiReference [2022-04-07T17:59:29.035Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-04-07T17:59:29.035Z] === RUN TestImagePullPlatformInvalid [2022-04-07T17:59:29.035Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-04-07T17:59:29.035Z] === RUN TestRemoveImageOrphaning [2022-04-07T17:59:29.607Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2022-04-07T17:59:29.607Z] === RUN TestRemoveImageGarbageCollector [2022-04-07T17:59:29.868Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-07T17:59:29.868Z] check_test.go:308: [d988af04e46c1] daemon is not started [2022-04-07T17:59:29.868Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-04-07T17:59:30.129Z] time="2022-04-07T17:59:29Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-04-07T17:59:30.863Z] --- PASS: TestServiceWithDataPathPortInit (13.65s) [2022-04-07T17:59:30.863Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-07T17:59:31.184Z] === RUN TestCopyFromContainer// [2022-04-07T17:59:31.184Z] === RUN TestCopyFromContainer//bar/root [2022-04-07T17:59:31.184Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-07T17:59:31.441Z] === RUN TestCopyFromContainer/bar/quux [2022-04-07T17:59:31.441Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-07T17:59:31.441Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-07T17:59:31.441Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-07T17:59:31.441Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-07T17:59:31.697Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-07T17:59:31.697Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer (3.91s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-04-07T17:59:31.697Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-04-07T17:59:31.697Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-07T17:59:31.697Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:59:31.697Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:59:31.697Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:59:31.697Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:59:31.697Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:59:31.697Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:59:31.697Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T17:59:31.697Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T17:59:31.697Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T17:59:31.697Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-04-07T17:59:31.697Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-07T17:59:31.697Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-07T17:59:31.697Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-07T17:59:31.697Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-07T17:59:31.697Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-04-07T17:59:31.697Z] === RUN TestCreateWithInvalidEnv [2022-04-07T17:59:31.697Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-07T17:59:31.697Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-07T17:59:31.697Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-07T17:59:31.697Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-07T17:59:31.697Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-07T17:59:31.697Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-07T17:59:31.697Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-07T17:59:31.697Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-07T17:59:31.697Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-07T17:59:31.697Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-07T17:59:31.697Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-07T17:59:31.697Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-07T17:59:31.697Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-07T17:59:31.697Z] === RUN TestCreateTmpfsMountsTarget [2022-04-07T17:59:31.697Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-07T17:59:31.697Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-07T17:59:31.804Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:swdzxjqtk0azrbuj126vpwamw Created:2022-04-07 17:59:30.571182564 +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[990f26bf524ec01d8aac730c3173e25b360e789c3a571dac2239cb7ab92bd913:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.r5ytm59p7xrgp1d47fh0tekvj EndpointID:4699a5d0d8b4cbddf9fcb1cc792e385ee9fc21d1ee9d74bdb8186eadcae7c0a8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a6943ffbff8ec7a982b8794d792488a4c035ba86bfbba180ce411c1bd8a70a64 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:434aa37305c9 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.r5ytm59p7xrgp1d47fh0tekvj EndpointID:4699a5d0d8b4cbddf9fcb1cc792e385ee9fc21d1ee9d74bdb8186eadcae7c0a8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-04-07T17:59:32.044Z] --- PASS: TestRemoveImageGarbageCollector (2.34s) [2022-04-07T17:59:32.044Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-07T17:59:32.044Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-04-07T17:59:32.044Z] === RUN TestTagInvalidReference [2022-04-07T17:59:32.044Z] --- PASS: TestTagInvalidReference (0.03s) [2022-04-07T17:59:32.044Z] === RUN TestTagValidPrefixedRepo [2022-04-07T17:59:32.044Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-04-07T17:59:32.044Z] === RUN TestTagExistedNameWithoutForce [2022-04-07T17:59:32.044Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-04-07T17:59:32.044Z] === RUN TestTagOfficialNames [2022-04-07T17:59:32.044Z] --- PASS: TestTagOfficialNames (0.08s) [2022-04-07T17:59:32.044Z] === RUN TestTagMatchesDigest [2022-04-07T17:59:32.044Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-04-07T17:59:32.044Z] === CONT TestImportExtremelyLargeImageWorks [2022-04-07T17:59:32.305Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-07T17:59:32.565Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-04-07T17:59:32.565Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-07T17:59:33.139Z] --- PASS: TestCreateWithCustomMaskedPaths (1.28s) [2022-04-07T17:59:33.139Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-07T17:59:33.667Z] --- PASS: TestServiceUpdateSecrets (14.46s) [2022-04-07T17:59:33.667Z] === RUN TestServiceUpdateConfigs [2022-04-07T17:59:34.534Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2022-04-07T17:59:34.534Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-07T17:59:34.534Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:59:34.534Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:59:34.534Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:59:34.534Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:59:34.534Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:59:34.534Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:59:34.534Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:59:34.534Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:59:34.534Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:59:34.534Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:59:34.534Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T17:59:34.534Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T17:59:34.534Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T17:59:34.534Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T17:59:34.534Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T17:59:34.534Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-07T17:59:34.534Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-04-07T17:59:34.534Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2022-04-07T17:59:34.534Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2022-04-07T17:59:34.534Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-04-07T17:59:34.534Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-04-07T17:59:34.534Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-07T17:59:34.790Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-04-07T17:59:34.790Z] === RUN TestCreateDifferentPlatform [2022-04-07T17:59:34.790Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-07T17:59:34.790Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-07T17:59:34.790Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-07T17:59:34.790Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-07T17:59:34.790Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-07T17:59:34.790Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-07T17:59:34.790Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-04-07T17:59:34.790Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-07T17:59:34.790Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-07T17:59:34.790Z] === RUN TestContainerStartOnDaemonRestart [2022-04-07T17:59:34.790Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-04-07T17:59:34.790Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-04-07T17:59:34.790Z] === RUN TestDaemonRestartIpcMode [2022-04-07T17:59:34.790Z] === PAUSE TestDaemonRestartIpcMode [2022-04-07T17:59:34.790Z] === RUN TestDaemonHostGatewayIP [2022-04-07T17:59:34.790Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T17:59:34.790Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-04-07T17:59:34.790Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-07T17:59:34.790Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-07T17:59:34.790Z] === RUN TestContainerKillOnDaemonStart [2022-04-07T17:59:34.790Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-04-07T17:59:34.790Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-07T17:59:34.790Z] === RUN TestDiff [2022-04-07T17:59:35.352Z] --- PASS: TestDiff (0.39s) [2022-04-07T17:59:35.352Z] === RUN TestExecWithCloseStdin [2022-04-07T17:59:35.608Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-04-07T17:59:35.608Z] === RUN TestExec [2022-04-07T17:59:36.171Z] --- PASS: TestExec (0.47s) [2022-04-07T17:59:36.171Z] === RUN TestExecUser [2022-04-07T17:59:36.733Z] --- PASS: TestExecUser (0.45s) [2022-04-07T17:59:36.733Z] === RUN TestExportContainerAndImportImage [2022-04-07T17:59:36.771Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-04-07T17:59:36.988Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2022-04-07T17:59:36.988Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-07T17:59:37.085Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.99s) [2022-04-07T17:59:37.085Z] PASS [2022-04-07T17:59:37.085Z] [2022-04-07T17:59:37.085Z] === Skipped [2022-04-07T17:59:37.085Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T17:59:37.085Z] service_test.go:243: FLAKY_TEST [2022-04-07T17:59:37.085Z] [2022-04-07T17:59:37.085Z] DONE 26 tests, 1 skipped in 43.520s [2022-04-07T17:59:37.085Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-07T17:59:37.085Z] ++ 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-04-07T17:59:37.085Z] ++ set -e [2022-04-07T17:59:37.085Z] ++ '[' -n 0 ']' [2022-04-07T17:59:37.085Z] ++ set -x [2022-04-07T17:59:37.085Z] ++ 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-04-07T17:59:37.085Z] INFO: Testing against a local daemon [2022-04-07T17:59:37.085Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-07T17:59:37.085Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T17:59:37.085Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-07T17:59:37.085Z] === RUN TestDockerNetworkIpvlan [2022-04-07T17:59:37.085Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T17:59:37.085Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-07T17:59:37.085Z] PASS [2022-04-07T17:59:37.085Z] [2022-04-07T17:59:37.085Z] === Skipped [2022-04-07T17:59:37.085Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-07T17:59:37.085Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T17:59:37.085Z] [2022-04-07T17:59:37.085Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-07T17:59:37.085Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T17:59:37.085Z] [2022-04-07T17:59:37.085Z] DONE 2 tests, 2 skipped in 0.085s [2022-04-07T17:59:37.085Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-07T17:59:37.086Z] ++ 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-04-07T17:59:37.086Z] ++ set -e [2022-04-07T17:59:37.086Z] ++ '[' -n 0 ']' [2022-04-07T17:59:37.086Z] ++ set -x [2022-04-07T17:59:37.086Z] ++ 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-04-07T17:59:37.086Z] INFO: Testing against a local daemon [2022-04-07T17:59:37.086Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-07T17:59:37.656Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s) [2022-04-07T17:59:37.656Z] === RUN TestDockerNetworkMacvlan [2022-04-07T17:59:38.156Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-07T17:59:38.227Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-04-07T17:59:38.355Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-04-07T17:59:38.355Z] === RUN TestHealthCheckWorkdir [2022-04-07T17:59:38.417Z] check_test.go:308: [da11b3e402a6d] daemon is not started [2022-04-07T17:59:38.417Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-04-07T17:59:38.918Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-04-07T17:59:38.918Z] === RUN TestHealthKillContainer [2022-04-07T17:59:39.168Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-04-07T17:59:39.738Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-04-07T17:59:41.651Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-04-07T17:59:41.718Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-04-07T17:59:43.034Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-04-07T17:59:43.102Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-07T17:59:43.362Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-07T17:59:44.747Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-07T17:59:46.331Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-04-07T17:59:46.902Z] --- PASS: TestDockerNetworkMacvlan (9.21s) [2022-04-07T17:59:46.902Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-04-07T17:59:46.902Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-04-07T17:59:46.902Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.76s) [2022-04-07T17:59:46.902Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.77s) [2022-04-07T17:59:46.902Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.00s) [2022-04-07T17:59:46.902Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.53s) [2022-04-07T17:59:46.902Z] PASS [2022-04-07T17:59:46.902Z] [2022-04-07T17:59:46.902Z] DONE 8 tests in 10.518s [2022-04-07T17:59:46.902Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-07T17:59:46.902Z] ++ 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-04-07T17:59:46.902Z] ++ set -e [2022-04-07T17:59:46.902Z] ++ '[' -n 0 ']' [2022-04-07T17:59:46.902Z] ++ set -x [2022-04-07T17:59:46.902Z] ++ 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-04-07T17:59:46.902Z] testing: warning: no tests to run [2022-04-07T17:59:46.902Z] PASS [2022-04-07T17:59:46.902Z] [2022-04-07T17:59:46.902Z] DONE 0 tests in 0.023s [2022-04-07T17:59:46.902Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-07T17:59:46.902Z] ++ 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-04-07T17:59:46.902Z] ++ set -e [2022-04-07T17:59:46.902Z] ++ '[' -n 0 ']' [2022-04-07T17:59:46.902Z] ++ set -x [2022-04-07T17:59:46.903Z] ++ 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-04-07T17:59:46.903Z] INFO: Testing against a local daemon [2022-04-07T17:59:46.903Z] === RUN TestAuthZPluginAllowRequest [2022-04-07T17:59:47.002Z] --- PASS: TestHealthKillContainer (7.87s) [2022-04-07T17:59:47.002Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-07T17:59:47.002Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-07T17:59:47.003Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-07T17:59:47.003Z] === RUN TestIpcModeNone [2022-04-07T17:59:47.258Z] --- PASS: TestIpcModeNone (0.43s) [2022-04-07T17:59:47.258Z] === RUN TestIpcModePrivate [2022-04-07T17:59:47.295Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-04-07T17:59:47.514Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-04-07T17:59:47.770Z] --- PASS: TestIpcModePrivate (0.44s) [2022-04-07T17:59:47.770Z] === RUN TestIpcModeShareable [2022-04-07T17:59:47.770Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T17:59:47.770Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-04-07T17:59:47.770Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-07T17:59:48.237Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-07T17:59:48.286Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-04-07T17:59:48.286Z] === RUN TestAuthZPluginTLS [2022-04-07T17:59:48.530Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-04-07T17:59:48.546Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-04-07T17:59:48.546Z] === RUN TestAuthZPluginDenyRequest [2022-04-07T17:59:48.568Z] --- PASS: TestServiceUpdateConfigs (14.56s) [2022-04-07T17:59:48.568Z] === RUN TestServiceUpdateNetwork [2022-04-07T17:59:48.807Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-07T17:59:48.807Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-07T17:59:49.073Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-04-07T17:59:49.116Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-04-07T17:59:49.116Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-07T17:59:49.136Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.34s) [2022-04-07T17:59:49.136Z] === RUN TestAPIIpcModeHost [2022-04-07T17:59:49.136Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T17:59:49.136Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-04-07T17:59:49.136Z] === RUN TestDaemonIpcModeShareable [2022-04-07T17:59:49.136Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T17:59:49.136Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-04-07T17:59:49.136Z] === RUN TestDaemonIpcModePrivate [2022-04-07T17:59:49.648Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-04-07T17:59:49.648Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-04-07T17:59:49.687Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-04-07T17:59:49.687Z] === RUN TestAuthZPluginDenyResponse [2022-04-07T17:59:50.065Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-04-07T17:59:50.065Z] --- PASS: TestDaemonIpcModePrivate (1.10s) [2022-04-07T17:59:50.065Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-07T17:59:50.065Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T17:59:50.065Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-04-07T17:59:50.065Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-07T17:59:50.065Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T17:59:50.065Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-04-07T17:59:50.065Z] === RUN TestIpcModeOlderClient [2022-04-07T17:59:50.065Z] === PAUSE TestIpcModeOlderClient [2022-04-07T17:59:50.065Z] === RUN TestKillContainerInvalidSignal [2022-04-07T17:59:50.221Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-04-07T17:59:50.221Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-07T17:59:50.258Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-04-07T17:59:50.258Z] === RUN TestAuthZPluginAllowEventStream [2022-04-07T17:59:50.629Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-04-07T17:59:50.629Z] === RUN TestKillContainer [2022-04-07T17:59:50.629Z] === RUN TestKillContainer/no_signal [2022-04-07T17:59:50.795Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-04-07T17:59:50.885Z] === RUN TestKillContainer/non_killing_signal [2022-04-07T17:59:51.142Z] === RUN TestKillContainer/killing_signal [2022-04-07T17:59:51.368Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-04-07T17:59:51.368Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-07T17:59:51.629Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-04-07T17:59:51.641Z] --- PASS: TestAuthZPluginAllowEventStream (1.11s) [2022-04-07T17:59:51.641Z] === RUN TestAuthZPluginErrorResponse [2022-04-07T17:59:51.705Z] --- PASS: TestKillContainer (1.17s) [2022-04-07T17:59:51.705Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-04-07T17:59:51.705Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-04-07T17:59:51.705Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-04-07T17:59:51.705Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-07T17:59:51.705Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-07T17:59:51.908Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-04-07T17:59:51.908Z] === RUN TestAuthZPluginErrorRequest [2022-04-07T17:59:51.968Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-07T17:59:52.201Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-04-07T17:59:52.461Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-07T17:59:52.486Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-04-07T17:59:52.486Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-07T17:59:52.530Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s) [2022-04-07T17:59:52.530Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2022-04-07T17:59:52.530Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-04-07T17:59:52.530Z] === RUN TestKillStoppedContainer [2022-04-07T17:59:52.530Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-04-07T17:59:52.530Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-07T17:59:52.530Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-04-07T17:59:52.530Z] === RUN TestKillDifferentUserContainer [2022-04-07T17:59:52.722Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-04-07T17:59:53.056Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-04-07T17:59:53.056Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-07T17:59:53.091Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-04-07T17:59:53.091Z] === RUN TestInspectOomKilledTrue [2022-04-07T17:59:53.091Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T17:59:53.091Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-07T17:59:53.091Z] === RUN TestInspectOomKilledFalse [2022-04-07T17:59:53.091Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T17:59:53.091Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-07T17:59:53.091Z] === RUN TestLinksEtcHostsContentMatch [2022-04-07T17:59:53.091Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-04-07T17:59:53.091Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-04-07T17:59:53.091Z] === RUN TestLinksContainerNames [2022-04-07T17:59:53.294Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-04-07T17:59:53.654Z] --- PASS: TestLinksContainerNames (0.79s) [2022-04-07T17:59:53.654Z] === RUN TestLogsFollowTailEmpty [2022-04-07T17:59:53.866Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-04-07T17:59:54.216Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-04-07T17:59:54.216Z] === RUN TestContainerNetworkMountsNoChown [2022-04-07T17:59:54.438Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2022-04-07T17:59:54.438Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-07T17:59:54.439Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-04-07T17:59:54.472Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/default [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/default [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/private [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/private [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/rprivate [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/slave [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/slave [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/rslave [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/shared [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/shared [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/rshared [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-07T17:59:54.472Z] === CONT TestMountDaemonRoot/default [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:59:54.472Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-07T17:59:54.472Z] === CONT TestMountDaemonRoot/rshared [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:59:54.472Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:59:54.472Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:59:54.472Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-07T17:59:54.728Z] === CONT TestMountDaemonRoot/shared [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:59:54.728Z] === CONT TestMountDaemonRoot/rslave [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:59:54.728Z] === CONT TestMountDaemonRoot/slave [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:59:54.728Z] === CONT TestMountDaemonRoot/rprivate [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:59:54.728Z] === CONT TestMountDaemonRoot/private [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:59:54.728Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-07T17:59:54.728Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-07T17:59:54.728Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-07T17:59:54.728Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-07T17:59:54.728Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-07T17:59:54.729Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-07T17:59:54.985Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-04-07T17:59:54.985Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-04-07T17:59:54.985Z] === RUN TestContainerBindMountNonRecursive [2022-04-07T17:59:54.985Z] 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-04-07T17:59:54.985Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-04-07T17:59:54.985Z] === RUN TestContainerVolumesMountedAsShared [2022-04-07T17:59:54.985Z] 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-04-07T17:59:54.985Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-04-07T17:59:54.985Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-07T17:59:54.985Z] 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-04-07T17:59:54.985Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-04-07T17:59:54.985Z] === RUN TestNetworkNat [2022-04-07T17:59:55.010Z] check_test.go:308: [d8b7e0f4e6d40] daemon is not started [2022-04-07T17:59:55.010Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-04-07T17:59:55.548Z] --- PASS: TestNetworkNat (0.54s) [2022-04-07T17:59:55.548Z] === RUN TestNetworkLocalhostTCPNat [2022-04-07T17:59:55.667Z] 8f616e6e9eec: Verifying Checksum [2022-04-07T17:59:55.667Z] 8f616e6e9eec: Download complete [2022-04-07T17:59:55.821Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.35s) [2022-04-07T17:59:55.821Z] === RUN TestAuthZPluginHeader [2022-04-07T17:59:55.953Z] check_test.go:308: [d41eb603257c1] daemon is not started [2022-04-07T17:59:55.953Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-04-07T17:59:56.109Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-04-07T17:59:56.109Z] === RUN TestNetworkLoopbackNat [2022-04-07T17:59:56.391Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-04-07T17:59:56.391Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-07T17:59:56.391Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T17:59:56.391Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-04-07T17:59:56.391Z] === RUN TestAuthZPluginV2Disable [2022-04-07T17:59:56.391Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T17:59:56.391Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-04-07T17:59:56.391Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-07T17:59:56.391Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T17:59:56.391Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-04-07T17:59:56.391Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-07T17:59:56.391Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T17:59:56.391Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-04-07T17:59:56.391Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-07T17:59:56.525Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-04-07T17:59:57.909Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-04-07T17:59:58.625Z] --- PASS: TestNetworkLoopbackNat (2.67s) [2022-04-07T17:59:58.625Z] === RUN TestPause [2022-04-07T17:59:58.625Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T17:59:58.625Z] --- SKIP: TestPause (0.00s) [2022-04-07T17:59:58.625Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-07T17:59:58.625Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-07T17:59:58.625Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-07T17:59:58.625Z] === RUN TestPauseStopPausedContainer [2022-04-07T17:59:58.625Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T17:59:58.625Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-04-07T17:59:58.625Z] === RUN TestPidHost [2022-04-07T17:59:59.554Z] --- PASS: TestPidHost (0.87s) [2022-04-07T17:59:59.554Z] === RUN TestPsFilter [2022-04-07T17:59:59.554Z] --- PASS: TestPsFilter (0.10s) [2022-04-07T17:59:59.554Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-07T18:00:00.116Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-04-07T18:00:00.116Z] === RUN TestRemoveContainerWithVolume [2022-04-07T18:00:00.374Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-04-07T18:00:00.374Z] === RUN TestRemoveContainerRunning [2022-04-07T18:00:00.795Z] --- PASS: TestServiceUpdateNetwork (12.36s) [2022-04-07T18:00:00.795Z] === RUN TestServiceUpdatePidsLimit [2022-04-07T18:00:00.937Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-04-07T18:00:00.937Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-07T18:00:01.193Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-04-07T18:00:01.193Z] === RUN TestRemoveInvalidContainer [2022-04-07T18:00:01.193Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-07T18:00:01.193Z] === RUN TestRenameLinkedContainer [2022-04-07T18:00:01.210Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-04-07T18:00:01.366Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-04-07T18:00:01.471Z] check_test.go:308: [dc45ff0543c2e] daemon is not started [2022-04-07T18:00:01.471Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-04-07T18:00:02.044Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-07T18:00:02.309Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-04-07T18:00:03.083Z] --- PASS: TestRenameLinkedContainer (1.67s) [2022-04-07T18:00:03.083Z] === RUN TestRenameStoppedContainer [2022-04-07T18:00:03.339Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-04-07T18:00:03.339Z] === RUN TestRenameRunningContainerAndReuse [2022-04-07T18:00:03.430Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-07T18:00:04.269Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2022-04-07T18:00:04.269Z] === RUN TestRenameInvalidName [2022-04-07T18:00:04.375Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-04-07T18:00:04.527Z] --- PASS: TestRenameInvalidName (0.42s) [2022-04-07T18:00:04.527Z] === RUN TestRenameAnonymousContainer [2022-04-07T18:00:05.893Z] --- PASS: TestRenameAnonymousContainer (1.45s) [2022-04-07T18:00:05.893Z] === RUN TestRenameContainerWithSameName [2022-04-07T18:00:06.289Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-04-07T18:00:06.455Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-04-07T18:00:06.455Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-07T18:00:06.863Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-07T18:00:07.382Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s) [2022-04-07T18:00:07.382Z] === RUN TestResize [2022-04-07T18:00:07.638Z] --- PASS: TestResize (0.39s) [2022-04-07T18:00:07.638Z] === RUN TestResizeWithInvalidSize [2022-04-07T18:00:08.200Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-04-07T18:00:08.200Z] === RUN TestResizeWhenContainerNotStarted [2022-04-07T18:00:08.456Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-04-07T18:00:08.456Z] === RUN TestDaemonRestartKillContainers [2022-04-07T18:00:08.456Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-04-07T18:00:08.456Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-07T18:00:08.456Z] === RUN TestCgroupNamespacesRun [2022-04-07T18:00:09.820Z] --- PASS: TestCgroupNamespacesRun (1.11s) [2022-04-07T18:00:09.820Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-07T18:00:10.165Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-04-07T18:00:10.449Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-04-07T18:00:10.750Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-04-07T18:00:10.750Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-07T18:00:11.107Z] check_test.go:308: [d0789f3f591f5] daemon is not started [2022-04-07T18:00:11.107Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-04-07T18:00:11.678Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-04-07T18:00:11.679Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-07T18:00:13.046Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-04-07T18:00:13.046Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-07T18:00:13.977Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-04-07T18:00:13.977Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-07T18:00:14.497Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-04-07T18:00:14.497Z] PASS [2022-04-07T18:00:14.497Z] [2022-04-07T18:00:14.497Z] === Skipped [2022-04-07T18:00:14.497Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-04-07T18:00:14.497Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T18:00:14.497Z] [2022-04-07T18:00:14.497Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-04-07T18:00:14.497Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T18:00:14.497Z] [2022-04-07T18:00:14.497Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-04-07T18:00:14.497Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T18:00:14.497Z] [2022-04-07T18:00:14.497Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-04-07T18:00:14.497Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T18:00:14.497Z] [2022-04-07T18:00:14.497Z] DONE 17 tests, 4 skipped in 26.066s [2022-04-07T18:00:14.497Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-07T18:00:14.497Z] ++ 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-04-07T18:00:14.497Z] ++ set -e [2022-04-07T18:00:14.497Z] ++ '[' -n 0 ']' [2022-04-07T18:00:14.497Z] ++ set -x [2022-04-07T18:00:14.497Z] ++ 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-04-07T18:00:14.497Z] INFO: Testing against a local daemon [2022-04-07T18:00:14.497Z] === RUN TestPluginInvalidJSON [2022-04-07T18:00:14.497Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:00:14.497Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:00:14.497Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:00:14.497Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-04-07T18:00:14.497Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-04-07T18:00:14.497Z] === RUN TestPluginInstall [2022-04-07T18:00:14.497Z] === RUN TestPluginInstall/no_auth [2022-04-07T18:00:14.497Z] time="2022-04-07T18:00:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:00:14.497Z] time="2022-04-07T18:00:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b63987835f85d4e1bf4f519966d441f5a7c87e7c897528f5acc6d3a558119a27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:00:14.497Z] time="2022-04-07T18:00:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:00:14.497Z] time="2022-04-07T18:00:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b63987835f85d4e1bf4f519966d441f5a7c87e7c897528f5acc6d3a558119a27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:00:14.497Z] === RUN TestPluginInstall/with_htpasswd [2022-04-07T18:00:14.497Z] time="2022-04-07T18:00:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:00:14.497Z] time="2022-04-07T18:00:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b63987835f85d4e1bf4f519966d441f5a7c87e7c897528f5acc6d3a558119a27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:00:14.497Z] time="2022-04-07T18:00:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:00:14.497Z] time="2022-04-07T18:00:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b63987835f85d4e1bf4f519966d441f5a7c87e7c897528f5acc6d3a558119a27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:00:14.497Z] === RUN TestPluginInstall/with_insecure [2022-04-07T18:00:15.343Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s) [2022-04-07T18:00:15.343Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-07T18:00:15.438Z] time="2022-04-07T18:00:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:00:15.438Z] time="2022-04-07T18:00:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cccbca303bc79cebb71b133e33c991b19a937a03a6a6f3c3805e09c9b5846b26" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:00:15.438Z] time="2022-04-07T18:00:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:00:15.438Z] time="2022-04-07T18:00:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cccbca303bc79cebb71b133e33c991b19a937a03a6a6f3c3805e09c9b5846b26" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:00:15.698Z] plugin_test.go:165: [da1ef247cf560] daemon is not started [2022-04-07T18:00:15.698Z] --- PASS: TestPluginInstall (2.52s) [2022-04-07T18:00:15.698Z] --- PASS: TestPluginInstall/no_auth (0.95s) [2022-04-07T18:00:15.698Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-04-07T18:00:15.698Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-04-07T18:00:15.698Z] === RUN TestPluginsWithRuntimes [2022-04-07T18:00:15.906Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-04-07T18:00:15.906Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-07T18:00:16.397Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-07T18:00:17.028Z] --- PASS: TestServiceUpdatePidsLimit (16.16s) [2022-04-07T18:00:17.028Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-04-07T18:00:17.028Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-04-07T18:00:17.028Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-04-07T18:00:17.028Z] PASS [2022-04-07T18:00:17.028Z] [2022-04-07T18:00:17.028Z] === Skipped [2022-04-07T18:00:17.028Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-07T18:00:17.028Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-07T18:00:17.028Z] [2022-04-07T18:00:17.028Z] DONE 27 tests, 1 skipped in 183.472s [2022-04-07T18:00:17.028Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-04-07T18:00:17.028Z] INFO: Testing against a local daemon [2022-04-07T18:00:17.028Z] === RUN TestSessionCreate [2022-04-07T18:00:17.028Z] --- PASS: TestSessionCreate (0.03s) [2022-04-07T18:00:17.028Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-07T18:00:17.028Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-04-07T18:00:17.028Z] PASS [2022-04-07T18:00:17.028Z] [2022-04-07T18:00:17.028Z] DONE 2 tests in 0.064s [2022-04-07T18:00:17.028Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-04-07T18:00:17.028Z] INFO: Testing against a local daemon [2022-04-07T18:00:17.028Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-07T18:00:17.028Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-04-07T18:00:17.028Z] === RUN TestDiskUsage [2022-04-07T18:00:17.028Z] === PAUSE TestDiskUsage [2022-04-07T18:00:17.028Z] === RUN TestEventsExecDie [2022-04-07T18:00:17.028Z] --- PASS: TestEventsExecDie (0.56s) [2022-04-07T18:00:17.028Z] === RUN TestEventsBackwardsCompatible [2022-04-07T18:00:17.028Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-04-07T18:00:17.028Z] === RUN TestEventsVolumeCreate [2022-04-07T18:00:17.081Z] === RUN TestPluginsWithRuntimes/No_Args [2022-04-07T18:00:17.271Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s) [2022-04-07T18:00:17.271Z] === RUN TestNISDomainname [2022-04-07T18:00:17.271Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-04-07T18:00:17.271Z] --- SKIP: TestNISDomainname (0.02s) [2022-04-07T18:00:17.271Z] === RUN TestHostnameDnsResolution [2022-04-07T18:00:17.288Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-04-07T18:00:17.288Z] === RUN TestInfoBinaryCommits [2022-04-07T18:00:17.288Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-07T18:00:17.288Z] === RUN TestInfoAPIVersioned [2022-04-07T18:00:17.288Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-04-07T18:00:17.288Z] === RUN TestInfoAPI [2022-04-07T18:00:17.288Z] --- PASS: TestInfoAPI (0.02s) [2022-04-07T18:00:17.288Z] === RUN TestInfoAPIWarnings [2022-04-07T18:00:17.833Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-04-07T18:00:17.833Z] === RUN TestUnprivilegedPortsAndPing [2022-04-07T18:00:17.833Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-04-07T18:00:17.833Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-04-07T18:00:17.833Z] === RUN TestPrivilegedHostDevices [2022-04-07T18:00:18.022Z] === RUN TestPluginsWithRuntimes/With_Args [2022-04-07T18:00:18.092Z] --- PASS: TestPrivilegedHostDevices (0.43s) [2022-04-07T18:00:18.092Z] === RUN TestStats [2022-04-07T18:00:18.092Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:18.092Z] --- SKIP: TestStats (0.00s) [2022-04-07T18:00:18.092Z] === RUN TestStopContainerWithTimeout [2022-04-07T18:00:18.092Z] === RUN TestStopContainerWithTimeout/0 [2022-04-07T18:00:18.092Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-07T18:00:18.092Z] === RUN TestStopContainerWithTimeout/1 [2022-04-07T18:00:18.092Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-07T18:00:18.092Z] === RUN TestStopContainerWithTimeout/3 [2022-04-07T18:00:18.092Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-07T18:00:18.092Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-07T18:00:18.092Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-07T18:00:18.092Z] === CONT TestStopContainerWithTimeout/0 [2022-04-07T18:00:18.092Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-07T18:00:18.655Z] === CONT TestStopContainerWithTimeout/3 [2022-04-07T18:00:18.943Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-07T18:00:18.944Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-04-07T18:00:18.963Z] --- PASS: TestPluginsWithRuntimes (3.27s) [2022-04-07T18:00:18.963Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-04-07T18:00:18.963Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-04-07T18:00:18.963Z] === RUN TestPluginBackCompatMediaTypes [2022-04-07T18:00:19.516Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-07T18:00:19.516Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-07T18:00:19.533Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-04-07T18:00:19.533Z] PASS [2022-04-07T18:00:19.533Z] [2022-04-07T18:00:19.533Z] DONE 10 tests in 6.479s [2022-04-07T18:00:19.533Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-07T18:00:19.533Z] ++ 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-04-07T18:00:19.533Z] ++ set -e [2022-04-07T18:00:19.533Z] ++ '[' -n 0 ']' [2022-04-07T18:00:19.533Z] ++ set -x [2022-04-07T18:00:19.533Z] ++ 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-04-07T18:00:19.533Z] INFO: Testing against a local daemon [2022-04-07T18:00:19.533Z] === RUN TestExternalGraphDriver [2022-04-07T18:00:19.533Z] === RUN TestExternalGraphDriver/json [2022-04-07T18:00:21.170Z] === CONT TestStopContainerWithTimeout/1 [2022-04-07T18:00:21.443Z] === RUN TestExternalGraphDriver/spec [2022-04-07T18:00:22.065Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-04-07T18:00:22.097Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-07T18:00:22.097Z] --- PASS: TestStopContainerWithTimeout/0 (0.56s) [2022-04-07T18:00:22.097Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2022-04-07T18:00:22.097Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2022-04-07T18:00:22.097Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2022-04-07T18:00:22.097Z] === RUN TestDeleteDevicemapper [2022-04-07T18:00:22.097Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-07T18:00:22.097Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-07T18:00:22.097Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-07T18:00:22.825Z] === RUN TestExternalGraphDriver/pull [2022-04-07T18:00:23.465Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.26s) [2022-04-07T18:00:23.465Z] === RUN TestUpdateMemory [2022-04-07T18:00:23.465Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:23.465Z] --- SKIP: TestUpdateMemory (0.00s) [2022-04-07T18:00:23.465Z] === RUN TestUpdateCPUQuota [2022-04-07T18:00:23.465Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:23.465Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-04-07T18:00:23.465Z] === RUN TestUpdatePidsLimit [2022-04-07T18:00:23.465Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:23.465Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-04-07T18:00:23.465Z] === RUN TestUpdateRestartPolicy [2022-04-07T18:00:23.977Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-07T18:00:24.209Z] --- PASS: TestExternalGraphDriver (4.74s) [2022-04-07T18:00:24.209Z] --- PASS: TestExternalGraphDriver/json (1.57s) [2022-04-07T18:00:24.209Z] --- PASS: TestExternalGraphDriver/spec (1.55s) [2022-04-07T18:00:24.209Z] --- PASS: TestExternalGraphDriver/pull (1.59s) [2022-04-07T18:00:24.209Z] === RUN TestGraphdriverPluginV2 [2022-04-07T18:00:24.209Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T18:00:24.209Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-04-07T18:00:24.209Z] PASS [2022-04-07T18:00:24.209Z] [2022-04-07T18:00:24.209Z] === Skipped [2022-04-07T18:00:24.209Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-04-07T18:00:24.209Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T18:00:24.209Z] [2022-04-07T18:00:24.209Z] DONE 5 tests, 1 skipped in 4.853s [2022-04-07T18:00:24.209Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-07T18:00:24.209Z] ++ 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-04-07T18:00:24.469Z] ++ set -e [2022-04-07T18:00:24.469Z] ++ '[' -n 0 ']' [2022-04-07T18:00:24.469Z] ++ set -x [2022-04-07T18:00:24.469Z] ++ 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-04-07T18:00:24.469Z] INFO: Testing against a local daemon [2022-04-07T18:00:24.469Z] === RUN TestContinueAfterPluginCrash [2022-04-07T18:00:24.469Z] === PAUSE TestContinueAfterPluginCrash [2022-04-07T18:00:24.469Z] === RUN TestReadPluginNoRead [2022-04-07T18:00:24.469Z] === PAUSE TestReadPluginNoRead [2022-04-07T18:00:24.469Z] === RUN TestDaemonStartWithLogOpt [2022-04-07T18:00:24.469Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-07T18:00:24.469Z] === CONT TestContinueAfterPluginCrash [2022-04-07T18:00:24.469Z] === CONT TestDaemonStartWithLogOpt [2022-04-07T18:00:24.549Z] check_test.go:308: [da00c63ac1568] daemon is not started [2022-04-07T18:00:24.549Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-04-07T18:00:25.121Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-04-07T18:00:25.697Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-04-07T18:00:26.129Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-04-07T18:00:26.412Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-07T18:00:27.277Z] 037d5740b404: Pull complete [2022-04-07T18:00:27.783Z] --- PASS: TestDaemonStartWithLogOpt (3.07s) [2022-04-07T18:00:27.784Z] === CONT TestReadPluginNoRead [2022-04-07T18:00:28.252Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-04-07T18:00:28.252Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:00:28.252Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-04-07T18:00:28.252Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-04-07T18:00:28.252Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-04-07T18:00:28.252Z] WARN: Skipping validation tests [2022-04-07T18:00:28.252Z] INFO: Running unit tests at 04/07/2022 18:00:28... [2022-04-07T18:00:28.337Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-04-07T18:00:28.337Z] check_test.go:308: [d5aefd0269eb8] daemon is not started [2022-04-07T18:00:28.337Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-04-07T18:00:28.909Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-07T18:00:29.693Z] === RUN TestReadPluginNoRead/default [2022-04-07T18:00:30.296Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-04-07T18:00:31.075Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-07T18:00:32.015Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-07T18:00:32.034Z] INFO: make.ps1 starting at 04/07/2022 18:00:31 [2022-04-07T18:00:32.034Z] INFO: Git commit (101dafd049) assumed from DOCKER_GITCOMMIT environment variable [2022-04-07T18:00:32.034Z] INFO: Invoking autogen... [2022-04-07T18:00:32.034Z] INFO: Running unit tests... [2022-04-07T18:00:32.274Z] --- PASS: TestContinueAfterPluginCrash (7.93s) [2022-04-07T18:00:32.841Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-04-07T18:00:33.215Z] === CONT TestReadPluginNoRead [2022-04-07T18:00:33.215Z] read_test.go:92: [ddefb054f564f] daemon is not started [2022-04-07T18:00:33.215Z] --- PASS: TestReadPluginNoRead (5.78s) [2022-04-07T18:00:33.215Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-04-07T18:00:33.215Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.18s) [2022-04-07T18:00:33.215Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s) [2022-04-07T18:00:33.215Z] PASS [2022-04-07T18:00:33.215Z] [2022-04-07T18:00:33.215Z] DONE 6 tests in 8.945s [2022-04-07T18:00:33.215Z] 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-04-07T18:00:33.215Z] ++ 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-04-07T18:00:33.215Z] ++ set -e [2022-04-07T18:00:33.215Z] ++ '[' -n 0 ']' [2022-04-07T18:00:33.215Z] ++ set -x [2022-04-07T18:00:33.215Z] ++ 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-04-07T18:00:33.215Z] testing: warning: no tests to run [2022-04-07T18:00:33.215Z] PASS [2022-04-07T18:00:33.215Z] [2022-04-07T18:00:33.215Z] DONE 0 tests in 0.029s [2022-04-07T18:00:33.475Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-07T18:00:33.475Z] ++ 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-04-07T18:00:33.475Z] ++ set -e [2022-04-07T18:00:33.475Z] ++ '[' -n 0 ']' [2022-04-07T18:00:33.475Z] ++ set -x [2022-04-07T18:00:33.475Z] ++ 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-04-07T18:00:33.475Z] INFO: Testing against a local daemon [2022-04-07T18:00:33.475Z] === RUN TestPluginWithDevMounts [2022-04-07T18:00:33.475Z] === PAUSE TestPluginWithDevMounts [2022-04-07T18:00:33.475Z] === CONT TestPluginWithDevMounts [2022-04-07T18:00:34.757Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-07T18:00:35.386Z] --- PASS: TestPluginWithDevMounts (1.56s) [2022-04-07T18:00:35.386Z] PASS [2022-04-07T18:00:35.386Z] [2022-04-07T18:00:35.386Z] DONE 1 tests in 1.658s [2022-04-07T18:00:35.386Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-07T18:00:35.386Z] ++ 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-04-07T18:00:35.386Z] ++ set -e [2022-04-07T18:00:35.386Z] ++ '[' -n 0 ']' [2022-04-07T18:00:35.386Z] ++ set -x [2022-04-07T18:00:35.386Z] ++ 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-04-07T18:00:35.386Z] INFO: Testing against a local daemon [2022-04-07T18:00:35.386Z] === RUN TestSecretInspect [2022-04-07T18:00:35.395Z] --- PASS: TestInfoAPIWarnings (16.25s) [2022-04-07T18:00:35.395Z] === RUN TestInfoDebug [2022-04-07T18:00:35.395Z] --- PASS: TestInfoDebug (0.52s) [2022-04-07T18:00:35.395Z] === RUN TestInfoInsecureRegistries [2022-04-07T18:00:35.395Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-04-07T18:00:35.395Z] === RUN TestInfoRegistryMirrors [2022-04-07T18:00:35.395Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-04-07T18:00:35.395Z] === RUN TestLoginFailsWithBadCredentials [2022-04-07T18:00:35.395Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-04-07T18:00:35.395Z] === RUN TestPingCacheHeaders [2022-04-07T18:00:35.395Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-04-07T18:00:35.395Z] === RUN TestPingGet [2022-04-07T18:00:35.395Z] --- PASS: TestPingGet (0.01s) [2022-04-07T18:00:35.395Z] === RUN TestPingHead [2022-04-07T18:00:35.395Z] --- PASS: TestPingHead (0.02s) [2022-04-07T18:00:35.395Z] === RUN TestPingSwarmHeader [2022-04-07T18:00:35.645Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2022-04-07T18:00:35.645Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-07T18:00:35.645Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s) [2022-04-07T18:00:35.645Z] === RUN TestWaitNonBlocked [2022-04-07T18:00:35.645Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:00:35.645Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:00:35.645Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:00:35.645Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:00:35.645Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:00:35.645Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:00:35.645Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-04-07T18:00:35.645Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.56s) [2022-04-07T18:00:35.645Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2022-04-07T18:00:35.645Z] === RUN TestWaitBlocked [2022-04-07T18:00:35.645Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T18:00:35.645Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T18:00:35.645Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T18:00:35.645Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T18:00:35.645Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-07T18:00:35.645Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-07T18:00:35.655Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-07T18:00:36.222Z] --- PASS: TestWaitBlocked (0.01s) [2022-04-07T18:00:36.222Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.58s) [2022-04-07T18:00:36.222Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2022-04-07T18:00:36.222Z] === CONT TestDaemonRestartIpcMode [2022-04-07T18:00:36.222Z] === CONT TestIpcModeOlderClient [2022-04-07T18:00:36.222Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-04-07T18:00:36.222Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-07T18:00:36.226Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-07T18:00:36.674Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-04-07T18:00:36.936Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-07T18:00:37.170Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-07T18:00:37.170Z] --- PASS: TestPingSwarmHeader (2.03s) [2022-04-07T18:00:37.170Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-07T18:00:37.170Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-07T18:00:37.170Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-07T18:00:37.170Z] === RUN TestVersion [2022-04-07T18:00:37.170Z] --- PASS: TestVersion (0.02s) [2022-04-07T18:00:37.170Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-04-07T18:00:37.170Z] === CONT TestDiskUsage [2022-04-07T18:00:37.298Z] --- PASS: TestSecretInspect (2.17s) [2022-04-07T18:00:37.298Z] === RUN TestSecretList [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/container_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/image_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/volume_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-07T18:00:37.741Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-07T18:00:37.874Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-07T18:00:38.002Z] === RUN TestDiskUsage/after_container.Run [2022-04-07T18:00:38.324Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-07T18:00:38.573Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-07T18:00:38.763Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.36s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage (1.49s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.28s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_container.Run (0.47s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:00:38.834Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:00:38.835Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-04-07T18:00:38.835Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:00:38.835Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s) [2022-04-07T18:00:38.835Z] PASS [2022-04-07T18:00:38.835Z] [2022-04-07T18:00:38.835Z] DONE 54 tests in 22.242s [2022-04-07T18:00:38.835Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-07T18:00:38.835Z] INFO: Testing against a local daemon [2022-04-07T18:00:38.835Z] === RUN TestVolumesCreateAndList [2022-04-07T18:00:38.835Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-07T18:00:38.835Z] === RUN TestVolumesRemove [2022-04-07T18:00:38.835Z] --- PASS: TestVolumesRemove (0.06s) [2022-04-07T18:00:38.835Z] === RUN TestVolumesInspect [2022-04-07T18:00:38.835Z] --- PASS: TestVolumesInspect (0.02s) [2022-04-07T18:00:38.835Z] === RUN TestVolumesInvalidJSON [2022-04-07T18:00:38.835Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-04-07T18:00:38.835Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-04-07T18:00:38.835Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-04-07T18:00:38.835Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-07T18:00:38.835Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-04-07T18:00:38.835Z] PASS [2022-04-07T18:00:38.835Z] [2022-04-07T18:00:38.835Z] DONE 5 tests in 0.143s [2022-04-07T18:00:38.835Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-07T18:00:39.020Z] --- PASS: TestDaemonRestartIpcMode (2.78s) [2022-04-07T18:00:39.020Z] PASS [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === Skipped [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-04-07T18:00:39.020Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-04-07T18:00:39.020Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-04-07T18:00:39.020Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-04-07T18:00:39.020Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-07T18:00:39.020Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-04-07T18:00:39.020Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-04-07T18:00:39.020Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-04-07T18:00:39.020Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-04-07T18:00:39.020Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-04-07T18:00:39.020Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-04-07T18:00:39.020Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-04-07T18:00:39.020Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-04-07T18:00:39.020Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-04-07T18:00:39.020Z] 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-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-04-07T18:00:39.020Z] 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-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-04-07T18:00:39.020Z] 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-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-04-07T18:00:39.020Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-07T18:00:39.020Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-04-07T18:00:39.020Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-04-07T18:00:39.020Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-04-07T18:00:39.020Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-04-07T18:00:39.020Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-04-07T18:00:39.020Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-07T18:00:39.020Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-04-07T18:00:39.020Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-04-07T18:00:39.020Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-04-07T18:00:39.020Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-07T18:00:39.020Z] [2022-04-07T18:00:39.020Z] DONE 178 tests, 27 skipped in 71.522s [2022-04-07T18:00:39.020Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-07T18:00:39.020Z] === RUN TestConfigDaemonLibtrustID [2022-04-07T18:00:39.270Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-07T18:00:39.406Z] Stopping apparmor (via systemctl): apparmor.service. [2022-04-07T18:00:39.406Z] Removing test suite binaries [2022-04-07T18:00:39.583Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-04-07T18:00:39.583Z] === RUN TestDaemonConfigValidation [2022-04-07T18:00:39.583Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-07T18:00:39.583Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-07T18:00:39.583Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-07T18:00:39.583Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-07T18:00:39.583Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-07T18:00:39.583Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-07T18:00:39.583Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-07T18:00:39.583Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-07T18:00:39.583Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-07T18:00:39.583Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-07T18:00:39.583Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-07T18:00:39.583Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-07T18:00:39.667Z] exiting test-integration [2022-04-07T18:00:39.667Z] ++ exit 0 [2022-04-07T18:00:39.667Z] [2022-04-07T18:00:39.839Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-07T18:00:39.839Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-07T18:00:39.839Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-07T18:00:39.839Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-07T18:00:39.839Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-04-07T18:00:39.839Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-04-07T18:00:39.839Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-04-07T18:00:39.839Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-04-07T18:00:39.839Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-04-07T18:00:39.839Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-07T18:00:39.839Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-07T18:00:39.841Z] --- PASS: TestSecretList (2.15s) [2022-04-07T18:00:39.841Z] === RUN TestSecretsCreateAndDelete [2022-04-07T18:00:40.214Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore Post stage [Pipeline] junit [2022-04-07T18:00:41.066Z] Recording test results [2022-04-07T18:00:41.205Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-07T18:00:41.297Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-07T18:00:41.644Z] + echo Ensuring container killed. [2022-04-07T18:00:41.644Z] Ensuring container killed. [2022-04-07T18:00:41.644Z] + docker rm -vf docker-pr7 [2022-04-07T18:00:41.644Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-04-07T18:00:41.751Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2022-04-07T18:00:41.751Z] === RUN TestSecretsUpdate [2022-04-07T18:00:41.929Z] + echo Chowning /workspace to jenkins user [2022-04-07T18:00:41.929Z] Chowning /workspace to jenkins user [2022-04-07T18:00:41.929Z] + id -u [2022-04-07T18:00:41.929Z] + id -g [2022-04-07T18:00:41.929Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43448:/workspace busybox chown -R 1000:1000 /workspace [2022-04-07T18:00:42.133Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-07T18:00:43.061Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-07T18:00:43.061Z] daemon_test.go:156: [dd433375243c8] daemon is not started [2022-04-07T18:00:43.061Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-04-07T18:00:43.062Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-04-07T18:00:43.062Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-04-07T18:00:43.062Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-04-07T18:00:43.062Z] === RUN TestDaemonProxy [2022-04-07T18:00:43.062Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-04-07T18:00:43.062Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-07T18:00:43.062Z] PASS [2022-04-07T18:00:43.062Z] [2022-04-07T18:00:43.062Z] === Skipped [2022-04-07T18:00:43.062Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-04-07T18:00:43.062Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-04-07T18:00:43.062Z] [2022-04-07T18:00:43.062Z] DONE 12 tests, 1 skipped in 4.165s [2022-04-07T18:00:43.062Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-04-07T18:00:43.317Z] INFO: Testing against a local daemon [2022-04-07T18:00:43.318Z] === RUN TestCommitInheritsEnv [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-07T18:00:43.519Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-04-07T18:00:43.616Z] + bundleName=amd64-cgroup2 [2022-04-07T18:00:43.616Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-04-07T18:00:43.616Z] Creating amd64-cgroup2-bundles.tar.gz [2022-04-07T18:00:43.616Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-04-07T18:00:43.616Z] + 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-04-07T18:00:43.889Z] Archiving artifacts [2022-04-07T18:00:44.222Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43448/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-07T18:00:44.292Z] --- PASS: TestSecretsUpdate (2.28s) [2022-04-07T18:00:44.292Z] === RUN TestTemplatedSecret [2022-04-07T18:00:44.536Z] + make clean [2022-04-07T18:00:44.536Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-07T18:00:44.536Z] docker-dev-cache [2022-04-07T18:00:44.536Z] docker-mod-cache [Pipeline] deleteDir [2022-04-07T18:00:45.205Z] --- PASS: TestCommitInheritsEnv (1.82s) [2022-04-07T18:00:45.205Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-07T18:00:45.205Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-04-07T18:00:45.205Z] === RUN TestImportWithCustomPlatform [2022-04-07T18:00:45.205Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-07T18:00:45.205Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-07T18:00:45.205Z] === RUN TestImportWithCustomPlatform// [2022-04-07T18:00:45.205Z] === RUN TestImportWithCustomPlatform/linux [2022-04-07T18:00:45.205Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-07T18:00:45.462Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-07T18:00:45.462Z] === RUN TestImportWithCustomPlatform/macos [2022-04-07T18:00:45.462Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-07T18:00:45.462Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-07T18:00:45.462Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-07T18:00:45.462Z] === RUN TestImagesFilterMultiReference [2022-04-07T18:00:45.462Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-04-07T18:00:45.462Z] === RUN TestImagePullPlatformInvalid [2022-04-07T18:00:45.462Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-04-07T18:00:45.462Z] === RUN TestRemoveImageOrphaning [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2022-04-07T18:00:46.204Z] --- PASS: TestTemplatedSecret (2.43s) [2022-04-07T18:00:46.204Z] === RUN TestSecretCreateResolve [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-07T18:00:46.480Z] ? github.com/docker/docker/api [no test files] [2022-04-07T18:00:46.824Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-04-07T18:00:47.351Z] --- PASS: TestRemoveImageOrphaning (1.59s) [2022-04-07T18:00:47.351Z] === RUN TestRemoveImageGarbageCollector [2022-04-07T18:00:47.351Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-04-07T18:00:47.351Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-04-07T18:00:47.351Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-07T18:00:47.351Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-04-07T18:00:47.351Z] === RUN TestTagInvalidReference [2022-04-07T18:00:47.351Z] --- PASS: TestTagInvalidReference (0.01s) [2022-04-07T18:00:47.351Z] === RUN TestTagValidPrefixedRepo [2022-04-07T18:00:47.351Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-04-07T18:00:47.351Z] === RUN TestTagExistedNameWithoutForce [2022-04-07T18:00:47.351Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-07T18:00:47.351Z] === RUN TestTagOfficialNames [2022-04-07T18:00:47.351Z] --- PASS: TestTagOfficialNames (0.04s) [2022-04-07T18:00:47.351Z] === RUN TestTagMatchesDigest [2022-04-07T18:00:47.351Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-04-07T18:00:47.351Z] === CONT TestImportExtremelyLargeImageWorks [2022-04-07T18:00:48.746Z] --- PASS: TestSecretCreateResolve (2.14s) [2022-04-07T18:00:48.746Z] PASS [2022-04-07T18:00:48.746Z] [2022-04-07T18:00:48.746Z] DONE 6 tests in 13.403s [2022-04-07T18:00:48.746Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-04-07T18:00:48.746Z] ++ 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-04-07T18:00:48.746Z] ++ set -e [2022-04-07T18:00:48.746Z] ++ '[' -n 0 ']' [2022-04-07T18:00:48.746Z] ++ set -x [2022-04-07T18:00:48.746Z] ++ 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-04-07T18:00:48.746Z] INFO: Testing against a local daemon [2022-04-07T18:00:48.746Z] === RUN TestServiceCreateInit [2022-04-07T18:00:48.746Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-07T18:00:51.055Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-04-07T18:00:52.958Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-07T18:00:52.970Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-04-07T18:00:53.913Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-04-07T18:00:55.300Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-04-07T18:00:55.300Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-07T18:00:55.562Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-07T18:00:56.261Z] --- PASS: TestServiceCreateInit (7.47s) [2022-04-07T18:00:56.262Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.89s) [2022-04-07T18:00:56.262Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.56s) [2022-04-07T18:00:56.262Z] === RUN TestCreateServiceMultipleTimes [2022-04-07T18:00:56.437Z] 4612f6d0b889: Pull complete [2022-04-07T18:00:56.596Z] 8f616e6e9eec: Pull complete [2022-04-07T18:00:58.112Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-04-07T18:01:00.661Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-07T18:01:00.661Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-07T18:01:00.922Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-07T18:01:01.865Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-07T18:01:01.865Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-07T18:01:02.438Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-07T18:01:03.010Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-07T18:01:03.953Z] docker_cli_daemon_test.go:2522: [d452acc1606d0] daemon is not started [2022-04-07T18:01:04.222Z] === RUN TestMiddlewares [2022-04-07T18:01:04.222Z] --- PASS: TestMiddlewares (0.00s) [2022-04-07T18:01:04.222Z] PASS [2022-04-07T18:01:04.222Z] coverage: 7.9% of statements [2022-04-07T18:01:04.222Z] ok github.com/docker/docker/api/server 0.046s coverage: 7.9% of statements [2022-04-07T18:01:05.864Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-07T18:01:05.864Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-04-07T18:01:07.249Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-07T18:01:09.164Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-07T18:01:10.106Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-07T18:01:10.386Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-07T18:01:10.386Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T18:01:10.386Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T18:01:10.386Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-07T18:01:10.386Z] [2022-04-07T18:01:10.386Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-04-07T18:01:10.386Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-04-07T18:01:10.386Z] Using test binary docker [2022-04-07T18:01:10.386Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-07T18:01:10.386Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-07T18:01:10.386Z] INFO: Waiting for daemon to start... [2022-04-07T18:01:10.386Z] Starting dockerd [2022-04-07T18:01:10.386Z] . [2022-04-07T18:01:10.386Z] INFO: Building docker-sdk-python3:5.0.3... [2022-04-07T18:01:11.166Z] --- PASS: TestCreateServiceMultipleTimes (14.97s) [2022-04-07T18:01:11.166Z] === RUN TestCreateServiceConflict [2022-04-07T18:01:11.491Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-07T18:01:12.433Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-07T18:01:13.081Z] --- PASS: TestCreateServiceConflict (2.13s) [2022-04-07T18:01:13.081Z] === RUN TestCreateServiceMaxReplicas [2022-04-07T18:01:14.349Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-07T18:01:16.379Z] --- PASS: TestCreateServiceMaxReplicas (2.74s) [2022-04-07T18:01:16.379Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-07T18:01:17.673Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-04-07T18:01:19.058Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-04-07T18:01:19.319Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-07T18:01:21.865Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-04-07T18:01:21.865Z] check_test.go:308: [d83268456806e] daemon is not started [2022-04-07T18:01:21.865Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite (333.97s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.81s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.68s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.54s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.53s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.39s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.43s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.20s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.74s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.24s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.19s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.94s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.18s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.46s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.24s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.40s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.36s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.43s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.12s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.20s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.76s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.53s) [2022-04-07T18:01:28.451Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.17s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.04s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.60s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.74s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.10s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.28s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.90s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.52s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.69s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.57s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.75s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.81s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.64s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.60s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.90s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.46s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.47s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.90s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.18s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.62s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.04s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.55s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.56s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.30s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.94s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.82s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.05s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.48s) [2022-04-07T18:01:28.451Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-04-07T18:01:28.451Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.44s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.84s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.92s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.90s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.83s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.98s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.34s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.31s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.40s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.80s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.97s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.72s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.52s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.67s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.23s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.50s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.04s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.72s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.80s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.97s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.14s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.48s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.27s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.90s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.54s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.61s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.82s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.18s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.33s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.19s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.43s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.08s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.27s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.27s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.35s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.64s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.17s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.20s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.01s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.73s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.61s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.74s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.75s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.59s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2022-04-07T18:01:28.451Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.85s) [2022-04-07T18:01:28.451Z] === RUN TestDockerSwarmSuite [2022-04-07T18:01:28.451Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-04-07T18:01:30.997Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-04-07T18:01:31.278Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.98s) [2022-04-07T18:01:31.278Z] === RUN TestCreateServiceSecretFileMode [2022-04-07T18:01:34.298Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-04-07T18:01:38.503Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-04-07T18:01:41.050Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-07T18:01:41.271Z] --- PASS: TestCreateServiceSecretFileMode (12.46s) [2022-04-07T18:01:41.271Z] === RUN TestCreateServiceConfigFileMode [2022-04-07T18:01:42.964Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-07T18:01:49.136Z] sha256:a820fb0a2563ff0f628fc52ad0051594e97850a92bb97cf5609a1bdc013507e4 [2022-04-07T18:01:49.136Z] INFO: Starting docker-py tests... [2022-04-07T18:01:49.136Z] ============================= test session starts ============================== [2022-04-07T18:01:49.136Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-04-07T18:01:49.136Z] rootdir: /src, inifile: pytest.ini [2022-04-07T18:01:49.136Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-04-07T18:01:49.136Z] collected 395 items / 2 deselected / 393 selected [2022-04-07T18:01:49.136Z] [2022-04-07T18:01:51.108Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-07T18:01:51.108Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-07T18:01:51.681Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-04-07T18:01:51.681Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-07T18:01:52.253Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-07T18:01:52.514Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-04-07T18:01:53.900Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-07T18:01:53.900Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-04-07T18:01:53.900Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-07T18:01:54.471Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-07T18:01:54.993Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-07T18:01:54.993Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-07T18:01:54.993Z] === RUN TestBoolValue [2022-04-07T18:01:54.993Z] --- PASS: TestBoolValue (0.00s) [2022-04-07T18:01:54.993Z] === RUN TestBoolValueOrDefault [2022-04-07T18:01:54.993Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-04-07T18:01:54.993Z] === RUN TestInt64ValueOrZero [2022-04-07T18:01:54.993Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-04-07T18:01:54.993Z] === RUN TestInt64ValueOrDefault [2022-04-07T18:01:54.993Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-04-07T18:01:54.993Z] === RUN TestInt64ValueOrDefaultWithError [2022-04-07T18:01:54.993Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-04-07T18:01:54.993Z] === RUN TestJsonContentType [2022-04-07T18:01:54.993Z] --- PASS: TestJsonContentType (0.00s) [2022-04-07T18:01:54.993Z] PASS [2022-04-07T18:01:54.993Z] coverage: 16.2% of statements [2022-04-07T18:01:54.993Z] ok github.com/docker/docker/api/server/httputils 0.044s coverage: 16.2% of statements [2022-04-07T18:01:55.414Z] docker_api_swarm_test.go:563: [d0eaad0643af7] joining swarm manager [db8704a7d8b99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:01:55.972Z] === RUN TestMaskSecretKeys [2022-04-07T18:01:55.972Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-04-07T18:01:55.972Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-04-07T18:01:55.972Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-04-07T18:01:55.972Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-04-07T18:01:55.972Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-04-07T18:01:55.972Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-04-07T18:01:55.972Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-04-07T18:01:55.972Z] === RUN TestVersionMiddlewareVersion [2022-04-07T18:01:55.972Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-04-07T18:01:55.972Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-04-07T18:01:55.972Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-04-07T18:01:55.972Z] PASS [2022-04-07T18:01:55.972Z] coverage: 37.7% of statements [2022-04-07T18:01:55.972Z] ok github.com/docker/docker/api/server/middleware 0.041s coverage: 37.7% of statements [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-07T18:01:55.972Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-07T18:01:56.187Z] --- PASS: TestCreateServiceConfigFileMode (12.42s) [2022-04-07T18:01:56.187Z] === RUN TestCreateServiceSysctls [2022-04-07T18:01:56.448Z] --- PASS: TestCreateServiceSysctls (2.83s) [2022-04-07T18:01:56.448Z] === RUN TestCreateServiceCapabilities [2022-04-07T18:01:56.948Z] === RUN TestStrSliceMarshalJSON [2022-04-07T18:01:56.948Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestStrSliceUnmarshalJSON [2022-04-07T18:01:56.948Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestStrSliceUnmarshalString [2022-04-07T18:01:56.948Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestStrSliceUnmarshalSlice [2022-04-07T18:01:56.948Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-04-07T18:01:56.948Z] PASS [2022-04-07T18:01:56.948Z] coverage: 90.0% of statements [2022-04-07T18:01:56.948Z] ok github.com/docker/docker/api/types/strslice 0.057s coverage: 90.0% of statements [2022-04-07T18:01:56.948Z] === RUN TestToJSON [2022-04-07T18:01:56.948Z] --- PASS: TestToJSON (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestToParamWithVersion [2022-04-07T18:01:56.948Z] --- PASS: TestToParamWithVersion (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestFromJSON [2022-04-07T18:01:56.948Z] --- PASS: TestFromJSON (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestEmpty [2022-04-07T18:01:56.948Z] --- PASS: TestEmpty (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestArgsMatchKVListEmptySources [2022-04-07T18:01:56.948Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestArgsMatchKVList [2022-04-07T18:01:56.948Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestArgsMatch [2022-04-07T18:01:56.948Z] --- PASS: TestArgsMatch (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestAdd [2022-04-07T18:01:56.948Z] --- PASS: TestAdd (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestDel [2022-04-07T18:01:56.948Z] --- PASS: TestDel (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestLen [2022-04-07T18:01:56.948Z] --- PASS: TestLen (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestExactMatch [2022-04-07T18:01:56.948Z] --- PASS: TestExactMatch (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestOnlyOneExactMatch [2022-04-07T18:01:56.948Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestContains [2022-04-07T18:01:56.948Z] --- PASS: TestContains (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestValidate [2022-04-07T18:01:56.948Z] --- PASS: TestValidate (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestWalkValues [2022-04-07T18:01:56.948Z] --- PASS: TestWalkValues (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestFuzzyMatch [2022-04-07T18:01:56.948Z] --- PASS: TestFuzzyMatch (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestClone [2022-04-07T18:01:56.948Z] --- PASS: TestClone (0.00s) [2022-04-07T18:01:56.948Z] PASS [2022-04-07T18:01:56.948Z] coverage: 92.2% of statements [2022-04-07T18:01:56.948Z] ok github.com/docker/docker/api/types/filters 0.036s coverage: 92.2% of statements [2022-04-07T18:01:56.948Z] === RUN TestDurationToSecondsString [2022-04-07T18:01:56.948Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-04-07T18:01:56.948Z] === RUN TestGetTimestamp [2022-04-07T18:01:56.948Z] === RUN TestAdjustForAPIVersion [2022-04-07T18:01:56.948Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-04-07T18:01:56.948Z] PASS [2022-04-07T18:01:56.948Z] coverage: 5.7% of statements [2022-04-07T18:01:56.948Z] ok github.com/docker/docker/api/server/router/swarm 0.033s coverage: 5.7% of statements [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-07T18:01:56.948Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-07T18:01:56.948Z] --- PASS: TestGetTimestamp (0.13s) [2022-04-07T18:01:56.948Z] === RUN TestParseTimestamps [2022-04-07T18:01:56.948Z] --- PASS: TestParseTimestamps (0.00s) [2022-04-07T18:01:56.948Z] PASS [2022-04-07T18:01:56.948Z] coverage: 100.0% of statements [2022-04-07T18:01:56.948Z] ok github.com/docker/docker/api/types/time 0.159s coverage: 100.0% of statements [2022-04-07T18:01:57.411Z] === RUN TestCompareVersion [2022-04-07T18:01:57.411Z] --- PASS: TestCompareVersion (0.00s) [2022-04-07T18:01:57.411Z] PASS [2022-04-07T18:01:57.411Z] coverage: 77.3% of statements [2022-04-07T18:01:57.411Z] ok github.com/docker/docker/api/types/versions 0.035s coverage: 77.3% of statements [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/builder [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-07T18:01:57.411Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-04-07T18:01:58.388Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-04-07T18:01:58.388Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-04-07T18:01:58.388Z] === RUN TestCloneArgsSmartHttp [2022-04-07T18:01:58.388Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-04-07T18:01:58.388Z] === RUN TestCloneArgsDumbHttp [2022-04-07T18:01:58.388Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-04-07T18:01:58.388Z] === RUN TestCloneArgsGit [2022-04-07T18:01:58.388Z] --- PASS: TestCloneArgsGit (0.00s) [2022-04-07T18:01:58.388Z] === RUN TestCheckoutGit [2022-04-07T18:01:58.988Z] --- PASS: TestCreateServiceCapabilities (2.35s) [2022-04-07T18:01:58.988Z] === RUN TestInspect [2022-04-07T18:01:59.938Z] === RUN TestEnable [2022-04-07T18:01:59.938Z] --- PASS: TestEnable (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestDisable [2022-04-07T18:01:59.938Z] --- PASS: TestDisable (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestEnabled [2022-04-07T18:01:59.938Z] --- PASS: TestEnabled (0.00s) [2022-04-07T18:01:59.938Z] PASS [2022-04-07T18:01:59.938Z] coverage: 100.0% of statements [2022-04-07T18:01:59.938Z] ok github.com/docker/docker/cli/debug 0.034s coverage: 100.0% of statements [2022-04-07T18:01:59.938Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-04-07T18:01:59.938Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestProcessNoDockerignore [2022-04-07T18:01:59.938Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestProcessShouldLeaveAllFiles [2022-04-07T18:01:59.938Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestDetectContentType [2022-04-07T18:01:59.938Z] --- PASS: TestDetectContentType (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestSelectAcceptableMIME [2022-04-07T18:01:59.938Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestInspectEmptyResponse [2022-04-07T18:01:59.938Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestInspectResponseBinary [2022-04-07T18:01:59.938Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestResponseUnsupportedContentType [2022-04-07T18:01:59.938Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestInspectResponseTextSimple [2022-04-07T18:01:59.938Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestInspectResponseEmptyContentType [2022-04-07T18:01:59.938Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestUnknownContentLength [2022-04-07T18:01:59.938Z] --- PASS: TestUnknownContentLength (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestDownloadRemote [2022-04-07T18:01:59.938Z] --- PASS: TestDownloadRemote (0.06s) [2022-04-07T18:01:59.938Z] === RUN TestGetWithStatusError [2022-04-07T18:01:59.938Z] --- PASS: TestGetWithStatusError (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestCloseRootDirectory [2022-04-07T18:01:59.938Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:01:59.938Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestHashFile [2022-04-07T18:01:59.938Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:01:59.938Z] --- SKIP: TestHashFile (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestHashSubdir [2022-04-07T18:01:59.938Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:01:59.938Z] --- SKIP: TestHashSubdir (0.00s) [2022-04-07T18:01:59.938Z] === RUN TestRemoveDirectory [2022-04-07T18:01:59.938Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:01:59.938Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-04-07T18:01:59.938Z] PASS [2022-04-07T18:01:59.938Z] coverage: 9.3% of statements [2022-04-07T18:01:59.938Z] ok github.com/docker/docker/builder/remotecontext 0.184s coverage: 9.3% of statements [2022-04-07T18:02:00.914Z] === RUN TestGetAllAllowed [2022-04-07T18:02:00.914Z] --- PASS: TestGetAllAllowed (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestGetAllMeta [2022-04-07T18:02:00.914Z] --- PASS: TestGetAllMeta (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestWarnOnUnusedBuildArgs [2022-04-07T18:02:00.914Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestIsUnreferencedBuiltin [2022-04-07T18:02:00.914Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestIsExistingDirectory [2022-04-07T18:02:00.914Z] --- PASS: TestIsExistingDirectory (0.02s) [2022-04-07T18:02:00.914Z] === RUN TestGetFilenameForDownload [2022-04-07T18:02:00.914Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestEnv2Variables [2022-04-07T18:02:00.914Z] --- PASS: TestEnv2Variables (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-04-07T18:02:00.914Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestMaintainer [2022-04-07T18:02:00.914Z] --- PASS: TestMaintainer (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestLabel [2022-04-07T18:02:00.914Z] --- PASS: TestLabel (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestFromScratch [2022-04-07T18:02:00.914Z] --- PASS: TestFromScratch (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestFromWithArg [2022-04-07T18:02:00.914Z] --- PASS: TestFromWithArg (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-04-07T18:02:00.914Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestFromWithUndefinedArg [2022-04-07T18:02:00.914Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestFromMultiStageWithNamedStage [2022-04-07T18:02:00.914Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestOnbuild [2022-04-07T18:02:00.914Z] --- PASS: TestOnbuild (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestWorkdir [2022-04-07T18:02:00.914Z] --- PASS: TestWorkdir (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestCmd [2022-04-07T18:02:00.914Z] --- PASS: TestCmd (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestHealthcheckNone [2022-04-07T18:02:00.914Z] --- PASS: TestHealthcheckNone (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestHealthcheckCmd [2022-04-07T18:02:00.914Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestEntrypoint [2022-04-07T18:02:00.914Z] --- PASS: TestEntrypoint (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestExpose [2022-04-07T18:02:00.914Z] --- PASS: TestExpose (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestUser [2022-04-07T18:02:00.914Z] --- PASS: TestUser (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestVolume [2022-04-07T18:02:00.914Z] --- PASS: TestVolume (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestStopSignal [2022-04-07T18:02:00.914Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-07T18:02:00.914Z] --- SKIP: TestStopSignal (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestArg [2022-04-07T18:02:00.914Z] --- PASS: TestArg (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestShell [2022-04-07T18:02:00.914Z] --- PASS: TestShell (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestPrependEnvOnCmd [2022-04-07T18:02:00.914Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestRunWithBuildArgs [2022-04-07T18:02:00.914Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestRunIgnoresHealthcheck [2022-04-07T18:02:00.914Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestDispatchUnsupportedOptions [2022-04-07T18:02:00.914Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-04-07T18:02:00.914Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-04-07T18:02:00.914Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-04-07T18:02:00.914Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestNormalizeWorkdir [2022-04-07T18:02:00.914Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestDispatch [2022-04-07T18:02:00.914Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-04-07T18:02:00.914Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-04-07T18:02:00.914Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-04-07T18:02:00.914Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-04-07T18:02:00.914Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-04-07T18:02:00.914Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-04-07T18:02:00.914Z] === RUN TestDispatch/COPY_url [2022-04-07T18:02:00.914Z] --- PASS: TestDispatch (0.08s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.04s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-04-07T18:02:00.914Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestAddScratchImageAddsToMounts [2022-04-07T18:02:00.914Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestAddFromScratchPopulatesPlatform [2022-04-07T18:02:00.914Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-04-07T18:02:00.914Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-04-07T18:02:00.914Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestImageSourceGetAddsToMounts [2022-04-07T18:02:00.914Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestEmptyDockerfile [2022-04-07T18:02:00.914Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestSymlinkDockerfile [2022-04-07T18:02:00.914Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-04-07T18:02:00.914Z] === RUN TestDockerfileOutsideTheBuildContext [2022-04-07T18:02:00.914Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestNonExistingDockerfile [2022-04-07T18:02:00.914Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestCopyRunConfig [2022-04-07T18:02:00.914Z] --- PASS: TestCopyRunConfig (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestDeepCopyRunConfig [2022-04-07T18:02:00.914Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestExportImage [2022-04-07T18:02:00.914Z] --- PASS: TestExportImage (0.00s) [2022-04-07T18:02:00.914Z] === RUN TestNormalizeDest [2022-04-07T18:02:00.914Z] --- PASS: TestNormalizeDest (0.00s) [2022-04-07T18:02:00.914Z] PASS [2022-04-07T18:02:00.914Z] coverage: 46.7% of statements [2022-04-07T18:02:00.914Z] ok github.com/docker/docker/builder/dockerfile 0.360s coverage: 46.7% of statements [2022-04-07T18:02:01.377Z] === RUN TestTCP4Proxy [2022-04-07T18:02:01.377Z] --- PASS: TestTCP4Proxy (0.00s) [2022-04-07T18:02:01.377Z] === RUN TestTCP4ProxyHalfClose [2022-04-07T18:02:01.377Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-04-07T18:02:01.377Z] === RUN TestTCP6Proxy [2022-04-07T18:02:01.377Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-07T18:02:01.377Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-04-07T18:02:01.377Z] === RUN TestTCPDualStackProxy [2022-04-07T18:02:01.377Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-07T18:02:01.377Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-04-07T18:02:01.377Z] === RUN TestUDP4Proxy [2022-04-07T18:02:01.377Z] --- PASS: TestUDP4Proxy (0.00s) [2022-04-07T18:02:01.377Z] === RUN TestUDP6Proxy [2022-04-07T18:02:01.377Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-07T18:02:01.377Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-04-07T18:02:01.377Z] === RUN TestUDPWriteError [2022-04-07T18:02:01.377Z] --- PASS: TestUDPWriteError (0.00s) [2022-04-07T18:02:01.377Z] === RUN TestSCTP4Proxy [2022-04-07T18:02:01.377Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-07T18:02:01.377Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-04-07T18:02:01.377Z] === RUN TestSCTP6Proxy [2022-04-07T18:02:01.377Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-07T18:02:01.377Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-04-07T18:02:01.377Z] PASS [2022-04-07T18:02:01.377Z] coverage: 49.4% of statements [2022-04-07T18:02:01.377Z] ok github.com/docker/docker/cmd/docker-proxy 0.042s coverage: 49.4% of statements [2022-04-07T18:02:01.530Z] --- PASS: TestInspect (2.67s) [2022-04-07T18:02:01.530Z] === RUN TestCreateJob [2022-04-07T18:02:03.024Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-04-07T18:02:03.594Z] tests/integration/api_client_test.py ..... [ 7%] [2022-04-07T18:02:04.827Z] --- PASS: TestCreateJob (3.05s) [2022-04-07T18:02:04.827Z] === RUN TestReplicatedJob [2022-04-07T18:02:05.366Z] tests/integration/api_config_test.py ...... [ 8%] [2022-04-07T18:02:05.418Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-07T18:02:05.418Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-07T18:02:05.989Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-07T18:02:06.931Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-07T18:02:07.503Z] === RUN TestDockerSuite/TestBuildFails [2022-04-07T18:02:08.074Z] docker_api_swarm_test.go:585: [d4d5bc8178689] joining swarm manager [db8704a7d8b99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:02:08.336Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-07T18:02:08.336Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-07T18:02:09.986Z] === RUN TestCheckpointCreateError [2022-04-07T18:02:09.986Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-04-07T18:02:09.986Z] === RUN TestCheckpointCreate [2022-04-07T18:02:09.986Z] --- PASS: TestCheckpointCreate (0.00s) [2022-04-07T18:02:09.986Z] === RUN TestCheckpointDeleteError [2022-04-07T18:02:09.986Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-04-07T18:02:09.986Z] === RUN TestCheckpointDelete [2022-04-07T18:02:09.986Z] --- PASS: TestCheckpointDelete (0.00s) [2022-04-07T18:02:09.986Z] === RUN TestCheckpointListError [2022-04-07T18:02:09.986Z] --- PASS: TestCheckpointListError (0.00s) [2022-04-07T18:02:09.986Z] === RUN TestCheckpointList [2022-04-07T18:02:09.986Z] --- PASS: TestCheckpointList (0.00s) [2022-04-07T18:02:09.986Z] === RUN TestCheckpointListContainerNotFound [2022-04-07T18:02:09.986Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-04-07T18:02:09.986Z] === RUN TestNewClientWithOpsFromEnv [2022-04-07T18:02:09.986Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-07T18:02:09.986Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-04-07T18:02:09.986Z] === RUN TestGetAPIPath [2022-04-07T18:02:10.111Z] --- PASS: TestReplicatedJob (5.07s) [2022-04-07T18:02:10.111Z] === RUN TestUpdateReplicatedJob [2022-04-07T18:02:10.448Z] --- PASS: TestGetAPIPath (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestParseHostURL [2022-04-07T18:02:10.449Z] --- PASS: TestParseHostURL (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-04-07T18:02:10.449Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersionEmpty [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersion [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPVersionOverride [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersionAutomatic [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-04-07T18:02:10.449Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestClientRedirect [2022-04-07T18:02:10.449Z] === RUN TestClientRedirect/GET [2022-04-07T18:02:10.449Z] === RUN TestClientRedirect/POST [2022-04-07T18:02:10.449Z] === RUN TestClientRedirect/PUT [2022-04-07T18:02:10.449Z] === RUN TestClientRedirect/DELETE [2022-04-07T18:02:10.449Z] --- PASS: TestClientRedirect (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigCreateUnsupported [2022-04-07T18:02:10.449Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigCreateError [2022-04-07T18:02:10.449Z] --- PASS: TestConfigCreateError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigCreate [2022-04-07T18:02:10.449Z] --- PASS: TestConfigCreate (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigInspectNotFound [2022-04-07T18:02:10.449Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigInspectWithEmptyID [2022-04-07T18:02:10.449Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigInspectUnsupported [2022-04-07T18:02:10.449Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigInspectError [2022-04-07T18:02:10.449Z] --- PASS: TestConfigInspectError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigInspectConfigNotFound [2022-04-07T18:02:10.449Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigInspect [2022-04-07T18:02:10.449Z] --- PASS: TestConfigInspect (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigListUnsupported [2022-04-07T18:02:10.449Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigListError [2022-04-07T18:02:10.449Z] --- PASS: TestConfigListError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigList [2022-04-07T18:02:10.449Z] --- PASS: TestConfigList (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigRemoveUnsupported [2022-04-07T18:02:10.449Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigRemoveError [2022-04-07T18:02:10.449Z] --- PASS: TestConfigRemoveError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigRemove [2022-04-07T18:02:10.449Z] --- PASS: TestConfigRemove (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigUpdateUnsupported [2022-04-07T18:02:10.449Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigUpdateError [2022-04-07T18:02:10.449Z] --- PASS: TestConfigUpdateError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestConfigUpdate [2022-04-07T18:02:10.449Z] --- PASS: TestConfigUpdate (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerCommitError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerCommitError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerCommit [2022-04-07T18:02:10.449Z] --- PASS: TestContainerCommit (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStatPathError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStatPathError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStatPathNotFoundError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStatPathNoHeaderError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStatPath [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStatPath (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestCopyToContainerError [2022-04-07T18:02:10.449Z] --- PASS: TestCopyToContainerError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestCopyToContainerNotFoundError [2022-04-07T18:02:10.449Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestCopyToContainerNotStatusOKError [2022-04-07T18:02:10.449Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestCopyToContainer [2022-04-07T18:02:10.449Z] --- PASS: TestCopyToContainer (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestCopyFromContainerError [2022-04-07T18:02:10.449Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestCopyFromContainerNotFoundError [2022-04-07T18:02:10.449Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestCopyFromContainerNotStatusOKError [2022-04-07T18:02:10.449Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestCopyFromContainerNoHeaderError [2022-04-07T18:02:10.449Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestCopyFromContainer [2022-04-07T18:02:10.449Z] --- PASS: TestCopyFromContainer (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerCreateError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerCreateError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerCreateImageNotFound [2022-04-07T18:02:10.449Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerCreateWithName [2022-04-07T18:02:10.449Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerCreateAutoRemove [2022-04-07T18:02:10.449Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerDiffError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerDiffError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerDiff [2022-04-07T18:02:10.449Z] --- PASS: TestContainerDiff (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExecCreateError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExecCreate [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExecCreate (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExecStartError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExecStartError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExecStart [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExecStart (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExecInspectError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExecInspect [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExecInspect (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExportError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExportError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExport [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExport (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerInspectError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerInspectError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerInspectContainerNotFound [2022-04-07T18:02:10.449Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerInspectWithEmptyID [2022-04-07T18:02:10.449Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerInspect [2022-04-07T18:02:10.449Z] --- PASS: TestContainerInspect (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerInspectNode [2022-04-07T18:02:10.449Z] --- PASS: TestContainerInspectNode (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerKillError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerKillError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerKill [2022-04-07T18:02:10.449Z] --- PASS: TestContainerKill (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerListError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerListError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerList [2022-04-07T18:02:10.449Z] --- PASS: TestContainerList (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerLogsNotFoundError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerLogsError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerLogsError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerLogs [2022-04-07T18:02:10.449Z] --- PASS: TestContainerLogs (0.14s) [2022-04-07T18:02:10.449Z] === RUN TestContainerPauseError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerPauseError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerPause [2022-04-07T18:02:10.449Z] --- PASS: TestContainerPause (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainersPruneError [2022-04-07T18:02:10.449Z] --- PASS: TestContainersPruneError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainersPrune [2022-04-07T18:02:10.449Z] --- PASS: TestContainersPrune (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerRemoveError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerRemoveError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerRemoveNotFoundError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerRemove [2022-04-07T18:02:10.449Z] --- PASS: TestContainerRemove (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerRenameError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerRenameError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerRename [2022-04-07T18:02:10.449Z] --- PASS: TestContainerRename (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerResizeError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerResizeError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExecResizeError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerResize [2022-04-07T18:02:10.449Z] --- PASS: TestContainerResize (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerExecResize [2022-04-07T18:02:10.449Z] --- PASS: TestContainerExecResize (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerRestartError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerRestartError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerRestart [2022-04-07T18:02:10.449Z] --- PASS: TestContainerRestart (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStartError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStartError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStart [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStart (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStatsError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStatsError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStats [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStats (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStopError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStopError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerStop [2022-04-07T18:02:10.449Z] --- PASS: TestContainerStop (0.01s) [2022-04-07T18:02:10.449Z] === RUN TestContainerTopError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerTopError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerTop [2022-04-07T18:02:10.449Z] --- PASS: TestContainerTop (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerUnpauseError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerUnpause [2022-04-07T18:02:10.449Z] --- PASS: TestContainerUnpause (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerUpdateError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerUpdateError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerUpdate [2022-04-07T18:02:10.449Z] --- PASS: TestContainerUpdate (0.01s) [2022-04-07T18:02:10.449Z] === RUN TestContainerWaitError [2022-04-07T18:02:10.449Z] --- PASS: TestContainerWaitError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestContainerWait [2022-04-07T18:02:10.449Z] --- PASS: TestContainerWait (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestDiskUsageError [2022-04-07T18:02:10.449Z] --- PASS: TestDiskUsageError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestDiskUsage [2022-04-07T18:02:10.449Z] --- PASS: TestDiskUsage (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestDistributionInspectUnsupported [2022-04-07T18:02:10.449Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestDistributionInspectWithEmptyID [2022-04-07T18:02:10.449Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestEventsErrorInOptions [2022-04-07T18:02:10.449Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestEventsErrorFromServer [2022-04-07T18:02:10.449Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestEvents [2022-04-07T18:02:10.449Z] --- PASS: TestEvents (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestTLSCloseWriter [2022-04-07T18:02:10.449Z] === PAUSE TestTLSCloseWriter [2022-04-07T18:02:10.449Z] === RUN TestImageBuildError [2022-04-07T18:02:10.449Z] --- PASS: TestImageBuildError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageBuild [2022-04-07T18:02:10.449Z] --- PASS: TestImageBuild (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestGetDockerOS [2022-04-07T18:02:10.449Z] --- PASS: TestGetDockerOS (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageCreateError [2022-04-07T18:02:10.449Z] --- PASS: TestImageCreateError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageCreate [2022-04-07T18:02:10.449Z] --- PASS: TestImageCreate (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageHistoryError [2022-04-07T18:02:10.449Z] --- PASS: TestImageHistoryError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageHistory [2022-04-07T18:02:10.449Z] --- PASS: TestImageHistory (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageImportError [2022-04-07T18:02:10.449Z] --- PASS: TestImageImportError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageImport [2022-04-07T18:02:10.449Z] --- PASS: TestImageImport (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageInspectError [2022-04-07T18:02:10.449Z] --- PASS: TestImageInspectError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageInspectImageNotFound [2022-04-07T18:02:10.449Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageInspectWithEmptyID [2022-04-07T18:02:10.449Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageInspect [2022-04-07T18:02:10.449Z] --- PASS: TestImageInspect (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageListError [2022-04-07T18:02:10.449Z] --- PASS: TestImageListError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageList [2022-04-07T18:02:10.449Z] --- PASS: TestImageList (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageListApiBefore125 [2022-04-07T18:02:10.449Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageLoadError [2022-04-07T18:02:10.449Z] --- PASS: TestImageLoadError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageLoad [2022-04-07T18:02:10.449Z] --- PASS: TestImageLoad (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagesPruneError [2022-04-07T18:02:10.449Z] --- PASS: TestImagesPruneError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagesPrune [2022-04-07T18:02:10.449Z] --- PASS: TestImagesPrune (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePullReferenceParseError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePullAnyError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePullAnyError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePullStatusUnauthorizedError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePullWithoutErrors [2022-04-07T18:02:10.449Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePushReferenceError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePushAnyError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushAnyError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePushStatusUnauthorizedError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImagePushWithoutErrors [2022-04-07T18:02:10.449Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-04-07T18:02:10.449Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-04-07T18:02:10.449Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-04-07T18:02:10.449Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-04-07T18:02:10.449Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageRemoveError [2022-04-07T18:02:10.449Z] --- PASS: TestImageRemoveError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageRemoveImageNotFound [2022-04-07T18:02:10.449Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageRemove [2022-04-07T18:02:10.449Z] --- PASS: TestImageRemove (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageSaveError [2022-04-07T18:02:10.449Z] --- PASS: TestImageSaveError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageSave [2022-04-07T18:02:10.449Z] --- PASS: TestImageSave (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageSearchAnyError [2022-04-07T18:02:10.449Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageSearchStatusUnauthorizedError [2022-04-07T18:02:10.449Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-07T18:02:10.449Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-07T18:02:10.449Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-07T18:02:10.449Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-04-07T18:02:10.450Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestImageSearchWithoutErrors [2022-04-07T18:02:10.450Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestImageTagError [2022-04-07T18:02:10.450Z] --- PASS: TestImageTagError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestImageTagInvalidReference [2022-04-07T18:02:10.450Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestImageTagInvalidSourceImageName [2022-04-07T18:02:10.450Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestImageTagHexSource [2022-04-07T18:02:10.450Z] --- PASS: TestImageTagHexSource (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestImageTag [2022-04-07T18:02:10.450Z] --- PASS: TestImageTag (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestInfoServerError [2022-04-07T18:02:10.450Z] --- PASS: TestInfoServerError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestInfoInvalidResponseJSONError [2022-04-07T18:02:10.450Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestInfo [2022-04-07T18:02:10.450Z] --- PASS: TestInfo (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkConnectError [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkConnectError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkConnect [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkConnect (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkCreateError [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkCreateError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkCreate [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkCreate (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkDisconnectError [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkDisconnect [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkInspect [2022-04-07T18:02:10.450Z] === RUN TestNetworkInspect/empty_ID [2022-04-07T18:02:10.450Z] === RUN TestNetworkInspect/no_options [2022-04-07T18:02:10.450Z] === RUN TestNetworkInspect/verbose [2022-04-07T18:02:10.450Z] === RUN TestNetworkInspect/global_scope [2022-04-07T18:02:10.450Z] === RUN TestNetworkInspect/unknown_network [2022-04-07T18:02:10.450Z] === RUN TestNetworkInspect/server_error [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkInspect (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkListError [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkListError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkList [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkList (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworksPruneError [2022-04-07T18:02:10.450Z] --- PASS: TestNetworksPruneError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworksPrune [2022-04-07T18:02:10.450Z] --- PASS: TestNetworksPrune (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkRemoveError [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNetworkRemove [2022-04-07T18:02:10.450Z] --- PASS: TestNetworkRemove (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeInspectError [2022-04-07T18:02:10.450Z] --- PASS: TestNodeInspectError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeInspectNodeNotFound [2022-04-07T18:02:10.450Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeInspectWithEmptyID [2022-04-07T18:02:10.450Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeInspect [2022-04-07T18:02:10.450Z] --- PASS: TestNodeInspect (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeListError [2022-04-07T18:02:10.450Z] --- PASS: TestNodeListError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeList [2022-04-07T18:02:10.450Z] --- PASS: TestNodeList (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeRemoveError [2022-04-07T18:02:10.450Z] --- PASS: TestNodeRemoveError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeRemove [2022-04-07T18:02:10.450Z] --- PASS: TestNodeRemove (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeUpdateError [2022-04-07T18:02:10.450Z] --- PASS: TestNodeUpdateError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestNodeUpdate [2022-04-07T18:02:10.450Z] --- PASS: TestNodeUpdate (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestOptionWithHostFromEnv [2022-04-07T18:02:10.450Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestOptionWithTimeout [2022-04-07T18:02:10.450Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestOptionWithVersionFromEnv [2022-04-07T18:02:10.450Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPingFail [2022-04-07T18:02:10.450Z] --- PASS: TestPingFail (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPingWithError [2022-04-07T18:02:10.450Z] 2022/04/07 18:02:10 RoundTripper returned a response & error; ignoring response [2022-04-07T18:02:10.450Z] 2022/04/07 18:02:10 RoundTripper returned a response & error; ignoring response [2022-04-07T18:02:10.450Z] --- PASS: TestPingWithError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPingSuccess [2022-04-07T18:02:10.450Z] --- PASS: TestPingSuccess (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPingHeadFallback [2022-04-07T18:02:10.450Z] === RUN TestPingHeadFallback/OK [2022-04-07T18:02:10.450Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-04-07T18:02:10.450Z] === RUN TestPingHeadFallback/Not_Found [2022-04-07T18:02:10.450Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-04-07T18:02:10.450Z] --- PASS: TestPingHeadFallback (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-04-07T18:02:10.450Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginDisableError [2022-04-07T18:02:10.450Z] --- PASS: TestPluginDisableError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginDisable [2022-04-07T18:02:10.450Z] --- PASS: TestPluginDisable (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginEnableError [2022-04-07T18:02:10.450Z] --- PASS: TestPluginEnableError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginEnable [2022-04-07T18:02:10.450Z] --- PASS: TestPluginEnable (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginInspectError [2022-04-07T18:02:10.450Z] --- PASS: TestPluginInspectError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginInspectWithEmptyID [2022-04-07T18:02:10.450Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginInspect [2022-04-07T18:02:10.450Z] --- PASS: TestPluginInspect (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginListError [2022-04-07T18:02:10.450Z] --- PASS: TestPluginListError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginList [2022-04-07T18:02:10.450Z] --- PASS: TestPluginList (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginPushError [2022-04-07T18:02:10.450Z] --- PASS: TestPluginPushError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginPush [2022-04-07T18:02:10.450Z] --- PASS: TestPluginPush (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginRemoveError [2022-04-07T18:02:10.450Z] --- PASS: TestPluginRemoveError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginRemove [2022-04-07T18:02:10.450Z] --- PASS: TestPluginRemove (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginSetError [2022-04-07T18:02:10.450Z] --- PASS: TestPluginSetError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPluginSet [2022-04-07T18:02:10.450Z] --- PASS: TestPluginSet (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSetHostHeader [2022-04-07T18:02:10.450Z] --- PASS: TestSetHostHeader (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestPlainTextError [2022-04-07T18:02:10.450Z] --- PASS: TestPlainTextError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestInfiniteError [2022-04-07T18:02:10.450Z] --- PASS: TestInfiniteError (0.02s) [2022-04-07T18:02:10.450Z] === RUN TestCanceledContext [2022-04-07T18:02:10.450Z] 2022/04/07 18:02:10 RoundTripper returned a response & error; ignoring response [2022-04-07T18:02:10.450Z] --- PASS: TestCanceledContext (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestDeadlineExceededContext [2022-04-07T18:02:10.450Z] 2022/04/07 18:02:10 RoundTripper returned a response & error; ignoring response [2022-04-07T18:02:10.450Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretCreateUnsupported [2022-04-07T18:02:10.450Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretCreateError [2022-04-07T18:02:10.450Z] --- PASS: TestSecretCreateError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretCreate [2022-04-07T18:02:10.450Z] --- PASS: TestSecretCreate (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretInspectUnsupported [2022-04-07T18:02:10.450Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretInspectError [2022-04-07T18:02:10.450Z] --- PASS: TestSecretInspectError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretInspectSecretNotFound [2022-04-07T18:02:10.450Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretInspectWithEmptyID [2022-04-07T18:02:10.450Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretInspect [2022-04-07T18:02:10.450Z] --- PASS: TestSecretInspect (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretListUnsupported [2022-04-07T18:02:10.450Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretListError [2022-04-07T18:02:10.450Z] --- PASS: TestSecretListError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretList [2022-04-07T18:02:10.450Z] --- PASS: TestSecretList (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretRemoveUnsupported [2022-04-07T18:02:10.450Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretRemoveError [2022-04-07T18:02:10.450Z] --- PASS: TestSecretRemoveError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretRemove [2022-04-07T18:02:10.450Z] --- PASS: TestSecretRemove (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretUpdateUnsupported [2022-04-07T18:02:10.450Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretUpdateError [2022-04-07T18:02:10.450Z] --- PASS: TestSecretUpdateError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSecretUpdate [2022-04-07T18:02:10.450Z] --- PASS: TestSecretUpdate (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceCreateError [2022-04-07T18:02:10.450Z] --- PASS: TestServiceCreateError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceCreate [2022-04-07T18:02:10.450Z] --- PASS: TestServiceCreate (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceCreateCompatiblePlatforms [2022-04-07T18:02:10.450Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceCreateDigestPinning [2022-04-07T18:02:10.450Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceInspectError [2022-04-07T18:02:10.450Z] --- PASS: TestServiceInspectError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceInspectServiceNotFound [2022-04-07T18:02:10.450Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceInspectWithEmptyID [2022-04-07T18:02:10.450Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceInspect [2022-04-07T18:02:10.450Z] --- PASS: TestServiceInspect (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceListError [2022-04-07T18:02:10.450Z] --- PASS: TestServiceListError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceList [2022-04-07T18:02:10.450Z] --- PASS: TestServiceList (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceLogsError [2022-04-07T18:02:10.450Z] --- PASS: TestServiceLogsError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceLogs [2022-04-07T18:02:10.450Z] --- PASS: TestServiceLogs (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceRemoveError [2022-04-07T18:02:10.450Z] --- PASS: TestServiceRemoveError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceRemoveNotFoundError [2022-04-07T18:02:10.450Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceRemove [2022-04-07T18:02:10.450Z] --- PASS: TestServiceRemove (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceUpdateError [2022-04-07T18:02:10.450Z] --- PASS: TestServiceUpdateError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestServiceUpdate [2022-04-07T18:02:10.450Z] --- PASS: TestServiceUpdate (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmGetUnlockKeyError [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmGetUnlockKey [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmInitError [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmInitError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmInit [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmInit (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmInspectError [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmInspectError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmInspect [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmInspect (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmJoinError [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmJoinError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmJoin [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmJoin (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmLeaveError [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmLeave [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmLeave (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmUnlockError [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmUnlock [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmUnlock (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmUpdateError [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestSwarmUpdate [2022-04-07T18:02:10.450Z] --- PASS: TestSwarmUpdate (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestTaskInspectError [2022-04-07T18:02:10.450Z] --- PASS: TestTaskInspectError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestTaskInspectWithEmptyID [2022-04-07T18:02:10.450Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestTaskInspect [2022-04-07T18:02:10.450Z] --- PASS: TestTaskInspect (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestTaskListError [2022-04-07T18:02:10.450Z] --- PASS: TestTaskListError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestTaskList [2022-04-07T18:02:10.450Z] --- PASS: TestTaskList (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeCreateError [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeCreateError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeCreate [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeCreate (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeInspectError [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeInspectError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeInspectNotFound [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeInspectWithEmptyID [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeInspect [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeInspect (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeListError [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeListError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeList [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeList (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeRemoveError [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-04-07T18:02:10.450Z] === RUN TestVolumeRemove [2022-04-07T18:02:10.450Z] --- PASS: TestVolumeRemove (0.00s) [2022-04-07T18:02:10.450Z] === CONT TestTLSCloseWriter [2022-04-07T18:02:10.450Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-04-07T18:02:10.450Z] PASS [2022-04-07T18:02:10.450Z] coverage: 75.1% of statements [2022-04-07T18:02:10.450Z] ok github.com/docker/docker/client 0.304s coverage: 75.1% of statements [2022-04-07T18:02:11.635Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-07T18:02:11.635Z] check_test.go:379: [d0eaad0643af7] daemon is not started [2022-04-07T18:02:12.654Z] --- PASS: TestUpdateReplicatedJob (3.00s) [2022-04-07T18:02:12.654Z] === RUN TestServiceListWithStatuses [2022-04-07T18:02:12.654Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-07T18:02:12.654Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-07T18:02:12.654Z] === RUN TestDockerNetworkConnectAlias [2022-04-07T18:02:13.548Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-07T18:02:14.933Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-07T18:02:16.318Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-07T18:02:16.579Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-07T18:02:16.858Z] --- PASS: TestDockerNetworkConnectAlias (3.94s) [2022-04-07T18:02:16.858Z] === RUN TestDockerNetworkReConnect [2022-04-07T18:02:17.966Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-07T18:02:19.354Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-07T18:02:20.158Z] --- PASS: TestDockerNetworkReConnect (3.15s) [2022-04-07T18:02:20.158Z] === RUN TestServicePlugin [2022-04-07T18:02:20.158Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T18:02:20.158Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-07T18:02:20.158Z] === RUN TestServiceUpdateLabel [2022-04-07T18:02:20.297Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-07T18:02:20.566Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-07T18:02:21.969Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-04-07T18:02:21.969Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-04-07T18:02:21.969Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-04-07T18:02:22.078Z] --- PASS: TestServiceUpdateLabel (2.28s) [2022-04-07T18:02:22.078Z] === RUN TestServiceUpdateSecrets [2022-04-07T18:02:22.913Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-07T18:02:23.055Z] 037d5740b404: Pull complete [2022-04-07T18:02:23.055Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-04-07T18:02:23.055Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:02:23.055Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-04-07T18:02:23.055Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-04-07T18:02:23.055Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-04-07T18:02:23.055Z] WARN: Skipping validation tests [2022-04-07T18:02:23.055Z] INFO: Running unit tests at 04/07/2022 18:02:18... [2022-04-07T18:02:23.055Z] INFO: make.ps1 starting at 04/07/2022 18:02:21 [2022-04-07T18:02:23.055Z] INFO: Git commit (101dafd049) assumed from DOCKER_GITCOMMIT environment variable [2022-04-07T18:02:23.055Z] INFO: Invoking autogen... [2022-04-07T18:02:23.055Z] INFO: Running unit tests... [2022-04-07T18:02:23.732Z] --- PASS: TestImportExtremelyLargeImageWorks (92.27s) [2022-04-07T18:02:23.732Z] PASS [2022-04-07T18:02:23.732Z] [2022-04-07T18:02:23.732Z] === Skipped [2022-04-07T18:02:23.732Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-04-07T18:02:23.732Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-04-07T18:02:23.732Z] [2022-04-07T18:02:23.732Z] DONE 22 tests, 1 skipped in 96.414s [2022-04-07T18:02:23.732Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-04-07T18:02:23.732Z] INFO: Testing against a local daemon [2022-04-07T18:02:23.732Z] === RUN TestNetworkCreateDelete [2022-04-07T18:02:23.732Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-04-07T18:02:23.732Z] === RUN TestDockerNetworkDeletePreferID [2022-04-07T18:02:23.732Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-04-07T18:02:23.732Z] === RUN TestDaemonDNSFallback [2022-04-07T18:02:24.827Z] docker_api_swarm_test.go:46: [da58b31bd790a] joining swarm manager [dfd10a7893c1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:02:25.088Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-07T18:02:25.312Z] --- PASS: TestCheckoutGit (26.43s) [2022-04-07T18:02:25.312Z] === RUN TestValidGitTransport [2022-04-07T18:02:25.312Z] --- PASS: TestValidGitTransport (0.00s) [2022-04-07T18:02:25.312Z] === RUN TestGitInvalidRef [2022-04-07T18:02:25.312Z] --- PASS: TestGitInvalidRef (0.23s) [2022-04-07T18:02:25.312Z] PASS [2022-04-07T18:02:25.312Z] coverage: 86.3% of statements [2022-04-07T18:02:25.312Z] ok github.com/docker/docker/builder/remotecontext/git 26.713s coverage: 86.3% of statements [2022-04-07T18:02:25.312Z] ? github.com/docker/docker/cli [no test files] [2022-04-07T18:02:25.312Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-07T18:02:26.473Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-07T18:02:26.997Z] --- PASS: TestDaemonDNSFallback (6.29s) [2022-04-07T18:02:26.997Z] === RUN TestInspectNetwork [2022-04-07T18:02:26.997Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:26.997Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-07T18:02:26.997Z] === RUN TestRunContainerWithBridgeNone [2022-04-07T18:02:26.997Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.997Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-07T18:02:26.997Z] === RUN TestNetworkInvalidJSON [2022-04-07T18:02:26.997Z] === RUN TestNetworkInvalidJSON//networks/create [2022-04-07T18:02:26.997Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-04-07T18:02:26.997Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:02:26.997Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:02:26.997Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:02:26.997Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:02:26.997Z] === CONT TestNetworkInvalidJSON//networks/create [2022-04-07T18:02:26.997Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:02:26.997Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:02:26.997Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-04-07T18:02:26.997Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-04-07T18:02:26.997Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-04-07T18:02:26.997Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-04-07T18:02:26.997Z] === RUN TestNetworkList [2022-04-07T18:02:26.997Z] === RUN TestNetworkList//networks [2022-04-07T18:02:26.997Z] === PAUSE TestNetworkList//networks [2022-04-07T18:02:26.997Z] === RUN TestNetworkList//networks/ [2022-04-07T18:02:26.997Z] === PAUSE TestNetworkList//networks/ [2022-04-07T18:02:26.997Z] === CONT TestNetworkList//networks [2022-04-07T18:02:26.997Z] === CONT TestNetworkList//networks/ [2022-04-07T18:02:26.997Z] --- PASS: TestNetworkList (0.01s) [2022-04-07T18:02:26.997Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-07T18:02:26.998Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestHostIPv4BridgeLabel [2022-04-07T18:02:26.998Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-07T18:02:26.998Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-04-07T18:02:26.998Z] === RUN TestDaemonDefaultNetworkPools [2022-04-07T18:02:26.998Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-04-07T18:02:26.998Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-07T18:02:26.998Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-04-07T18:02:26.998Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-07T18:02:26.998Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.03s) [2022-04-07T18:02:26.998Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-07T18:02:26.998Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-04-07T18:02:26.998Z] === RUN TestServiceWithPredefinedNetwork [2022-04-07T18:02:26.998Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:26.998Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-07T18:02:26.998Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:02:26.998Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestServiceWithDataPathPortInit [2022-04-07T18:02:26.998Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:26.998Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-04-07T18:02:26.998Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-07T18:02:26.998Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:26.998Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-07T18:02:26.998Z] PASS [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === Skipped [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-04-07T18:02:26.998Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-04-07T18:02:26.998Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-04-07T18:02:26.998Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-04-07T18:02:26.998Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-04-07T18:02:26.998Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-04-07T18:02:26.998Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.03s) [2022-04-07T18:02:26.998Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-04-07T18:02:26.998Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-04-07T18:02:26.998Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:02:26.998Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-04-07T18:02:26.998Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-07T18:02:26.998Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] DONE 22 tests, 12 skipped in 7.038s [2022-04-07T18:02:26.998Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-07T18:02:26.998Z] INFO: Testing against a local daemon [2022-04-07T18:02:26.998Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-07T18:02:26.998Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T18:02:26.998Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestDockerNetworkIpvlan [2022-04-07T18:02:26.998Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T18:02:26.998Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-07T18:02:26.998Z] PASS [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === Skipped [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-07T18:02:26.998Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-07T18:02:26.998Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] DONE 2 tests, 2 skipped in 0.102s [2022-04-07T18:02:26.998Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-07T18:02:26.998Z] INFO: Testing against a local daemon [2022-04-07T18:02:26.998Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-07T18:02:26.998Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestDockerNetworkMacvlan [2022-04-07T18:02:26.998Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-04-07T18:02:26.998Z] PASS [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === Skipped [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-04-07T18:02:26.998Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-04-07T18:02:26.998Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] DONE 2 tests, 2 skipped in 0.092s [2022-04-07T18:02:26.998Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-07T18:02:26.998Z] testing: warning: no tests to run [2022-04-07T18:02:26.998Z] PASS [2022-04-07T18:02:26.998Z] [2022-04-07T18:02:26.998Z] DONE 0 tests in 0.025s [2022-04-07T18:02:26.998Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-07T18:02:26.998Z] INFO: Testing against a local daemon [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginAllowRequest [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginTLS [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginDenyRequest [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginDenyResponse [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginAllowEventStream [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginErrorResponse [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginErrorRequest [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginHeader [2022-04-07T18:02:26.998Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:26.998Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-04-07T18:02:26.998Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-04-07T18:02:27.255Z] === RUN TestAuthZPluginV2Disable [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-04-07T18:02:27.255Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-04-07T18:02:27.255Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-04-07T18:02:27.255Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-04-07T18:02:27.255Z] PASS [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === Skipped [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-04-07T18:02:27.255Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] DONE 17 tests, 17 skipped in 0.297s [2022-04-07T18:02:27.255Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-07T18:02:27.255Z] INFO: Testing against a local daemon [2022-04-07T18:02:27.255Z] === RUN TestPluginInvalidJSON [2022-04-07T18:02:27.255Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:02:27.255Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:02:27.255Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:02:27.255Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-04-07T18:02:27.255Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-04-07T18:02:27.255Z] === RUN TestPluginInstall [2022-04-07T18:02:27.255Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-07T18:02:27.255Z] === RUN TestPluginsWithRuntimes [2022-04-07T18:02:27.255Z] 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-04-07T18:02:27.255Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-07T18:02:27.255Z] === RUN TestPluginBackCompatMediaTypes [2022-04-07T18:02:27.255Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-04-07T18:02:27.255Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-07T18:02:27.255Z] PASS [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === Skipped [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-04-07T18:02:27.255Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-04-07T18:02:27.255Z] 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-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-04-07T18:02:27.255Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-04-07T18:02:27.255Z] [2022-04-07T18:02:27.255Z] DONE 5 tests, 3 skipped in 0.141s [2022-04-07T18:02:27.255Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-07T18:02:27.512Z] INFO: Testing against a local daemon [2022-04-07T18:02:27.512Z] === RUN TestExternalGraphDriver [2022-04-07T18:02:27.512Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-04-07T18:02:27.512Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-04-07T18:02:27.512Z] === RUN TestGraphdriverPluginV2 [2022-04-07T18:02:27.859Z] --- PASS: TestImportExtremelyLargeImageWorks (175.73s) [2022-04-07T18:02:27.859Z] PASS [2022-04-07T18:02:27.859Z] [2022-04-07T18:02:27.859Z] DONE 22 tests in 180.123s [2022-04-07T18:02:27.859Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-04-07T18:02:27.859Z] ++ 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-04-07T18:02:27.859Z] ++ set -e [2022-04-07T18:02:27.859Z] ++ '[' -n 0 ']' [2022-04-07T18:02:27.859Z] ++ set -x [2022-04-07T18:02:27.859Z] ++ 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-04-07T18:02:27.859Z] INFO: Testing against a local daemon [2022-04-07T18:02:27.859Z] === RUN TestNetworkCreateDelete [2022-04-07T18:02:28.120Z] --- PASS: TestNetworkCreateDelete (0.19s) [2022-04-07T18:02:28.120Z] === RUN TestDockerNetworkDeletePreferID [2022-04-07T18:02:28.692Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2022-04-07T18:02:28.692Z] === RUN TestDaemonDNSFallback [2022-04-07T18:02:28.980Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-07T18:02:30.077Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-07T18:02:30.337Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-07T18:02:30.782Z] --- PASS: TestGraphdriverPluginV2 (3.38s) [2022-04-07T18:02:30.782Z] PASS [2022-04-07T18:02:30.782Z] [2022-04-07T18:02:30.782Z] === Skipped [2022-04-07T18:02:30.782Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-04-07T18:02:30.782Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-04-07T18:02:30.782Z] [2022-04-07T18:02:30.782Z] DONE 2 tests, 1 skipped in 3.512s [2022-04-07T18:02:30.782Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-07T18:02:30.911Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-07T18:02:31.038Z] INFO: Testing against a local daemon [2022-04-07T18:02:31.038Z] === RUN TestContinueAfterPluginCrash [2022-04-07T18:02:31.038Z] === PAUSE TestContinueAfterPluginCrash [2022-04-07T18:02:31.038Z] === RUN TestReadPluginNoRead [2022-04-07T18:02:31.038Z] === PAUSE TestReadPluginNoRead [2022-04-07T18:02:31.038Z] === RUN TestDaemonStartWithLogOpt [2022-04-07T18:02:31.038Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-07T18:02:31.038Z] === CONT TestContinueAfterPluginCrash [2022-04-07T18:02:31.038Z] === CONT TestDaemonStartWithLogOpt [2022-04-07T18:02:31.172Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-07T18:02:31.744Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-07T18:02:31.744Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-07T18:02:32.316Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-07T18:02:32.577Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-07T18:02:32.837Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-07T18:02:33.097Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-07T18:02:33.358Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-07T18:02:33.618Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-04-07T18:02:33.927Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestConfigureDaemonLogs [2022-04-07T18:02:33.927Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestCommonOptionsInstallFlags [2022-04-07T18:02:33.927Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-04-07T18:02:33.927Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-04-07T18:02:33.927Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-04-07T18:02:33.927Z] PASS [2022-04-07T18:02:33.927Z] coverage: 19.0% of statements [2022-04-07T18:02:33.927Z] ok github.com/docker/docker/cmd/dockerd 0.170s coverage: 19.0% of statements [2022-04-07T18:02:33.927Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-04-07T18:02:33.927Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-07T18:02:34.561Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-07T18:02:35.132Z] --- PASS: TestDaemonDNSFallback (6.60s) [2022-04-07T18:02:35.132Z] === RUN TestInspectNetwork [2022-04-07T18:02:35.206Z] --- PASS: TestDaemonStartWithLogOpt (4.27s) [2022-04-07T18:02:35.206Z] === CONT TestReadPluginNoRead [2022-04-07T18:02:35.475Z] === RUN TestContainerStopSignal [2022-04-07T18:02:35.476Z] --- PASS: TestContainerStopSignal (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestContainerStopTimeout [2022-04-07T18:02:35.476Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestContainerSecretReferenceDestTarget [2022-04-07T18:02:35.476Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-04-07T18:02:35.476Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestContainerLogPathSetForRingLogger [2022-04-07T18:02:35.476Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestReplaceAndAppendEnvVars [2022-04-07T18:02:35.476Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-04-07T18:02:35.476Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestNewMemoryStore [2022-04-07T18:02:35.476Z] --- PASS: TestNewMemoryStore (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestAddContainers [2022-04-07T18:02:35.476Z] --- PASS: TestAddContainers (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestGetContainer [2022-04-07T18:02:35.476Z] --- PASS: TestGetContainer (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestDeleteContainer [2022-04-07T18:02:35.476Z] --- PASS: TestDeleteContainer (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestListContainers [2022-04-07T18:02:35.476Z] --- PASS: TestListContainers (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestFirstContainer [2022-04-07T18:02:35.476Z] --- PASS: TestFirstContainer (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestApplyAllContainer [2022-04-07T18:02:35.476Z] --- PASS: TestApplyAllContainer (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestIsValidHealthString [2022-04-07T18:02:35.476Z] --- PASS: TestIsValidHealthString (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestStateRunStop [2022-04-07T18:02:35.476Z] --- PASS: TestStateRunStop (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestStateTimeoutWait [2022-04-07T18:02:35.476Z] state_test.go:141: Stop callback fired [2022-04-07T18:02:35.476Z] state_test.go:165: Stop callback fired [2022-04-07T18:02:35.476Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-04-07T18:02:35.476Z] === RUN TestIsValidStateString [2022-04-07T18:02:35.476Z] --- PASS: TestIsValidStateString (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestViewSaveDelete [2022-04-07T18:02:35.476Z] --- PASS: TestViewSaveDelete (0.01s) [2022-04-07T18:02:35.476Z] === RUN TestViewAll [2022-04-07T18:02:35.476Z] --- PASS: TestViewAll (0.02s) [2022-04-07T18:02:35.476Z] === RUN TestViewGet [2022-04-07T18:02:35.476Z] --- PASS: TestViewGet (0.02s) [2022-04-07T18:02:35.476Z] === RUN TestNames [2022-04-07T18:02:35.476Z] --- PASS: TestNames (0.00s) [2022-04-07T18:02:35.476Z] === RUN TestViewWithHealthCheck [2022-04-07T18:02:35.476Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-04-07T18:02:35.476Z] PASS [2022-04-07T18:02:35.476Z] coverage: 41.7% of statements [2022-04-07T18:02:35.476Z] ok github.com/docker/docker/container 0.228s coverage: 41.7% of statements [2022-04-07T18:02:35.476Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-07T18:02:35.476Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-07T18:02:35.476Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-07T18:02:35.476Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-07T18:02:35.657Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-04-07T18:02:35.938Z] === RUN TestPrepare [2022-04-07T18:02:35.938Z] --- PASS: TestPrepare (0.00s) [2022-04-07T18:02:35.938Z] === RUN TestStart [2022-04-07T18:02:35.938Z] --- PASS: TestStart (0.00s) [2022-04-07T18:02:35.938Z] === RUN TestWaitCancel [2022-04-07T18:02:35.938Z] --- PASS: TestWaitCancel (0.00s) [2022-04-07T18:02:35.938Z] === RUN TestWaitDisabled [2022-04-07T18:02:35.938Z] --- PASS: TestWaitDisabled (0.00s) [2022-04-07T18:02:35.938Z] === RUN TestWaitEnabled [2022-04-07T18:02:35.938Z] --- PASS: TestWaitEnabled (0.00s) [2022-04-07T18:02:35.938Z] === RUN TestRemove [2022-04-07T18:02:35.938Z] --- PASS: TestRemove (0.00s) [2022-04-07T18:02:35.938Z] PASS [2022-04-07T18:02:35.938Z] coverage: 65.3% of statements [2022-04-07T18:02:35.938Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.050s coverage: 65.3% of statements [2022-04-07T18:02:36.988Z] --- PASS: TestServiceUpdateSecrets (14.30s) [2022-04-07T18:02:36.988Z] === RUN TestServiceUpdateConfigs [2022-04-07T18:02:37.046Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-07T18:02:37.707Z] ? github.com/docker/docker/api [no test files] [2022-04-07T18:02:37.722Z] === RUN TestReadPluginNoRead/default [2022-04-07T18:02:37.797Z] 0a6173b79e25: Pull complete [2022-04-07T18:02:37.797Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-04-07T18:02:37.797Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:02:37.797Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-04-07T18:02:37.797Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-04-07T18:02:37.797Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2686' [2022-04-07T18:02:37.797Z] WARN: Skipping validation tests [2022-04-07T18:02:37.797Z] INFO: Running unit tests at 04/07/2022 18:02:28... [2022-04-07T18:02:37.797Z] INFO: make.ps1 starting at 04/07/2022 18:02:33 [2022-04-07T18:02:37.797Z] INFO: Git commit (101dafd049) assumed from DOCKER_GITCOMMIT environment variable [2022-04-07T18:02:37.797Z] INFO: Invoking autogen... [2022-04-07T18:02:37.797Z] INFO: Running unit tests... [2022-04-07T18:02:38.133Z] === RUN TestNewListSecretsFilters [2022-04-07T18:02:38.134Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-04-07T18:02:38.134Z] === RUN TestNewListConfigsFilters [2022-04-07T18:02:38.134Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-04-07T18:02:38.134Z] PASS [2022-04-07T18:02:38.134Z] coverage: 0.5% of statements [2022-04-07T18:02:38.134Z] ok github.com/docker/docker/daemon/cluster 0.150s coverage: 0.5% of statements [2022-04-07T18:02:38.652Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-07T18:02:39.110Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-04-07T18:02:39.110Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCIsolation [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCIsolation [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-04-07T18:02:39.110Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCConfigs [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCConfigs [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-04-07T18:02:39.110Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-04-07T18:02:39.110Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-04-07T18:02:39.110Z] PASS [2022-04-07T18:02:39.110Z] coverage: 35.9% of statements [2022-04-07T18:02:39.110Z] ok github.com/docker/docker/daemon/cluster/convert 0.557s coverage: 35.9% of statements [2022-04-07T18:02:39.218Z] === RUN TestInspectNetwork/full_network_id [2022-04-07T18:02:39.218Z] === RUN TestInspectNetwork/partial_network_id [2022-04-07T18:02:39.218Z] === RUN TestInspectNetwork/network_name [2022-04-07T18:02:39.218Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-04-07T18:02:40.018Z] --- PASS: TestContinueAfterPluginCrash (8.91s) [2022-04-07T18:02:40.018Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-07T18:02:41.305Z] === RUN TestWaitNodeAttachment [2022-04-07T18:02:41.384Z] === CONT TestReadPluginNoRead [2022-04-07T18:02:41.384Z] read_test.go:92: [d67c830e16a51] daemon is not started [2022-04-07T18:02:41.384Z] --- PASS: TestReadPluginNoRead (5.92s) [2022-04-07T18:02:41.384Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2022-04-07T18:02:41.384Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2022-04-07T18:02:41.384Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-04-07T18:02:41.384Z] PASS [2022-04-07T18:02:41.384Z] [2022-04-07T18:02:41.384Z] DONE 6 tests in 10.297s [2022-04-07T18:02:41.384Z] 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-04-07T18:02:41.384Z] testing: warning: no tests to run [2022-04-07T18:02:41.384Z] PASS [2022-04-07T18:02:41.384Z] [2022-04-07T18:02:41.384Z] DONE 0 tests in 0.038s [2022-04-07T18:02:41.384Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-07T18:02:41.384Z] INFO: Testing against a local daemon [2022-04-07T18:02:41.384Z] === RUN TestPluginWithDevMounts [2022-04-07T18:02:41.384Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-04-07T18:02:41.384Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-07T18:02:41.384Z] PASS [2022-04-07T18:02:41.384Z] [2022-04-07T18:02:41.384Z] === Skipped [2022-04-07T18:02:41.384Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-04-07T18:02:41.384Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-04-07T18:02:41.384Z] [2022-04-07T18:02:41.384Z] DONE 1 tests, 1 skipped in 0.110s [2022-04-07T18:02:41.384Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-07T18:02:41.384Z] INFO: Testing against a local daemon [2022-04-07T18:02:41.384Z] === RUN TestSecretInspect [2022-04-07T18:02:41.384Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.384Z] --- SKIP: TestSecretInspect (0.01s) [2022-04-07T18:02:41.384Z] === RUN TestSecretList [2022-04-07T18:02:41.384Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.384Z] --- SKIP: TestSecretList (0.01s) [2022-04-07T18:02:41.384Z] === RUN TestSecretsCreateAndDelete [2022-04-07T18:02:41.384Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.384Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2022-04-07T18:02:41.384Z] === RUN TestSecretsUpdate [2022-04-07T18:02:41.384Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.568Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-07T18:02:41.640Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-04-07T18:02:41.641Z] === RUN TestTemplatedSecret [2022-04-07T18:02:41.641Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-07T18:02:41.641Z] === RUN TestSecretCreateResolve [2022-04-07T18:02:41.641Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-04-07T18:02:41.641Z] PASS [2022-04-07T18:02:41.641Z] [2022-04-07T18:02:41.641Z] === Skipped [2022-04-07T18:02:41.641Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-04-07T18:02:41.641Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] [2022-04-07T18:02:41.641Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-04-07T18:02:41.641Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] [2022-04-07T18:02:41.641Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2022-04-07T18:02:41.641Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] [2022-04-07T18:02:41.641Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-04-07T18:02:41.641Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] [2022-04-07T18:02:41.641Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-04-07T18:02:41.641Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] [2022-04-07T18:02:41.641Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-04-07T18:02:41.641Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] [2022-04-07T18:02:41.641Z] DONE 6 tests, 6 skipped in 0.155s [2022-04-07T18:02:41.641Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-04-07T18:02:41.641Z] INFO: Testing against a local daemon [2022-04-07T18:02:41.641Z] === RUN TestServiceCreateInit [2022-04-07T18:02:41.641Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-07T18:02:41.641Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-07T18:02:41.641Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] --- PASS: TestServiceCreateInit (0.01s) [2022-04-07T18:02:41.641Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:02:41.641Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:02:41.641Z] === RUN TestCreateServiceMultipleTimes [2022-04-07T18:02:41.641Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-04-07T18:02:41.641Z] === RUN TestCreateServiceConflict [2022-04-07T18:02:41.641Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-04-07T18:02:41.641Z] === RUN TestCreateServiceMaxReplicas [2022-04-07T18:02:41.641Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-04-07T18:02:41.641Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-07T18:02:41.641Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-04-07T18:02:41.641Z] === RUN TestCreateServiceSecretFileMode [2022-04-07T18:02:41.641Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-04-07T18:02:41.641Z] === RUN TestCreateServiceConfigFileMode [2022-04-07T18:02:41.641Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.641Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2022-04-07T18:02:41.641Z] === RUN TestCreateServiceSysctls [2022-04-07T18:02:41.641Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.765Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-07T18:02:41.768Z] === RUN TestBuilderGC [2022-04-07T18:02:41.768Z] --- PASS: TestBuilderGC (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationNotFound [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestDaemonBrokenConfiguration [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestFindConfigurationConflicts [2022-04-07T18:02:41.768Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-04-07T18:02:41.768Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationMergeConflicts [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-04-07T18:02:41.768Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-04-07T18:02:41.768Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-04-07T18:02:41.768Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestValidateConfiguration [2022-04-07T18:02:41.768Z] === RUN TestValidateConfiguration/with_label [2022-04-07T18:02:41.768Z] === RUN TestValidateConfiguration/with_dns [2022-04-07T18:02:41.768Z] === RUN TestValidateConfiguration/with_dns-search [2022-04-07T18:02:41.768Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-04-07T18:02:41.768Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-04-07T18:02:41.768Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-04-07T18:02:41.768Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-04-07T18:02:41.768Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfiguration (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestReloadSetConfigFileNotExist [2022-04-07T18:02:41.768Z] time="2022-04-07T18:02:41Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-04-07T18:02:41.768Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2022-04-07T18:02:41.768Z] === RUN TestReloadDefaultConfigNotExist [2022-04-07T18:02:41.768Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:02:41.768Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestReloadBadDefaultConfig [2022-04-07T18:02:41.768Z] time="2022-04-07T18:02:41Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3051795043" [2022-04-07T18:02:41.768Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestReloadWithConflictingLabels [2022-04-07T18:02:41.768Z] time="2022-04-07T18:02:41Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-449356574" [2022-04-07T18:02:41.768Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestReloadWithDuplicateLabels [2022-04-07T18:02:41.768Z] time="2022-04-07T18:02:41Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-4124094197" [2022-04-07T18:02:41.768Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestMaskURLCredentials [2022-04-07T18:02:41.768Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestDaemonConfigurationMerge [2022-04-07T18:02:41.768Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-04-07T18:02:41.768Z] PASS [2022-04-07T18:02:41.768Z] coverage: 79.2% of statements [2022-04-07T18:02:41.768Z] ok github.com/docker/docker/daemon/config 0.217s coverage: 79.2% of statements [2022-04-07T18:02:41.768Z] === RUN TestEventsLog [2022-04-07T18:02:41.768Z] --- PASS: TestEventsLog (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestEventsLogTimeout [2022-04-07T18:02:41.768Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestLogEvents [2022-04-07T18:02:41.768Z] --- PASS: TestWaitNodeAttachment (0.42s) [2022-04-07T18:02:41.768Z] === RUN TestIsolationConversion [2022-04-07T18:02:41.768Z] === RUN TestIsolationConversion/default [2022-04-07T18:02:41.768Z] === RUN TestIsolationConversion/process [2022-04-07T18:02:41.768Z] === RUN TestIsolationConversion/hyperv [2022-04-07T18:02:41.768Z] --- PASS: TestIsolationConversion (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestContainerLabels [2022-04-07T18:02:41.768Z] --- PASS: TestContainerLabels (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestCredentialSpecConversion [2022-04-07T18:02:41.768Z] === RUN TestCredentialSpecConversion/none [2022-04-07T18:02:41.768Z] === RUN TestCredentialSpecConversion/config [2022-04-07T18:02:41.768Z] === RUN TestCredentialSpecConversion/file [2022-04-07T18:02:41.768Z] === RUN TestCredentialSpecConversion/registry [2022-04-07T18:02:41.768Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-04-07T18:02:41.768Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestControllerValidateMountBind [2022-04-07T18:02:41.768Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestControllerValidateMountVolume [2022-04-07T18:02:41.768Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestControllerValidateMountTarget [2022-04-07T18:02:41.768Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestControllerValidateMountTmpfs [2022-04-07T18:02:41.768Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestControllerValidateMountInvalidType [2022-04-07T18:02:41.768Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-04-07T18:02:41.768Z] === RUN TestControllerValidateMountNamedPipe [2022-04-07T18:02:41.768Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-04-07T18:02:41.768Z] PASS [2022-04-07T18:02:41.768Z] coverage: 11.0% of statements [2022-04-07T18:02:41.768Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.616s coverage: 11.0% of statements [2022-04-07T18:02:41.768Z] --- PASS: TestLogEvents (0.05s) [2022-04-07T18:02:41.768Z] === RUN TestLoadBufferedEvents [2022-04-07T18:02:41.897Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-04-07T18:02:41.897Z] === RUN TestCreateServiceCapabilities [2022-04-07T18:02:41.897Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.897Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-04-07T18:02:41.897Z] === RUN TestInspect [2022-04-07T18:02:41.897Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.897Z] --- SKIP: TestInspect (0.01s) [2022-04-07T18:02:41.897Z] === RUN TestCreateJob [2022-04-07T18:02:41.897Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.897Z] --- SKIP: TestCreateJob (0.01s) [2022-04-07T18:02:41.897Z] === RUN TestReplicatedJob [2022-04-07T18:02:41.897Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.897Z] --- SKIP: TestReplicatedJob (0.01s) [2022-04-07T18:02:41.897Z] === RUN TestUpdateReplicatedJob [2022-04-07T18:02:41.897Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.897Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-04-07T18:02:41.897Z] === RUN TestServiceListWithStatuses [2022-04-07T18:02:41.897Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-07T18:02:41.897Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-07T18:02:41.897Z] === RUN TestDockerNetworkConnectAlias [2022-04-07T18:02:41.897Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.897Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-04-07T18:02:41.897Z] === RUN TestDockerNetworkReConnect [2022-04-07T18:02:41.897Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:41.897Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-04-07T18:02:41.897Z] === RUN TestServicePlugin [2022-04-07T18:02:42.025Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-04-07T18:02:42.231Z] --- PASS: TestLoadBufferedEvents (0.12s) [2022-04-07T18:02:42.231Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-04-07T18:02:42.231Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-04-07T18:02:42.231Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-04-07T18:02:42.231Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-04-07T18:02:42.231Z] PASS [2022-04-07T18:02:42.231Z] coverage: 50.0% of statements [2022-04-07T18:02:42.231Z] ok github.com/docker/docker/daemon/events 0.211s coverage: 50.0% of statements [2022-04-07T18:02:42.965Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-04-07T18:02:43.206Z] === RUN TestLinkNaming [2022-04-07T18:02:43.206Z] --- PASS: TestLinkNaming (0.00s) [2022-04-07T18:02:43.206Z] === RUN TestLinkNew [2022-04-07T18:02:43.206Z] --- PASS: TestLinkNew (0.00s) [2022-04-07T18:02:43.206Z] === RUN TestLinkEnv [2022-04-07T18:02:43.206Z] --- PASS: TestLinkEnv (0.00s) [2022-04-07T18:02:43.206Z] === RUN TestLinkMultipleEnv [2022-04-07T18:02:43.206Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-04-07T18:02:43.206Z] === RUN TestLinkPortRangeEnv [2022-04-07T18:02:43.206Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-04-07T18:02:43.206Z] PASS [2022-04-07T18:02:43.206Z] coverage: 93.0% of statements [2022-04-07T18:02:43.206Z] ok github.com/docker/docker/daemon/links 0.029s coverage: 93.0% of statements [2022-04-07T18:02:43.206Z] === RUN TestIsEmptyDir [2022-04-07T18:02:43.206Z] --- PASS: TestIsEmptyDir (0.01s) [2022-04-07T18:02:43.206Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-04-07T18:02:43.206Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-04-07T18:02:43.206Z] PASS [2022-04-07T18:02:43.206Z] coverage: 2.3% of statements [2022-04-07T18:02:43.206Z] ok github.com/docker/docker/daemon/graphdriver 0.058s coverage: 2.3% of statements [2022-04-07T18:02:43.552Z] --- PASS: TestInspectNetwork (8.32s) [2022-04-07T18:02:43.552Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-04-07T18:02:43.552Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-04-07T18:02:43.552Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-04-07T18:02:43.552Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-04-07T18:02:43.552Z] === RUN TestRunContainerWithBridgeNone [2022-04-07T18:02:43.787Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] --- SKIP: TestServicePlugin (1.91s) [2022-04-07T18:02:43.787Z] === RUN TestServiceUpdateLabel [2022-04-07T18:02:43.787Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2022-04-07T18:02:43.787Z] === RUN TestServiceUpdateSecrets [2022-04-07T18:02:43.787Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2022-04-07T18:02:43.787Z] === RUN TestServiceUpdateConfigs [2022-04-07T18:02:43.787Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-04-07T18:02:43.787Z] === RUN TestServiceUpdateNetwork [2022-04-07T18:02:43.787Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-04-07T18:02:43.787Z] === RUN TestServiceUpdatePidsLimit [2022-04-07T18:02:43.787Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-04-07T18:02:43.787Z] PASS [2022-04-07T18:02:43.787Z] [2022-04-07T18:02:43.787Z] === Skipped [2022-04-07T18:02:43.787Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:02:43.787Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:02:43.787Z] [2022-04-07T18:02:43.787Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:02:43.787Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:02:43.787Z] [2022-04-07T18:02:43.787Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-04-07T18:02:43.787Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] [2022-04-07T18:02:43.787Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-04-07T18:02:43.787Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] [2022-04-07T18:02:43.787Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-04-07T18:02:43.787Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] [2022-04-07T18:02:43.787Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-04-07T18:02:43.787Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] [2022-04-07T18:02:43.787Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-04-07T18:02:43.787Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.787Z] [2022-04-07T18:02:43.787Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2022-04-07T18:02:43.788Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-04-07T18:02:43.788Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-04-07T18:02:43.788Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-04-07T18:02:43.788Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-04-07T18:02:43.788Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-04-07T18:02:43.788Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-04-07T18:02:43.788Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-07T18:02:43.788Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-04-07T18:02:43.788Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-04-07T18:02:43.788Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestServicePlugin (1.91s) [2022-04-07T18:02:43.788Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2022-04-07T18:02:43.788Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2022-04-07T18:02:43.788Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-04-07T18:02:43.788Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-04-07T18:02:43.788Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-04-07T18:02:43.788Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-07T18:02:43.788Z] [2022-04-07T18:02:43.788Z] DONE 24 tests, 23 skipped in 2.313s [2022-04-07T18:02:43.788Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-04-07T18:02:44.044Z] INFO: Testing against a local daemon [2022-04-07T18:02:44.044Z] === RUN TestSessionCreate [2022-04-07T18:02:44.044Z] --- PASS: TestSessionCreate (0.03s) [2022-04-07T18:02:44.044Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-07T18:02:44.044Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-04-07T18:02:44.044Z] PASS [2022-04-07T18:02:44.044Z] [2022-04-07T18:02:44.044Z] DONE 2 tests in 0.162s [2022-04-07T18:02:44.044Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-04-07T18:02:44.045Z] INFO: Testing against a local daemon [2022-04-07T18:02:44.045Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-07T18:02:44.045Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-07T18:02:44.045Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:02:44.045Z] === RUN TestDiskUsage [2022-04-07T18:02:44.045Z] === PAUSE TestDiskUsage [2022-04-07T18:02:44.045Z] === RUN TestEventsExecDie [2022-04-07T18:02:44.131Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-07T18:02:44.182Z] === RUN TestVerifyNetworkingConfig [2022-04-07T18:02:44.182Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestGetContainer [2022-04-07T18:02:44.182Z] --- PASS: TestGetContainer (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestValidContainerNames [2022-04-07T18:02:44.182Z] --- PASS: TestValidContainerNames (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestContainerInitDNS [2022-04-07T18:02:44.182Z] daemon_test.go:145: root required [2022-04-07T18:02:44.182Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestMerge [2022-04-07T18:02:44.182Z] --- PASS: TestMerge (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestValidateContainerIsolation [2022-04-07T18:02:44.182Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestFindNetworkErrorType [2022-04-07T18:02:44.182Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestEnsureServicesExist [2022-04-07T18:02:44.182Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestEnsureServicesExistErrors [2022-04-07T18:02:44.182Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-04-07T18:02:44.182Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-04-07T18:02:44.182Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-04-07T18:02:44.182Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-04-07T18:02:44.182Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-04-07T18:02:44.182Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-04-07T18:02:44.182Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestContainerDelete [2022-04-07T18:02:44.182Z] --- PASS: TestContainerDelete (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestContainerDoubleDelete [2022-04-07T18:02:44.182Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestLogContainerEventCopyLabels [2022-04-07T18:02:44.182Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestLogContainerEventWithAttributes [2022-04-07T18:02:44.182Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestNoneHealthcheck [2022-04-07T18:02:44.182Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestHealthStates [2022-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] time="2022-04-07T18:02: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-04-07T18:02:44.182Z] --- PASS: TestHealthStates (0.14s) [2022-04-07T18:02:44.182Z] === RUN TestGetInspectData [2022-04-07T18:02:44.182Z] --- PASS: TestGetInspectData (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestFillLicense [2022-04-07T18:02:44.182Z] --- PASS: TestFillLicense (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestListInvalidFilter [2022-04-07T18:02:44.182Z] --- PASS: TestListInvalidFilter (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestNameFilter [2022-04-07T18:02:44.182Z] --- PASS: TestNameFilter (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-04-07T18:02:44.182Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-04-07T18:02:44.182Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-04-07T18:02:44.183Z] === 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-04-07T18:02:44.183Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-04-07T18:02:44.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-04-07T18:02:44.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-04-07T18:02:44.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-04-07T18:02:44.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-04-07T18:02:44.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-04-07T18:02:44.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-04-07T18:02:44.183Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-04-07T18:02:44.183Z] --- 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-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-04-07T18:02:44.183Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-04-07T18:02:44.183Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestDaemonReloadLabels [2022-04-07T18:02:44.183Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-04-07T18:02:44.183Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestDaemonReloadMirrors [2022-04-07T18:02:44.183Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestDaemonReloadInsecureRegistries [2022-04-07T18:02:44.183Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestDaemonReloadNotAffectOthers [2022-04-07T18:02:44.183Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-04-07T18:02:44.183Z] reload_test.go:342: root required [2022-04-07T18:02:44.183Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-04-07T18:02:44.183Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-04-07T18:02:44.183Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-04-07T18:02:44.183Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-04-07T18:02:44.183Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-04-07T18:02:44.183Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-04-07T18:02:44.183Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-04-07T18:02:44.183Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-04-07T18:02:44.183Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-04-07T18:02:44.183Z] === RUN TestParseVolumesFrom [2022-04-07T18:02:44.183Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-04-07T18:02:44.183Z] PASS [2022-04-07T18:02:44.183Z] coverage: 8.8% of statements [2022-04-07T18:02:44.183Z] ok github.com/docker/docker/daemon 0.590s coverage: 8.8% of statements [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-04-07T18:02:44.183Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-04-07T18:02:44.392Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-07T18:02:44.609Z] --- PASS: TestEventsExecDie (0.56s) [2022-04-07T18:02:44.609Z] === RUN TestEventsBackwardsCompatible [2022-04-07T18:02:44.652Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-07T18:02:44.652Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-07T18:02:44.864Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-04-07T18:02:44.865Z] === RUN TestEventsVolumeCreate [2022-04-07T18:02:44.865Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-04-07T18:02:44.865Z] === RUN TestInfoBinaryCommits [2022-04-07T18:02:44.865Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-07T18:02:44.865Z] === RUN TestInfoAPIVersioned [2022-04-07T18:02:44.865Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-04-07T18:02:44.865Z] === RUN TestInfoAPI [2022-04-07T18:02:44.865Z] --- PASS: TestInfoAPI (0.02s) [2022-04-07T18:02:44.865Z] === RUN TestInfoAPIWarnings [2022-04-07T18:02:44.913Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-07T18:02:45.158Z] === RUN TestNewStreamConfig [2022-04-07T18:02:45.158Z] === RUN TestNewStreamConfig/defaults [2022-04-07T18:02:45.158Z] === RUN TestNewStreamConfig/invalid_create_group [2022-04-07T18:02:45.158Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-04-07T18:02:45.158Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-04-07T18:02:45.158Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-04-07T18:02:45.158Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-04-07T18:02:45.158Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-04-07T18:02:45.158Z] --- PASS: TestNewStreamConfig (0.00s) [2022-04-07T18:02:45.158Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-04-07T18:02:45.158Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-04-07T18:02:45.158Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-04-07T18:02:45.158Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-04-07T18:02:45.158Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-04-07T18:02:45.158Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-04-07T18:02:45.159Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-04-07T18:02:45.159Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-04-07T18:02:45.159Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-04-07T18:02:45.159Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-04-07T18:02:45.159Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestNewAWSLogsClientRegionDetect [2022-04-07T18:02:45.159Z] time="2022-04-07T18:02:44Z" level=info msg="Trying to get region from EC2 Metadata" [2022-04-07T18:02:45.159Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s) [2022-04-07T18:02:45.159Z] === RUN TestCreateSuccess [2022-04-07T18:02:45.159Z] --- PASS: TestCreateSuccess (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCreateStreamSkipped [2022-04-07T18:02:45.159Z] time="2022-04-07T18:02:44Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-04-07T18:02:45.159Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCreateLogGroupSuccess [2022-04-07T18:02:45.159Z] time="2022-04-07T18:02:44Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-04-07T18:02:45.159Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCreateError [2022-04-07T18:02:45.159Z] --- PASS: TestCreateError (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCreateAlreadyExists [2022-04-07T18:02:45.159Z] time="2022-04-07T18:02:44Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-04-07T18:02:45.159Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestLogClosed [2022-04-07T18:02:45.159Z] --- PASS: TestLogClosed (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestLogBlocking [2022-04-07T18:02:45.159Z] --- PASS: TestLogBlocking (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestLogNonBlockingBufferEmpty [2022-04-07T18:02:45.159Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestLogNonBlockingBufferFull [2022-04-07T18:02:45.159Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestPublishBatchSuccess [2022-04-07T18:02:45.159Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestPublishBatchError [2022-04-07T18:02:45.159Z] time="2022-04-07T18:02:44Z" level=error msg=error [2022-04-07T18:02:45.159Z] --- PASS: TestPublishBatchError (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-04-07T18:02:45.159Z] time="2022-04-07T18:02:44Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-07T18:02:45.159Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestPublishBatchAlreadyAccepted [2022-04-07T18:02:45.159Z] time="2022-04-07T18:02:44Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-07T18:02:45.159Z] time="2022-04-07T18:02:44Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-04-07T18:02:45.159Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchSimple [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchTicker [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchMultilinePattern [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchClose [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchClose (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestEffectiveLen [2022-04-07T18:02:45.159Z] === RUN TestEffectiveLen/0/Hello [2022-04-07T18:02:45.159Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-04-07T18:02:45.159Z] === RUN TestEffectiveLen/2/🙃 [2022-04-07T18:02:45.159Z] === RUN TestEffectiveLen/3/���� [2022-04-07T18:02:45.159Z] === RUN TestEffectiveLen/4/He��o [2022-04-07T18:02:45.159Z] === RUN TestEffectiveLen/5/ [2022-04-07T18:02:45.159Z] --- PASS: TestEffectiveLen (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestFindValidSplit [2022-04-07T18:02:45.159Z] === RUN TestFindValidSplit/0/ [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1076: [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:02:45.159Z] === RUN TestFindValidSplit/1/Hello [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1076: Hello [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:02:45.159Z] === RUN TestFindValidSplit/2/Hello [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1076: He [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1077: llo [2022-04-07T18:02:45.159Z] === RUN TestFindValidSplit/3/Hello [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1076: [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1077: Hello [2022-04-07T18:02:45.159Z] === RUN TestFindValidSplit/4/🙃 [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1076: [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1077: 🙃 [2022-04-07T18:02:45.159Z] === RUN TestFindValidSplit/5/🙃 [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1076: 🙃 [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:02:45.159Z] === RUN TestFindValidSplit/6/a� [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1076: a [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1077: � [2022-04-07T18:02:45.159Z] === RUN TestFindValidSplit/7/a� [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1076: a� [2022-04-07T18:02:45.159Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:02:45.159Z] --- PASS: TestFindValidSplit (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestProcessEventEmoji [2022-04-07T18:02:45.159Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchLineSplit [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchLineSplitWithBinary [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchMaxEvents [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchMaxTotalBytes [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-04-07T18:02:45.159Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-04-07T18:02:45.159Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-04-07T18:02:45.159Z] === RUN TestParseLogOptionsMultilinePattern [2022-04-07T18:02:45.159Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-04-07T18:02:45.159Z] === RUN TestParseLogOptionsDatetimeFormat [2022-04-07T18:02:45.159Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-04-07T18:02:45.159Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-04-07T18:02:45.159Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-04-07T18:02:45.159Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-04-07T18:02:45.159Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-04-07T18:02:45.159Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-04-07T18:02:45.159Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-04-07T18:02:45.159Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-04-07T18:02:45.159Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-04-07T18:02:45.486Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-07T18:02:45.622Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsFormat [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsFormat/1/random [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsFormat/2/ [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-04-07T18:02:45.622Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-04-07T18:02:45.622Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestCreateTagSuccess [2022-04-07T18:02:45.622Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-04-07T18:02:45.622Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-04-07T18:02:45.622Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-04-07T18:02:45.622Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-04-07T18:02:45.622Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-04-07T18:02:45.622Z] PASS [2022-04-07T18:02:45.622Z] coverage: 79.9% of statements [2022-04-07T18:02:45.622Z] ok github.com/docker/docker/daemon/logger/awslogs 0.336s coverage: 79.9% of statements [2022-04-07T18:02:45.622Z] === RUN TestAdapterReadLogs [2022-04-07T18:02:45.622Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestCopier [2022-04-07T18:02:45.622Z] --- PASS: TestCopier (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestCopierLongLines [2022-04-07T18:02:45.622Z] --- PASS: TestCopierLongLines (0.00s) [2022-04-07T18:02:45.622Z] === RUN TestCopierSlow [2022-04-07T18:02:46.059Z] --- PASS: TestRunContainerWithBridgeNone (2.42s) [2022-04-07T18:02:46.059Z] === RUN TestNetworkInvalidJSON [2022-04-07T18:02:46.059Z] === RUN TestNetworkInvalidJSON//networks/create [2022-04-07T18:02:46.059Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-04-07T18:02:46.059Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:02:46.059Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:02:46.059Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:02:46.059Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:02:46.059Z] === CONT TestNetworkInvalidJSON//networks/create [2022-04-07T18:02:46.059Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:02:46.059Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:02:46.059Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-04-07T18:02:46.059Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-04-07T18:02:46.059Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-04-07T18:02:46.059Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-04-07T18:02:46.059Z] === RUN TestNetworkList [2022-04-07T18:02:46.059Z] === RUN TestNetworkList//networks [2022-04-07T18:02:46.059Z] === PAUSE TestNetworkList//networks [2022-04-07T18:02:46.059Z] === RUN TestNetworkList//networks/ [2022-04-07T18:02:46.059Z] === PAUSE TestNetworkList//networks/ [2022-04-07T18:02:46.059Z] === CONT TestNetworkList//networks [2022-04-07T18:02:46.059Z] === CONT TestNetworkList//networks/ [2022-04-07T18:02:46.059Z] --- PASS: TestNetworkList (0.02s) [2022-04-07T18:02:46.059Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-07T18:02:46.059Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-07T18:02:46.059Z] === RUN TestHostIPv4BridgeLabel [2022-04-07T18:02:46.086Z] --- PASS: TestCopierSlow (0.22s) [2022-04-07T18:02:46.086Z] === RUN TestCopierWithSized [2022-04-07T18:02:46.086Z] === RUN TestCopierWithSized/as_is [2022-04-07T18:02:46.086Z] === RUN TestCopierWithSized/With_RingLogger [2022-04-07T18:02:46.086Z] --- PASS: TestCopierWithSized (0.02s) [2022-04-07T18:02:46.086Z] --- PASS: TestCopierWithSized/as_is (0.02s) [2022-04-07T18:02:46.086Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-04-07T18:02:46.086Z] === RUN TestCopierWithPartial [2022-04-07T18:02:46.086Z] --- PASS: TestCopierWithPartial (0.00s) [2022-04-07T18:02:46.086Z] === RUN TestRingLogger [2022-04-07T18:02:46.086Z] --- PASS: TestRingLogger (0.00s) [2022-04-07T18:02:46.086Z] === RUN TestRingCap [2022-04-07T18:02:46.086Z] --- PASS: TestRingCap (0.00s) [2022-04-07T18:02:46.086Z] === RUN TestRingClose [2022-04-07T18:02:46.086Z] --- PASS: TestRingClose (0.00s) [2022-04-07T18:02:46.086Z] === RUN TestRingDrain [2022-04-07T18:02:46.086Z] --- PASS: TestRingDrain (0.00s) [2022-04-07T18:02:46.086Z] PASS [2022-04-07T18:02:46.086Z] coverage: 43.2% of statements [2022-04-07T18:02:46.086Z] ok github.com/docker/docker/daemon/logger 0.295s coverage: 43.2% of statements [2022-04-07T18:02:46.086Z] === RUN TestSearchRegistryForImagesErrors [2022-04-07T18:02:46.086Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-04-07T18:02:46.086Z] === RUN TestSearchRegistryForImages [2022-04-07T18:02:46.086Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-04-07T18:02:46.086Z] === RUN TestOnlyPlatformWithFallback [2022-04-07T18:02:46.086Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-04-07T18:02:46.086Z] === RUN TestImageDelete [2022-04-07T18:02:46.086Z] === RUN TestImageDelete/no_lease [2022-04-07T18:02:46.086Z] === RUN TestImageDelete/lease_exists [2022-04-07T18:02:46.086Z] --- PASS: TestImageDelete (0.08s) [2022-04-07T18:02:46.086Z] --- PASS: TestImageDelete/no_lease (0.05s) [2022-04-07T18:02:46.086Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-04-07T18:02:46.086Z] === RUN TestContentStoreForPull [2022-04-07T18:02:46.549Z] --- PASS: TestContentStoreForPull (0.14s) [2022-04-07T18:02:46.549Z] PASS [2022-04-07T18:02:46.549Z] coverage: 6.6% of statements [2022-04-07T18:02:46.549Z] ok github.com/docker/docker/daemon/images 0.376s coverage: 6.6% of statements [2022-04-07T18:02:46.549Z] === RUN TestValidateLogOptReconnectInterval [2022-04-07T18:02:46.549Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-04-07T18:02:46.549Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-04-07T18:02:46.549Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-04-07T18:02:46.549Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-04-07T18:02:46.549Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-04-07T18:02:46.549Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-04-07T18:02:46.549Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-04-07T18:02:46.549Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-04-07T18:02:46.549Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-04-07T18:02:46.549Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-04-07T18:02:46.549Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-04-07T18:02:46.549Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-04-07T18:02:46.549Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-04-07T18:02:46.549Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-04-07T18:02:46.549Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-04-07T18:02:46.549Z] PASS [2022-04-07T18:02:46.549Z] coverage: 33.6% of statements [2022-04-07T18:02:46.549Z] ok github.com/docker/docker/daemon/logger/fluentd 0.048s coverage: 33.6% of statements [2022-04-07T18:02:46.549Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-07T18:02:46.549Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-07T18:02:46.549Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-04-07T18:02:46.549Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-07T18:02:46.549Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-04-07T18:02:46.549Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-04-07T18:02:46.630Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-04-07T18:02:46.630Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-07T18:02:46.891Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-07T18:02:47.012Z] === RUN TestJSONLogsMarshalJSONBuf [2022-04-07T18:02:47.012Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-04-07T18:02:47.012Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-04-07T18:02:47.012Z] === RUN TestJSONFileLogger [2022-04-07T18:02:47.012Z] --- PASS: TestJSONFileLogger (0.00s) [2022-04-07T18:02:47.012Z] === RUN TestJSONFileLoggerWithTags [2022-04-07T18:02:47.012Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-04-07T18:02:47.012Z] === RUN TestJSONFileLoggerWithOpts [2022-04-07T18:02:47.012Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-04-07T18:02:47.012Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-04-07T18:02:47.012Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-04-07T18:02:47.012Z] === RUN TestEncodeDecode [2022-04-07T18:02:47.012Z] === PAUSE TestEncodeDecode [2022-04-07T18:02:47.012Z] === RUN TestUnexpectedEOF [2022-04-07T18:02:47.012Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2022-04-07T18:02:47.012Z] === RUN TestFastTimeMarshalJSON [2022-04-07T18:02:47.012Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-04-07T18:02:47.012Z] PASS [2022-04-07T18:02:47.012Z] coverage: 87.2% of statements [2022-04-07T18:02:47.012Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.208s coverage: 87.2% of statements [2022-04-07T18:02:47.475Z] time="2022-04-07T18:02:47Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-07T18:02:47.475Z] time="2022-04-07T18:02:47Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-07T18:02:47.475Z] --- PASS: TestUnexpectedEOF (0.12s) [2022-04-07T18:02:47.475Z] === CONT TestEncodeDecode [2022-04-07T18:02:47.475Z] --- PASS: TestEncodeDecode (0.00s) [2022-04-07T18:02:47.475Z] PASS [2022-04-07T18:02:47.475Z] coverage: 69.9% of statements [2022-04-07T18:02:47.475Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.196s coverage: 69.9% of statements [2022-04-07T18:02:47.832Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-04-07T18:02:47.832Z] === RUN TestDaemonDefaultNetworkPools [2022-04-07T18:02:47.832Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-07T18:02:47.938Z] === RUN TestWriteLog [2022-04-07T18:02:47.938Z] === PAUSE TestWriteLog [2022-04-07T18:02:47.938Z] === RUN TestReadLog [2022-04-07T18:02:47.938Z] === PAUSE TestReadLog [2022-04-07T18:02:47.938Z] === RUN TestDecode [2022-04-07T18:02:47.938Z] --- PASS: TestDecode (0.02s) [2022-04-07T18:02:47.938Z] === CONT TestWriteLog [2022-04-07T18:02:47.938Z] --- PASS: TestWriteLog (0.00s) [2022-04-07T18:02:47.938Z] === CONT TestReadLog [2022-04-07T18:02:47.938Z] === RUN TestReadLog/tail_exact [2022-04-07T18:02:47.938Z] === RUN TestReadLog/tail_less_than_available [2022-04-07T18:02:47.938Z] === RUN TestReadLog/tail_more_than_available [2022-04-07T18:02:47.938Z] --- PASS: TestReadLog (0.17s) [2022-04-07T18:02:47.938Z] --- PASS: TestReadLog/tail_exact (0.13s) [2022-04-07T18:02:47.938Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-04-07T18:02:47.938Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-04-07T18:02:47.938Z] PASS [2022-04-07T18:02:47.938Z] coverage: 78.7% of statements [2022-04-07T18:02:48.402Z] ok github.com/docker/docker/daemon/logger/local 0.238s coverage: 78.7% of statements [2022-04-07T18:02:48.402Z] === RUN TestOpenFileDelete [2022-04-07T18:02:48.402Z] --- PASS: TestOpenFileDelete (0.00s) [2022-04-07T18:02:48.402Z] === RUN TestOpenFileRename [2022-04-07T18:02:48.402Z] --- PASS: TestOpenFileRename (0.00s) [2022-04-07T18:02:48.402Z] === RUN TestHandleDecoderErr [2022-04-07T18:02:48.402Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-04-07T18:02:48.402Z] === RUN TestParseLogTagDefaultTag [2022-04-07T18:02:48.402Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-04-07T18:02:48.402Z] === RUN TestParseLogTag [2022-04-07T18:02:48.402Z] --- PASS: TestParseLogTag (0.00s) [2022-04-07T18:02:48.402Z] === RUN TestParseLogTagEmptyTag [2022-04-07T18:02:48.402Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-04-07T18:02:48.402Z] === RUN TestTailFiles [2022-04-07T18:02:48.402Z] --- PASS: TestTailFiles (0.00s) [2022-04-07T18:02:48.402Z] === RUN TestFollowLogsConsumerGone [2022-04-07T18:02:48.402Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-04-07T18:02:48.402Z] === RUN TestFollowLogsProducerGone [2022-04-07T18:02:48.402Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-04-07T18:02:48.402Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-04-07T18:02:48.402Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-04-07T18:02:48.402Z] === RUN TestCheckCapacityAndRotate [2022-04-07T18:02:48.402Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-04-07T18:02:48.402Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-04-07T18:02:48.402Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-07T18:02:48.402Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-04-07T18:02:48.402Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2022-04-07T18:02:48.402Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-04-07T18:02:48.402Z] PASS [2022-04-07T18:02:48.402Z] coverage: 53.5% of statements [2022-04-07T18:02:48.402Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.098s coverage: 53.5% of statements [2022-04-07T18:02:48.404Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2022-04-07T18:02:48.404Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-07T18:02:48.865Z] === RUN TestLog [2022-04-07T18:02:48.865Z] --- PASS: TestLog (0.02s) [2022-04-07T18:02:48.865Z] PASS [2022-04-07T18:02:48.865Z] coverage: 31.5% of statements [2022-04-07T18:02:48.865Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.097s coverage: 31.5% of statements [2022-04-07T18:02:49.328Z] === RUN TestValidateLogOpt [2022-04-07T18:02:49.328Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestNewMissedConfig [2022-04-07T18:02:49.328Z] --- PASS: TestNewMissedConfig (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestNewMissedUrl [2022-04-07T18:02:49.328Z] --- PASS: TestNewMissedUrl (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestNewMissedToken [2022-04-07T18:02:49.328Z] --- PASS: TestNewMissedToken (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestNewWithProxy [2022-04-07T18:02:49.328Z] --- PASS: TestNewWithProxy (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestDefault [2022-04-07T18:02:49.328Z] --- PASS: TestDefault (0.01s) [2022-04-07T18:02:49.328Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-04-07T18:02:49.328Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestJsonFormat [2022-04-07T18:02:49.328Z] --- PASS: TestJsonFormat (0.01s) [2022-04-07T18:02:49.328Z] === RUN TestRawFormat [2022-04-07T18:02:49.328Z] --- PASS: TestRawFormat (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestRawFormatWithLabels [2022-04-07T18:02:49.328Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestRawFormatWithoutTag [2022-04-07T18:02:49.328Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestBatching [2022-04-07T18:02:49.328Z] === RUN TestNewParse [2022-04-07T18:02:49.328Z] --- PASS: TestNewParse (0.00s) [2022-04-07T18:02:49.328Z] PASS [2022-04-07T18:02:49.328Z] coverage: 8.3% of statements [2022-04-07T18:02:49.328Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2022-04-07T18:02:49.328Z] --- PASS: TestBatching (0.21s) [2022-04-07T18:02:49.328Z] === RUN TestFrequency [2022-04-07T18:02:49.328Z] === RUN TestParseLogFormat [2022-04-07T18:02:49.328Z] --- PASS: TestParseLogFormat (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestValidateLogOptEmpty [2022-04-07T18:02:49.328Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestValidateSyslogAddress [2022-04-07T18:02:49.328Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestParseAddressDefaultPort [2022-04-07T18:02:49.328Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestValidateSyslogFacility [2022-04-07T18:02:49.328Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestValidateLogOptSyslogFormat [2022-04-07T18:02:49.328Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-04-07T18:02:49.328Z] === RUN TestValidateLogOpt [2022-04-07T18:02:49.328Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-07T18:02:49.328Z] PASS [2022-04-07T18:02:49.328Z] coverage: 46.8% of statements [2022-04-07T18:02:49.789Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2022-04-07T18:02:49.789Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-07T18:02:49.791Z] ok github.com/docker/docker/daemon/logger/syslog 0.059s coverage: 46.8% of statements [2022-04-07T18:02:49.791Z] --- PASS: TestFrequency (0.18s) [2022-04-07T18:02:49.791Z] === RUN TestOneMessagePerRequest [2022-04-07T18:02:49.791Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-04-07T18:02:49.791Z] === RUN TestVerify [2022-04-07T18:02:49.791Z] --- PASS: TestVerify (0.00s) [2022-04-07T18:02:49.791Z] === RUN TestSkipVerify [2022-04-07T18:02:49.791Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:49.791Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:49.791Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:50.192Z] ? github.com/docker/docker/api [no test files] [2022-04-07T18:02:50.254Z] --- PASS: TestSkipVerify (0.54s) [2022-04-07T18:02:50.254Z] === RUN TestBufferMaximum [2022-04-07T18:02:50.254Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:50.254Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:50.254Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:50.254Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:50.254Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:50.254Z] time="2022-04-07T18:02:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354569.900791\",\"host\":\"d9a81f4726d4\"}'" [2022-04-07T18:02:50.254Z] time="2022-04-07T18:02:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354569.900791\",\"host\":\"d9a81f4726d4\"}'" [2022-04-07T18:02:50.255Z] --- PASS: TestBufferMaximum (0.01s) [2022-04-07T18:02:50.255Z] === RUN TestServerAlwaysDown [2022-04-07T18:02:50.255Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:50.255Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:50.255Z] time="2022-04-07T18:02:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354569.911209\",\"host\":\"d9a81f4726d4\"}'" [2022-04-07T18:02:50.255Z] time="2022-04-07T18:02:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354569.911209\",\"host\":\"d9a81f4726d4\"}'" [2022-04-07T18:02:50.255Z] time="2022-04-07T18:02:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:02:50.255Z] time="2022-04-07T18:02:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354569.911209\",\"host\":\"d9a81f4726d4\"}'" [2022-04-07T18:02:50.255Z] time="2022-04-07T18:02:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354569.912210\",\"host\":\"d9a81f4726d4\"}'" [2022-04-07T18:02:50.255Z] time="2022-04-07T18:02:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354569.912210\",\"host\":\"d9a81f4726d4\"}'" [2022-04-07T18:02:50.255Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-04-07T18:02:50.255Z] === RUN TestCannotSendAfterClose [2022-04-07T18:02:50.255Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-04-07T18:02:50.255Z] === RUN TestDeadlockOnBlockedEndpoint [2022-04-07T18:02:50.718Z] === RUN TestV1IDService [2022-04-07T18:02:50.718Z] --- PASS: TestV1IDService (0.03s) [2022-04-07T18:02:50.718Z] === RUN TestV2MetadataService [2022-04-07T18:02:50.733Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-07T18:02:50.733Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2022-04-07T18:02:50.733Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-07T18:02:50.994Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-07T18:02:51.175Z] --- PASS: TestV2MetadataService (0.47s) [2022-04-07T18:02:51.175Z] PASS [2022-04-07T18:02:51.175Z] coverage: 48.2% of statements [2022-04-07T18:02:51.175Z] ok github.com/docker/docker/distribution/metadata 0.572s coverage: 48.2% of statements [2022-04-07T18:02:51.175Z] time="2022-04-07T18:02:50Z" 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-04-07T18:02:51.175Z] time="2022-04-07T18:02:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"d9a81f4726d4\"}'" [2022-04-07T18:02:51.175Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-04-07T18:02:51.175Z] PASS [2022-04-07T18:02:51.175Z] coverage: 82.5% of statements [2022-04-07T18:02:51.175Z] ok github.com/docker/docker/daemon/logger/splunk 2.029s coverage: 82.5% of statements [2022-04-07T18:02:51.175Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-07T18:02:51.175Z] ? github.com/docker/docker/daemon/network [no test files] [2022-04-07T18:02:51.175Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-07T18:02:51.175Z] === RUN TestSuccessfulDownload [2022-04-07T18:02:51.175Z] download_test.go:267: Needs fixing on Windows [2022-04-07T18:02:51.175Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-04-07T18:02:51.175Z] === RUN TestCancelledDownload [2022-04-07T18:02:51.175Z] --- PASS: TestCancelledDownload (0.00s) [2022-04-07T18:02:51.175Z] === RUN TestMaxDownloadAttempts [2022-04-07T18:02:51.175Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-07T18:02:51.175Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-07T18:02:51.175Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-07T18:02:51.175Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-07T18:02:51.175Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-07T18:02:51.175Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-07T18:02:51.175Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-07T18:02:51.175Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-07T18:02:51.175Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-07T18:02:51.175Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-07T18:02:51.175Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-07T18:02:51.175Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-07T18:02:51.566Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-07T18:02:51.566Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-04-07T18:02:51.566Z] === RUN TestServiceWithPredefinedNetwork [2022-04-07T18:02:51.629Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-04-07T18:02:51.629Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-04-07T18:02:51.629Z] === RUN TestContinueOnError_MirrorEndpoint [2022-04-07T18:02:51.629Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-04-07T18:02:51.629Z] === RUN TestContinueOnError_NeverContinue [2022-04-07T18:02:51.629Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-04-07T18:02:51.629Z] === RUN TestManifestStore [2022-04-07T18:02:51.629Z] === RUN TestManifestStore/no_remote_or_local [2022-04-07T18:02:51.887Z] --- PASS: TestServiceUpdateConfigs (14.28s) [2022-04-07T18:02:51.887Z] === RUN TestServiceUpdateNetwork [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:02:52.083Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-04-07T18:02:52.083Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.53s) [2022-04-07T18:02:52.083Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.53s) [2022-04-07T18:02:52.083Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.53s) [2022-04-07T18:02:52.083Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.53s) [2022-04-07T18:02:52.083Z] === RUN TestTransfer [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3141784230\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/no_local_cache [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/with_local_cache [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/unknown_media_type [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=warning msg="reference for unknown type: " [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=warning msg="reference for unknown type: " [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=warning msg="reference for unknown type: " [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=warning msg="reference for unknown type: " [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=warning msg="reference for unknown type: " [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/error_persisting_manifest [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-04-07T18:02:52.083Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-04-07T18:02:52.083Z] --- PASS: TestTransfer (0.13s) [2022-04-07T18:02:52.083Z] === RUN TestConcurrencyLimit [2022-04-07T18:02:52.083Z] time="2022-04-07T18:02:51Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore (0.32s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/no_remote_or_local (0.24s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-04-07T18:02:52.083Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaType [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-04-07T18:02:52.083Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-04-07T18:02:52.083Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-04-07T18:02:52.083Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-04-07T18:02:52.083Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-04-07T18:02:52.083Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-04-07T18:02:52.083Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-04-07T18:02:52.083Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-04-07T18:02:52.083Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-04-07T18:02:52.084Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-04-07T18:02:52.084Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-04-07T18:02:52.084Z] === RUN TestFixManifestLayers [2022-04-07T18:02:52.084Z] --- PASS: TestFixManifestLayers (0.00s) [2022-04-07T18:02:52.084Z] === RUN TestFixManifestLayersBaseLayerParent [2022-04-07T18:02:52.084Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-07T18:02:52.084Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-07T18:02:52.084Z] === RUN TestFixManifestLayersBadParent [2022-04-07T18:02:52.084Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-04-07T18:02:52.084Z] === RUN TestValidateManifest [2022-04-07T18:02:52.084Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-07T18:02:52.084Z] --- SKIP: TestValidateManifest (0.00s) [2022-04-07T18:02:52.084Z] === RUN TestFormatPlatform [2022-04-07T18:02:52.084Z] --- PASS: TestFormatPlatform (0.00s) [2022-04-07T18:02:52.084Z] === RUN TestPullSchema2Config [2022-04-07T18:02:52.084Z] === RUN TestPullSchema2Config/success_first_time [2022-04-07T18:02:52.084Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:02:52.084Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:02:52.084Z] === RUN TestPullSchema2Config/500_status [2022-04-07T18:02:52.084Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:02:52.084Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:02:52.542Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:02:52.542Z] === RUN TestPullSchema2Config/EOF [2022-04-07T18:02:52.542Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:02:52.542Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:02:52.542Z] 2022/04/07 18:02:52 http: panic serving 127.0.0.1:49217: intentional panic [2022-04-07T18:02:52.542Z] goroutine 21 [running]: [2022-04-07T18:02:52.542Z] net/http.(*conn).serve.func1() [2022-04-07T18:02:52.542Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-07T18:02:52.542Z] panic({0x749000, 0x92b8f0}) [2022-04-07T18:02:52.542Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-07T18:02:52.542Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00056a680?, {0x9330d8?, 0xc00057e000?}) [2022-04-07T18:02:52.542Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-04-07T18:02:52.542Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x9330d8, 0xc00057e000}, 0xc00038c000) [2022-04-07T18:02:52.542Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-04-07T18:02:52.542Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x9330d8?, 0xc00057e000?}, 0xd4e6a0?) [2022-04-07T18:02:52.542Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-07T18:02:52.542Z] net/http.serverHandler.ServeHTTP({0xc0005200c0?}, {0x9330d8, 0xc00057e000}, 0xc00038c000) [2022-04-07T18:02:52.542Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-07T18:02:52.542Z] net/http.(*conn).serve(0xc0001e80a0, {0x933950, 0xc0003ca0c0}) [2022-04-07T18:02:52.542Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-07T18:02:52.542Z] created by net/http.(*Server).Serve [2022-04-07T18:02:52.542Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-07T18:02:52.542Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-04-07T18:02:52.542Z] === RUN TestInactiveJobs [2022-04-07T18:02:52.542Z] === RUN TestNotFound [2022-04-07T18:02:52.542Z] --- PASS: TestNotFound (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestConflict [2022-04-07T18:02:52.542Z] --- PASS: TestConflict (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestForbidden [2022-04-07T18:02:52.542Z] --- PASS: TestForbidden (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestInvalidParameter [2022-04-07T18:02:52.542Z] --- PASS: TestInvalidParameter (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestNotImplemented [2022-04-07T18:02:52.542Z] --- PASS: TestNotImplemented (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestNotModified [2022-04-07T18:02:52.542Z] --- PASS: TestNotModified (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestUnauthorized [2022-04-07T18:02:52.542Z] --- PASS: TestUnauthorized (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestUnknown [2022-04-07T18:02:52.542Z] --- PASS: TestUnknown (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestCancelled [2022-04-07T18:02:52.542Z] --- PASS: TestCancelled (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestDeadline [2022-04-07T18:02:52.542Z] --- PASS: TestDeadline (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestDataLoss [2022-04-07T18:02:52.542Z] --- PASS: TestDataLoss (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestUnavailable [2022-04-07T18:02:52.542Z] --- PASS: TestUnavailable (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestSystem [2022-04-07T18:02:52.542Z] --- PASS: TestSystem (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Not_Found [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Bad_Request [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Conflict [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Unauthorized [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Service_Unavailable [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Forbidden [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Not_Modified [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Not_Implemented [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-04-07T18:02:52.542Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-04-07T18:02:52.542Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-04-07T18:02:52.542Z] PASS [2022-04-07T18:02:52.542Z] coverage: 77.0% of statements [2022-04-07T18:02:52.542Z] ok github.com/docker/docker/errdefs 0.035s coverage: 77.0% of statements [2022-04-07T18:02:52.542Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:02:52.542Z] === RUN TestPullSchema2Config/unauthorized [2022-04-07T18:02:52.542Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:02:52.542Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:02:52.542Z] --- PASS: TestPullSchema2Config (0.54s) [2022-04-07T18:02:52.542Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-04-07T18:02:52.542Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-04-07T18:02:52.542Z] --- PASS: TestPullSchema2Config/EOF (0.27s) [2022-04-07T18:02:52.542Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestGetRepositoryMountCandidates [2022-04-07T18:02:52.542Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestLayerAlreadyExists [2022-04-07T18:02:52.542Z] 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-04-07T18:02:52.542Z] 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-04-07T18:02:52.542Z] 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-04-07T18:02:52.542Z] 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-04-07T18:02:52.542Z] 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-04-07T18:02:52.542Z] 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-04-07T18:02:52.542Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-04-07T18:02:52.542Z] === RUN TestWhenEmptyAuthConfig [2022-04-07T18:02:52.996Z] --- PASS: TestInactiveJobs (0.38s) [2022-04-07T18:02:52.996Z] === RUN TestWatchRelease [2022-04-07T18:02:52.996Z] === RUN TestFSGetInvalidData [2022-04-07T18:02:52.996Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestFSInvalidSet [2022-04-07T18:02:52.996Z] --- PASS: TestFSInvalidSet (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestFSInvalidRoot [2022-04-07T18:02:52.996Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestFSMetadataGetSet [2022-04-07T18:02:52.996Z] --- PASS: TestWatchRelease (0.04s) [2022-04-07T18:02:52.996Z] === RUN TestWatchFinishedTransfer [2022-04-07T18:02:52.996Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestDuplicateTransfer [2022-04-07T18:02:52.996Z] --- PASS: TestFSMetadataGetSet (0.02s) [2022-04-07T18:02:52.996Z] === RUN TestFSInvalidWalker [2022-04-07T18:02:52.996Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestFSGetSet [2022-04-07T18:02:52.996Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-04-07T18:02:52.996Z] === RUN TestSuccessfulUpload [2022-04-07T18:02:52.996Z] --- PASS: TestFSGetSet (0.02s) [2022-04-07T18:02:52.996Z] === RUN TestFSGetUnsetKey [2022-04-07T18:02:52.996Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestFSGetEmptyData [2022-04-07T18:02:52.996Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestFSDelete [2022-04-07T18:02:52.996Z] --- PASS: TestFSDelete (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestFSWalker [2022-04-07T18:02:52.996Z] --- PASS: TestFSWalker (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestFSWalkerStopOnError [2022-04-07T18:02:52.996Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestNewFromJSON [2022-04-07T18:02:52.996Z] --- PASS: TestNewFromJSON (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestNewFromJSONWithInvalidJSON [2022-04-07T18:02:52.996Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestMarshalKeyOrder [2022-04-07T18:02:52.996Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestHistoryEqual [2022-04-07T18:02:52.996Z] --- PASS: TestHistoryEqual (0.16s) [2022-04-07T18:02:52.996Z] === RUN TestImage [2022-04-07T18:02:52.996Z] --- PASS: TestImage (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestImageOSNotEmpty [2022-04-07T18:02:52.996Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestNewChildImageFromImageWithRootFS [2022-04-07T18:02:52.996Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestCreate [2022-04-07T18:02:52.996Z] --- PASS: TestCreate (0.00s) [2022-04-07T18:02:52.996Z] === RUN TestRestore [2022-04-07T18:02:52.996Z] time="2022-04-07T18:02:52Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-04-07T18:02:52.996Z] --- PASS: TestRestore (0.02s) [2022-04-07T18:02:52.996Z] === RUN TestAddDelete [2022-04-07T18:02:52.996Z] --- PASS: TestAddDelete (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestSearchAfterDelete [2022-04-07T18:02:52.996Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestParentReset [2022-04-07T18:02:52.996Z] --- PASS: TestParentReset (0.02s) [2022-04-07T18:02:52.996Z] === RUN TestGetAndSetLastUpdated [2022-04-07T18:02:52.996Z] time="2022-04-07T18:02:52Z" level=error msg="Upload failed, retrying: simulating retry" [2022-04-07T18:02:52.996Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-04-07T18:02:52.996Z] === RUN TestStoreLen [2022-04-07T18:02:52.996Z] --- PASS: TestStoreLen (0.03s) [2022-04-07T18:02:52.996Z] PASS [2022-04-07T18:02:52.996Z] coverage: 86.9% of statements [2022-04-07T18:02:52.996Z] ok github.com/docker/docker/image 0.440s coverage: 86.9% of statements [2022-04-07T18:02:53.451Z] --- PASS: TestSuccessfulUpload (0.40s) [2022-04-07T18:02:53.451Z] === RUN TestCancelledUpload [2022-04-07T18:02:53.451Z] --- PASS: TestCancelledUpload (0.00s) [2022-04-07T18:02:53.451Z] PASS [2022-04-07T18:02:53.451Z] coverage: 77.3% of statements [2022-04-07T18:02:53.451Z] ok github.com/docker/docker/distribution/xfer 1.954s coverage: 77.3% of statements [2022-04-07T18:02:53.451Z] === RUN TestCompare [2022-04-07T18:02:53.451Z] --- PASS: TestCompare (0.00s) [2022-04-07T18:02:53.451Z] PASS [2022-04-07T18:02:53.451Z] coverage: 19.2% of statements [2022-04-07T18:02:53.451Z] ok github.com/docker/docker/image/cache 0.054s coverage: 19.2% of statements [2022-04-07T18:02:53.906Z] --- PASS: TestWhenEmptyAuthConfig (1.14s) [2022-04-07T18:02:53.906Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-04-07T18:02:53.906Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-04-07T18:02:53.906Z] === RUN TestTokenPassThru [2022-04-07T18:02:53.906Z] --- PASS: TestTokenPassThru (0.00s) [2022-04-07T18:02:53.906Z] === RUN TestTokenPassThruDifferentHost [2022-04-07T18:02:53.906Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-04-07T18:02:53.906Z] PASS [2022-04-07T18:02:53.906Z] coverage: 26.6% of statements [2022-04-07T18:02:53.906Z] ok github.com/docker/docker/distribution 2.121s coverage: 26.6% of statements [2022-04-07T18:02:53.906Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-07T18:02:53.906Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-07T18:02:54.111Z] --- PASS: TestServiceWithPredefinedNetwork (2.74s) [2022-04-07T18:02:54.111Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-07T18:02:54.111Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:02:54.111Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:02:54.111Z] === RUN TestServiceWithDataPathPortInit [2022-04-07T18:02:54.361Z] === RUN TestMakeV1ConfigFromConfig [2022-04-07T18:02:54.361Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-04-07T18:02:54.361Z] PASS [2022-04-07T18:02:54.361Z] coverage: 25.0% of statements [2022-04-07T18:02:54.361Z] ok github.com/docker/docker/image/v1 0.132s coverage: 25.0% of statements [2022-04-07T18:02:54.361Z] === RUN TestValidateManifest [2022-04-07T18:02:54.361Z] === RUN TestValidateManifest/nil [2022-04-07T18:02:54.361Z] === RUN TestValidateManifest/non-nil [2022-04-07T18:02:54.361Z] --- PASS: TestValidateManifest (0.00s) [2022-04-07T18:02:54.361Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-04-07T18:02:54.361Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-04-07T18:02:54.361Z] PASS [2022-04-07T18:02:54.361Z] coverage: 0.7% of statements [2022-04-07T18:02:54.361Z] ok github.com/docker/docker/image/tarexport 0.077s coverage: 0.7% of statements [2022-04-07T18:02:54.361Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-07T18:02:55.320Z] === RUN TestSerialization [2022-04-07T18:02:55.320Z] --- PASS: TestSerialization (0.02s) [2022-04-07T18:02:55.320Z] PASS [2022-04-07T18:02:55.320Z] coverage: 100.0% of statements [2022-04-07T18:02:55.320Z] ok github.com/docker/docker/libcontainerd/queue 0.054s coverage: 100.0% of statements [2022-04-07T18:02:55.621Z] === RUN TestMiddlewares [2022-04-07T18:02:55.621Z] --- PASS: TestMiddlewares (0.00s) [2022-04-07T18:02:55.621Z] PASS [2022-04-07T18:02:55.621Z] coverage: 7.9% of statements [2022-04-07T18:02:55.621Z] ok github.com/docker/docker/api/server 0.046s coverage: 7.9% of statements [2022-04-07T18:02:55.775Z] === RUN TestEnvironmentParsing [2022-04-07T18:02:55.775Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-04-07T18:02:55.775Z] PASS [2022-04-07T18:02:55.775Z] coverage: 1.2% of statements [2022-04-07T18:02:55.775Z] ok github.com/docker/docker/libcontainerd/local 0.068s coverage: 1.2% of statements [2022-04-07T18:02:55.775Z] === RUN TestEmptyLayer [2022-04-07T18:02:55.775Z] --- PASS: TestEmptyLayer (0.00s) [2022-04-07T18:02:55.775Z] === RUN TestCommitFailure [2022-04-07T18:02:55.775Z] --- PASS: TestCommitFailure (0.02s) [2022-04-07T18:02:55.775Z] === RUN TestStartTransactionFailure [2022-04-07T18:02:55.775Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-04-07T18:02:55.775Z] === RUN TestGetOrphan [2022-04-07T18:02:55.775Z] --- PASS: TestGetOrphan (0.02s) [2022-04-07T18:02:55.775Z] === RUN TestMountAndRegister [2022-04-07T18:02:55.775Z] layer_test.go:258: Layer size: 14 [2022-04-07T18:02:55.775Z] --- PASS: TestMountAndRegister (0.06s) [2022-04-07T18:02:55.775Z] === RUN TestLayerRelease [2022-04-07T18:02:55.775Z] layer_test.go:291: Failing on Windows [2022-04-07T18:02:55.775Z] --- SKIP: TestLayerRelease (0.00s) [2022-04-07T18:02:56.229Z] === RUN TestStoreRestore [2022-04-07T18:02:56.230Z] layer_test.go:340: Failing on Windows [2022-04-07T18:02:56.230Z] --- SKIP: TestStoreRestore (0.00s) [2022-04-07T18:02:56.230Z] === RUN TestTarStreamStability [2022-04-07T18:02:56.230Z] layer_test.go:455: Failing on Windows [2022-04-07T18:02:56.230Z] --- SKIP: TestTarStreamStability (0.00s) [2022-04-07T18:02:56.230Z] === RUN TestRegisterExistingLayer [2022-04-07T18:02:56.230Z] --- PASS: TestRegisterExistingLayer (0.13s) [2022-04-07T18:02:56.230Z] === RUN TestTarStreamVerification [2022-04-07T18:02:56.230Z] layer_test.go:684: Failing on Windows [2022-04-07T18:02:56.230Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-04-07T18:02:56.230Z] === RUN TestLayerMigration [2022-04-07T18:02:56.230Z] migration_test.go:45: Failing on Windows [2022-04-07T18:02:56.230Z] --- SKIP: TestLayerMigration (0.00s) [2022-04-07T18:02:56.230Z] === RUN TestLayerMigrationNoTarsplit [2022-04-07T18:02:56.230Z] migration_test.go:181: Failing on Windows [2022-04-07T18:02:56.230Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-04-07T18:02:56.230Z] === RUN TestMountInit [2022-04-07T18:02:56.230Z] mount_test.go:17: Failing on Windows [2022-04-07T18:02:56.230Z] --- SKIP: TestMountInit (0.00s) [2022-04-07T18:02:56.230Z] === RUN TestMountSize [2022-04-07T18:02:56.230Z] mount_test.go:76: Failing on Windows [2022-04-07T18:02:56.230Z] --- SKIP: TestMountSize (0.00s) [2022-04-07T18:02:56.230Z] === RUN TestMountChanges [2022-04-07T18:02:56.230Z] mount_test.go:125: Failing on Windows [2022-04-07T18:02:56.230Z] --- SKIP: TestMountChanges (0.00s) [2022-04-07T18:02:56.230Z] === RUN TestMountApply [2022-04-07T18:02:56.230Z] mount_test.go:212: Failing on Windows [2022-04-07T18:02:56.230Z] --- SKIP: TestMountApply (0.00s) [2022-04-07T18:02:56.230Z] PASS [2022-04-07T18:02:56.230Z] coverage: 30.6% of statements [2022-04-07T18:02:56.230Z] ok github.com/docker/docker/layer 0.313s coverage: 30.6% of statements [2022-04-07T18:02:56.230Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-07T18:02:56.230Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-07T18:02:56.230Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-07T18:02:56.230Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-07T18:02:56.686Z] === RUN TestSequenceGetAvailableBit [2022-04-07T18:02:56.686Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestSequenceEqual [2022-04-07T18:02:56.686Z] --- PASS: TestSequenceEqual (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestSequenceCopy [2022-04-07T18:02:56.686Z] --- PASS: TestSequenceCopy (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestGetFirstAvailable [2022-04-07T18:02:56.686Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestFindSequence [2022-04-07T18:02:56.686Z] --- PASS: TestFindSequence (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestCheckIfAvailable [2022-04-07T18:02:56.686Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestMergeSequences [2022-04-07T18:02:56.686Z] --- PASS: TestMergeSequences (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestPushReservation [2022-04-07T18:02:56.686Z] --- PASS: TestPushReservation (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestSerializeDeserialize [2022-04-07T18:02:56.686Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestSet [2022-04-07T18:02:56.686Z] --- PASS: TestSet (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestSetUnset [2022-04-07T18:02:56.686Z] --- PASS: TestSetUnset (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestOffsetSetUnset [2022-04-07T18:02:56.686Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestSetInRange [2022-04-07T18:02:56.686Z] --- PASS: TestSetInRange (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestSetAnyInRange [2022-04-07T18:02:56.686Z] --- PASS: TestSetAnyInRange (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestMethods [2022-04-07T18:02:56.686Z] --- PASS: TestMethods (0.00s) [2022-04-07T18:02:56.686Z] === RUN TestRandomAllocateDeallocate [2022-04-07T18:02:58.211Z] === RUN TestInvalidConfig [2022-04-07T18:02:58.211Z] --- PASS: TestInvalidConfig (0.00s) [2022-04-07T18:02:58.211Z] === RUN TestConfig [2022-04-07T18:02:58.211Z] --- PASS: TestConfig (0.00s) [2022-04-07T18:02:58.211Z] === RUN TestOptionsLabels [2022-04-07T18:02:58.211Z] --- PASS: TestOptionsLabels (0.00s) [2022-04-07T18:02:58.211Z] === RUN TestValidName [2022-04-07T18:02:58.211Z] --- PASS: TestValidName (0.00s) [2022-04-07T18:02:58.211Z] PASS [2022-04-07T18:02:58.211Z] coverage: 19.7% of statements [2022-04-07T18:02:58.211Z] ok github.com/docker/docker/libnetwork/config 0.060s coverage: 19.7% of statements [2022-04-07T18:02:58.211Z] === RUN TestKey [2022-04-07T18:02:58.211Z] --- PASS: TestKey (0.00s) [2022-04-07T18:02:58.211Z] === RUN TestParseKey [2022-04-07T18:02:58.211Z] --- PASS: TestParseKey (0.00s) [2022-04-07T18:02:58.211Z] === RUN TestInvalidDataStore [2022-04-07T18:02:58.211Z] --- PASS: TestInvalidDataStore (0.00s) [2022-04-07T18:02:58.211Z] === RUN TestKVObjectFlatKey [2022-04-07T18:02:58.211Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-04-07T18:02:58.666Z] === RUN TestAtomicKVObjectFlatKey [2022-04-07T18:02:58.666Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-04-07T18:02:58.666Z] PASS [2022-04-07T18:02:58.666Z] coverage: 21.9% of statements [2022-04-07T18:02:58.666Z] ok github.com/docker/docker/libnetwork/datastore 0.046s coverage: 21.9% of statements [2022-04-07T18:02:59.120Z] === RUN TestIPDataMarshalling [2022-04-07T18:02:59.120Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-04-07T18:02:59.120Z] === RUN TestValidateAndIsV6 [2022-04-07T18:02:59.120Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-04-07T18:02:59.120Z] PASS [2022-04-07T18:02:59.120Z] coverage: 68.9% of statements [2022-04-07T18:02:59.120Z] ok github.com/docker/docker/libnetwork/driverapi 0.037s coverage: 68.9% of statements [2022-04-07T18:02:59.400Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-07T18:02:59.575Z] === RUN TestErrorInterfaces [2022-04-07T18:02:59.575Z] --- PASS: TestErrorInterfaces (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestNetworkMarshalling [2022-04-07T18:02:59.575Z] --- PASS: TestNetworkMarshalling (0.13s) [2022-04-07T18:02:59.575Z] === RUN TestEndpointMarshalling [2022-04-07T18:02:59.575Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestAuxAddresses [2022-04-07T18:02:59.575Z] time="2022-04-07T18:02:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-07T18:02:59.575Z] --- PASS: TestAuxAddresses (0.01s) [2022-04-07T18:02:59.575Z] === RUN TestSRVServiceQuery [2022-04-07T18:02:59.575Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestServiceVIPReuse [2022-04-07T18:02:59.575Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-04-07T18:02:59.575Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestDNSIPQuery [2022-04-07T18:02:59.575Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestDNSProxyServFail [2022-04-07T18:02:59.575Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestSandboxAddEmpty [2022-04-07T18:02:59.575Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestSandboxAddMultiPrio [2022-04-07T18:02:59.575Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestSandboxAddSamePrio [2022-04-07T18:02:59.575Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestCleanupServiceDiscovery [2022-04-07T18:02:59.575Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestDNSOptions [2022-04-07T18:02:59.575Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:02:59.575Z] --- SKIP: TestDNSOptions (0.00s) [2022-04-07T18:02:59.575Z] === RUN TestMultipleControllersWithSameStore [2022-04-07T18:02:59.575Z] time="2022-04-07T18:02:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-07T18:02:59.575Z] time="2022-04-07T18:02:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-07T18:02:59.575Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-04-07T18:02:59.575Z] PASS [2022-04-07T18:02:59.575Z] coverage: 8.5% of statements [2022-04-07T18:02:59.575Z] ok github.com/docker/docker/libnetwork 0.250s coverage: 8.5% of statements [2022-04-07T18:02:59.575Z] === RUN TestDriver [2022-04-07T18:02:59.575Z] --- PASS: TestDriver (0.00s) [2022-04-07T18:02:59.575Z] PASS [2022-04-07T18:02:59.575Z] coverage: 34.8% of statements [2022-04-07T18:03:00.029Z] ok github.com/docker/docker/libnetwork/drivers/host 0.038s coverage: 34.8% of statements [2022-04-07T18:03:00.029Z] === RUN TestDriver [2022-04-07T18:03:00.029Z] --- PASS: TestDriver (0.00s) [2022-04-07T18:03:00.029Z] PASS [2022-04-07T18:03:00.029Z] coverage: 34.8% of statements [2022-04-07T18:03:00.029Z] ok github.com/docker/docker/libnetwork/drivers/null 0.034s coverage: 34.8% of statements [2022-04-07T18:03:00.029Z] --- PASS: TestRandomAllocateDeallocate (3.57s) [2022-04-07T18:03:00.029Z] === RUN TestAllocateRandomDeallocate [2022-04-07T18:03:00.989Z] === RUN TestNetworkAllocateFree [2022-04-07T18:03:00.989Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-04-07T18:03:00.989Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-04-07T18:03:00.989Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-04-07T18:03:00.989Z] PASS [2022-04-07T18:03:00.989Z] coverage: 63.6% of statements [2022-04-07T18:03:00.989Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.095s coverage: 63.6% of statements [2022-04-07T18:03:00.989Z] === RUN TestGetEmptyCapabilities [2022-04-07T18:03:00.989Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-04-07T18:03:00.989Z] === RUN TestGetExtraCapabilities [2022-04-07T18:03:00.989Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-04-07T18:03:00.989Z] === RUN TestGetInvalidCapabilities [2022-04-07T18:03:00.989Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-04-07T18:03:00.989Z] === RUN TestRemoteDriver [2022-04-07T18:03:00.989Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-07T18:03:00.989Z] === RUN TestDriverError [2022-04-07T18:03:00.989Z] --- PASS: TestDriverError (0.00s) [2022-04-07T18:03:00.989Z] === RUN TestMissingValues [2022-04-07T18:03:00.989Z] --- PASS: TestMissingValues (0.00s) [2022-04-07T18:03:00.989Z] === RUN TestRollback [2022-04-07T18:03:00.989Z] --- PASS: TestRollback (0.00s) [2022-04-07T18:03:00.989Z] PASS [2022-04-07T18:03:00.989Z] coverage: 57.4% of statements [2022-04-07T18:03:00.989Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.075s coverage: 57.4% of statements [2022-04-07T18:03:00.989Z] --- PASS: TestAllocateRandomDeallocate (0.84s) [2022-04-07T18:03:00.989Z] === RUN TestAllocateRandomDeallocateSerialize [2022-04-07T18:03:01.315Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-07T18:03:01.444Z] === RUN TestNAT [2022-04-07T18:03:01.444Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-07T18:03:01.444Z] --- SKIP: TestNAT (0.00s) [2022-04-07T18:03:01.444Z] === RUN TestTransparent [2022-04-07T18:03:01.444Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-07T18:03:01.444Z] --- SKIP: TestTransparent (0.00s) [2022-04-07T18:03:01.444Z] PASS [2022-04-07T18:03:01.444Z] coverage: 0.0% of statements [2022-04-07T18:03:01.444Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.072s coverage: 0.0% of statements [2022-04-07T18:03:01.898Z] === RUN TestBuildDefault [2022-04-07T18:03:01.898Z] --- PASS: TestBuildDefault (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestBuildHostnameDomainname [2022-04-07T18:03:01.898Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestBuildHostname [2022-04-07T18:03:01.898Z] --- PASS: TestBuildHostname (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestBuildHostnameFQDN [2022-04-07T18:03:01.898Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestBuildNoIP [2022-04-07T18:03:01.898Z] --- PASS: TestBuildNoIP (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestUpdate [2022-04-07T18:03:01.898Z] --- PASS: TestUpdate (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-04-07T18:03:01.898Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-04-07T18:03:01.898Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestAddEmpty [2022-04-07T18:03:01.898Z] --- PASS: TestAddEmpty (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestAdd [2022-04-07T18:03:01.898Z] --- PASS: TestAdd (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestDeleteEmpty [2022-04-07T18:03:01.898Z] --- PASS: TestDeleteEmpty (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestDeleteNewline [2022-04-07T18:03:01.898Z] --- PASS: TestDeleteNewline (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestDelete [2022-04-07T18:03:01.898Z] --- PASS: TestDelete (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestConcurrentWrites [2022-04-07T18:03:01.898Z] === RUN TestNew [2022-04-07T18:03:01.898Z] --- PASS: TestNew (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestAddDriver [2022-04-07T18:03:01.898Z] --- PASS: TestAddDriver (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestAddDuplicateDriver [2022-04-07T18:03:01.898Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestIPAMDefaultAddressSpaces [2022-04-07T18:03:01.898Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestDriver [2022-04-07T18:03:01.898Z] --- PASS: TestDriver (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestIPAM [2022-04-07T18:03:01.898Z] --- PASS: TestIPAM (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestWalkIPAMs [2022-04-07T18:03:01.898Z] --- PASS: TestWalkIPAMs (0.00s) [2022-04-07T18:03:01.898Z] === RUN TestWalkDrivers [2022-04-07T18:03:01.898Z] --- PASS: TestWalkDrivers (0.00s) [2022-04-07T18:03:01.898Z] PASS [2022-04-07T18:03:01.898Z] coverage: 82.4% of statements [2022-04-07T18:03:01.898Z] ok github.com/docker/docker/libnetwork/drvregistry 0.059s coverage: 82.4% of statements [2022-04-07T18:03:01.898Z] --- PASS: TestConcurrentWrites (0.14s) [2022-04-07T18:03:01.898Z] PASS [2022-04-07T18:03:01.898Z] coverage: 81.2% of statements [2022-04-07T18:03:01.898Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.81s) [2022-04-07T18:03:01.898Z] === RUN TestRetrieveFromStore [2022-04-07T18:03:01.898Z] ok github.com/docker/docker/libnetwork/etchosts 0.190s coverage: 81.2% of statements [2022-04-07T18:03:02.256Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-07T18:03:02.354Z] --- PASS: TestRetrieveFromStore (0.27s) [2022-04-07T18:03:02.354Z] === RUN TestIsCorrupted [2022-04-07T18:03:02.354Z] --- PASS: TestIsCorrupted (0.01s) [2022-04-07T18:03:02.354Z] === RUN TestSetRollover [2022-04-07T18:03:02.354Z] === RUN TestNew [2022-04-07T18:03:02.354Z] --- PASS: TestNew (0.00s) [2022-04-07T18:03:02.354Z] === RUN TestAllocate [2022-04-07T18:03:02.354Z] --- PASS: TestAllocate (0.00s) [2022-04-07T18:03:02.354Z] === RUN TestUninitialized [2022-04-07T18:03:02.354Z] --- PASS: TestUninitialized (0.00s) [2022-04-07T18:03:02.354Z] === RUN TestAllocateInRange [2022-04-07T18:03:02.354Z] --- PASS: TestAllocateInRange (0.00s) [2022-04-07T18:03:02.354Z] === RUN TestAllocateSerial [2022-04-07T18:03:02.354Z] --- PASS: TestAllocateSerial (0.00s) [2022-04-07T18:03:02.354Z] PASS [2022-04-07T18:03:02.354Z] coverage: 87.5% of statements [2022-04-07T18:03:02.354Z] ok github.com/docker/docker/libnetwork/idm 0.032s coverage: 87.5% of statements [2022-04-07T18:03:02.354Z] === RUN TestCaller [2022-04-07T18:03:02.354Z] --- PASS: TestCaller (0.00s) [2022-04-07T18:03:02.354Z] PASS [2022-04-07T18:03:02.354Z] coverage: 100.0% of statements [2022-04-07T18:03:02.354Z] ok github.com/docker/docker/libnetwork/internal/caller 0.035s coverage: 100.0% of statements [2022-04-07T18:03:02.808Z] === RUN TestSetSerialInsertDelete [2022-04-07T18:03:02.808Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-04-07T18:03:02.808Z] === RUN TestSetParallelInsertDelete [2022-04-07T18:03:02.905Z] --- PASS: TestInfoAPIWarnings (16.34s) [2022-04-07T18:03:02.905Z] === RUN TestInfoDebug [2022-04-07T18:03:02.905Z] --- PASS: TestInfoDebug (0.54s) [2022-04-07T18:03:02.905Z] === RUN TestInfoInsecureRegistries [2022-04-07T18:03:02.905Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-04-07T18:03:02.905Z] === RUN TestInfoRegistryMirrors [2022-04-07T18:03:02.905Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-04-07T18:03:02.905Z] === RUN TestLoginFailsWithBadCredentials [2022-04-07T18:03:02.905Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-04-07T18:03:02.905Z] === RUN TestPingCacheHeaders [2022-04-07T18:03:02.905Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-04-07T18:03:02.905Z] === RUN TestPingGet [2022-04-07T18:03:02.905Z] --- PASS: TestPingGet (0.01s) [2022-04-07T18:03:02.905Z] === RUN TestPingHead [2022-04-07T18:03:02.905Z] --- PASS: TestPingHead (0.03s) [2022-04-07T18:03:02.905Z] === RUN TestPingSwarmHeader [2022-04-07T18:03:03.263Z] --- PASS: TestSetRollover (1.13s) [2022-04-07T18:03:03.263Z] === RUN TestSetRolloverSerial [2022-04-07T18:03:03.467Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-07T18:03:03.717Z] === RUN TestInt2IP2IntConversion [2022-04-07T18:03:03.717Z] === RUN TestPoolRequest [2022-04-07T18:03:03.717Z] --- PASS: TestPoolRequest (0.00s) [2022-04-07T18:03:03.717Z] === RUN TestOtherRequests [2022-04-07T18:03:03.717Z] --- PASS: TestOtherRequests (0.00s) [2022-04-07T18:03:03.717Z] PASS [2022-04-07T18:03:03.717Z] coverage: 57.1% of statements [2022-04-07T18:03:03.717Z] ok github.com/docker/docker/libnetwork/ipams/null 0.033s coverage: 57.1% of statements [2022-04-07T18:03:03.722Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-07T18:03:04.113Z] --- PASS: TestServiceUpdateNetwork (12.25s) [2022-04-07T18:03:04.113Z] === RUN TestServiceUpdatePidsLimit [2022-04-07T18:03:04.113Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-04-07T18:03:04.170Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-07T18:03:04.170Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-04-07T18:03:04.170Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-07T18:03:04.172Z] --- PASS: TestInt2IP2IntConversion (0.40s) [2022-04-07T18:03:04.172Z] === RUN TestGetAddressVersion [2022-04-07T18:03:04.172Z] --- PASS: TestGetAddressVersion (0.00s) [2022-04-07T18:03:04.172Z] === RUN TestKeyString [2022-04-07T18:03:04.172Z] --- PASS: TestKeyString (0.00s) [2022-04-07T18:03:04.172Z] === RUN TestPoolDataMarshal [2022-04-07T18:03:04.172Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-04-07T18:03:04.172Z] === RUN TestSubnetsMarshal [2022-04-07T18:03:04.172Z] --- PASS: TestSubnetsMarshal (0.03s) [2022-04-07T18:03:04.172Z] === RUN TestAddSubnets [2022-04-07T18:03:04.172Z] --- PASS: TestAddSubnets (0.03s) [2022-04-07T18:03:04.172Z] === RUN TestDoublePoolRelease [2022-04-07T18:03:04.172Z] --- PASS: TestDoublePoolRelease (0.01s) [2022-04-07T18:03:04.172Z] === RUN TestAddReleasePoolID [2022-04-07T18:03:04.172Z] --- PASS: TestAddReleasePoolID (0.04s) [2022-04-07T18:03:04.172Z] === RUN TestPredefinedPool [2022-04-07T18:03:04.172Z] --- PASS: TestSetRolloverSerial (0.93s) [2022-04-07T18:03:04.172Z] === RUN TestGetFirstAvailableFromCurrent [2022-04-07T18:03:04.172Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-04-07T18:03:04.172Z] PASS [2022-04-07T18:03:04.172Z] coverage: 84.4% of statements [2022-04-07T18:03:04.172Z] ok github.com/docker/docker/libnetwork/bitseq 7.594s coverage: 84.4% of statements [2022-04-07T18:03:04.172Z] --- PASS: TestPredefinedPool (0.02s) [2022-04-07T18:03:04.172Z] === RUN TestRemoveSubnet [2022-04-07T18:03:04.172Z] --- PASS: TestRemoveSubnet (0.13s) [2022-04-07T18:03:04.172Z] === RUN TestGetSameAddress [2022-04-07T18:03:04.172Z] --- PASS: TestGetSameAddress (0.01s) [2022-04-07T18:03:04.172Z] === RUN TestPoolAllocationReuse [2022-04-07T18:03:04.626Z] === RUN TestGetCapabilities [2022-04-07T18:03:04.626Z] --- PASS: TestGetCapabilities (0.01s) [2022-04-07T18:03:04.626Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-04-07T18:03:04.626Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-04-07T18:03:04.626Z] === RUN TestGetDefaultAddressSpaces [2022-04-07T18:03:04.626Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-04-07T18:03:04.626Z] === RUN TestRemoteDriver [2022-04-07T18:03:04.626Z] --- PASS: TestRemoteDriver (0.00s) [2022-04-07T18:03:04.626Z] PASS [2022-04-07T18:03:04.626Z] coverage: 47.4% of statements [2022-04-07T18:03:04.626Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.056s coverage: 47.4% of statements [2022-04-07T18:03:04.650Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-07T18:03:04.650Z] --- PASS: TestPingSwarmHeader (1.76s) [2022-04-07T18:03:04.650Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-07T18:03:04.650Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-07T18:03:04.650Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-07T18:03:04.650Z] === RUN TestVersion [2022-04-07T18:03:04.650Z] --- PASS: TestVersion (0.04s) [2022-04-07T18:03:04.650Z] === CONT TestDiskUsage [2022-04-07T18:03:04.685Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/container_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/image_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/volume_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-07T18:03:05.213Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-07T18:03:05.469Z] === RUN TestDiskUsage/after_container.Run [2022-04-07T18:03:05.586Z] --- PASS: TestPoolAllocationReuse (1.00s) [2022-04-07T18:03:05.586Z] === RUN TestGetAddressSubPoolEqualPool [2022-04-07T18:03:05.586Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-04-07T18:03:05.586Z] === RUN TestRequestReleaseAddressFromSubPool [2022-04-07T18:03:05.586Z] === RUN TestWindowsIPAM [2022-04-07T18:03:05.586Z] --- PASS: TestWindowsIPAM (0.00s) [2022-04-07T18:03:05.586Z] PASS [2022-04-07T18:03:05.586Z] coverage: 71.4% of statements [2022-04-07T18:03:05.586Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.036s coverage: 71.4% of statements [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-07T18:03:05.725Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage (1.21s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_container.Run (0.35s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.02s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-04-07T18:03:05.982Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:05.983Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-04-07T18:03:05.983Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-04-07T18:03:05.983Z] PASS [2022-04-07T18:03:05.983Z] [2022-04-07T18:03:05.983Z] === Skipped [2022-04-07T18:03:05.983Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:03:05.983Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-07T18:03:05.983Z] [2022-04-07T18:03:05.983Z] DONE 54 tests, 1 skipped in 21.942s [2022-04-07T18:03:05.983Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-07T18:03:05.983Z] INFO: Testing against a local daemon [2022-04-07T18:03:05.983Z] === RUN TestVolumesCreateAndList [2022-04-07T18:03:05.983Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-07T18:03:05.983Z] === RUN TestVolumesRemove [2022-04-07T18:03:06.041Z] === RUN TestDefaultNetwork [2022-04-07T18:03:06.238Z] --- PASS: TestVolumesRemove (0.05s) [2022-04-07T18:03:06.238Z] === RUN TestVolumesInspect [2022-04-07T18:03:06.238Z] --- PASS: TestVolumesInspect (0.01s) [2022-04-07T18:03:06.238Z] === RUN TestVolumesInvalidJSON [2022-04-07T18:03:06.238Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-04-07T18:03:06.238Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-04-07T18:03:06.238Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-04-07T18:03:06.238Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-07T18:03:06.238Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-04-07T18:03:06.238Z] PASS [2022-04-07T18:03:06.238Z] [2022-04-07T18:03:06.238Z] DONE 5 tests in 0.180s [2022-04-07T18:03:06.238Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-07T18:03:06.238Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14229 is not a child of this shell [2022-04-07T18:03:06.238Z] warning: PID 14229 from bundles/test-integration/docker.pid had a nonzero exit code [2022-04-07T18:03:06.238Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-07T18:03:06.238Z] [2022-04-07T18:03:06.238Z] Unloading profiles will leave already running processes permanently [2022-04-07T18:03:06.238Z] unconfined, which can lead to unexpected situations. [2022-04-07T18:03:06.238Z] [2022-04-07T18:03:06.238Z] To set a process to complain mode, use the command line tool [2022-04-07T18:03:06.238Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-07T18:03:06.238Z] Removing test suite binaries [2022-04-07T18:03:06.238Z] exiting test-integration [2022-04-07T18:03:06.238Z] ++ exit 0 [2022-04-07T18:03:06.238Z] [2022-04-07T18:03:06.495Z] --- PASS: TestDefaultNetwork (0.22s) [2022-04-07T18:03:06.495Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-04-07T18:03:06.495Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.22s) [2022-04-07T18:03:06.495Z] === RUN TestInitAddressPools [2022-04-07T18:03:06.495Z] --- PASS: TestInitAddressPools (0.00s) [2022-04-07T18:03:06.495Z] PASS [2022-04-07T18:03:06.495Z] coverage: 74.0% of statements [2022-04-07T18:03:06.495Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.32s) [2022-04-07T18:03:06.495Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-04-07T18:03:06.495Z] ok github.com/docker/docker/libnetwork/ipamutils 0.506s coverage: 74.0% of statements [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-07T18:03:06.952Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] Post stage [Pipeline] junit [2022-04-07T18:03:07.177Z] Recording test results [2022-04-07T18:03:07.407Z] === RUN TestKeyValue [2022-04-07T18:03:07.407Z] --- PASS: TestKeyValue (0.00s) [2022-04-07T18:03:07.407Z] PASS [2022-04-07T18:03:07.407Z] coverage: 60.0% of statements [2022-04-07T18:03:07.407Z] ok github.com/docker/docker/libnetwork/netlabel 0.035s coverage: 60.0% of statements [2022-04-07T18:03:07.472Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-07T18:03:07.830Z] === RUN TestMiddlewares [2022-04-07T18:03:07.830Z] --- PASS: TestMiddlewares (0.00s) [2022-04-07T18:03:07.830Z] PASS [2022-04-07T18:03:07.830Z] coverage: 7.9% of statements [2022-04-07T18:03:07.830Z] ok github.com/docker/docker/api/server 0.042s coverage: 7.9% of statements [2022-04-07T18:03:07.861Z] === RUN TestGenerate [2022-04-07T18:03:07.861Z] --- PASS: TestGenerate (0.00s) [2022-04-07T18:03:07.861Z] === RUN TestGeneratePtr [2022-04-07T18:03:07.861Z] --- PASS: TestGeneratePtr (0.00s) [2022-04-07T18:03:07.861Z] === RUN TestGenerateMissingField [2022-04-07T18:03:07.861Z] --- PASS: TestGenerateMissingField (0.00s) [2022-04-07T18:03:07.861Z] === RUN TestFieldCannotBeSet [2022-04-07T18:03:07.861Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-04-07T18:03:07.861Z] === RUN TestTypeMismatchError [2022-04-07T18:03:07.861Z] --- PASS: TestTypeMismatchError (0.00s) [2022-04-07T18:03:07.861Z] PASS [2022-04-07T18:03:07.861Z] coverage: 100.0% of statements [2022-04-07T18:03:07.861Z] ok github.com/docker/docker/libnetwork/options 0.038s coverage: 100.0% of statements [2022-04-07T18:03:08.044Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-07T18:03:08.818Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.83s) [2022-04-07T18:03:08.818Z] === RUN TestGetAddress [2022-04-07T18:03:08.819Z] testing: warning: no tests to run [2022-04-07T18:03:08.819Z] PASS [2022-04-07T18:03:08.819Z] coverage: 0.0% of statements [2022-04-07T18:03:08.819Z] ok github.com/docker/docker/libnetwork/osl 0.036s coverage: 0.0% of statements [no tests to run] [2022-04-07T18:03:08.819Z] === RUN TestNetworkDBSimple [2022-04-07T18:03:09.018Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-07T18:03:09.405Z] + echo Ensuring container killed. [2022-04-07T18:03:09.405Z] Ensuring container killed. [2022-04-07T18:03:09.405Z] + docker rm -vf docker-pr7 [2022-04-07T18:03:09.405Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-04-07T18:03:09.431Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-07T18:03:09.681Z] + echo Chowning /workspace to jenkins user [2022-04-07T18:03:09.681Z] Chowning /workspace to jenkins user [2022-04-07T18:03:09.681Z] + id -u [2022-04-07T18:03:09.681Z] + id -g [2022-04-07T18:03:09.681Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43448:/workspace busybox chown -R 1000:1000 /workspace [2022-04-07T18:03:09.681Z] Unable to find image 'busybox:latest' locally [2022-04-07T18:03:09.691Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-07T18:03:09.777Z] === RUN TestRequestNewPort [2022-04-07T18:03:09.777Z] --- PASS: TestRequestNewPort (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestRequestSpecificPort [2022-04-07T18:03:09.777Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestReleasePort [2022-04-07T18:03:09.777Z] --- PASS: TestReleasePort (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestReuseReleasedPort [2022-04-07T18:03:09.777Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestReleaseUnreadledPort [2022-04-07T18:03:09.777Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestUnknowProtocol [2022-04-07T18:03:09.777Z] --- PASS: TestUnknowProtocol (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestAllocateAllPorts [2022-04-07T18:03:09.777Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestPortAllocation [2022-04-07T18:03:09.777Z] --- PASS: TestPortAllocation (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestPortAllocationWithCustomRange [2022-04-07T18:03:09.777Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestNoDuplicateBPR [2022-04-07T18:03:09.777Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-04-07T18:03:09.777Z] === RUN TestChangePortRange [2022-04-07T18:03:09.777Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-04-07T18:03:09.777Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-04-07T18:03:09.777Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-04-07T18:03:09.777Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-04-07T18:03:09.777Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-04-07T18:03:09.777Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-04-07T18:03:09.777Z] --- PASS: TestChangePortRange (0.00s) [2022-04-07T18:03:09.777Z] PASS [2022-04-07T18:03:09.777Z] coverage: 88.6% of statements [2022-04-07T18:03:09.777Z] ok github.com/docker/docker/libnetwork/portallocator 0.034s coverage: 88.6% of statements [2022-04-07T18:03:09.777Z] 2022/04/07 18:03:09 Closing DB instances... [2022-04-07T18:03:09.939Z] latest: Pulling from library/busybox [2022-04-07T18:03:09.939Z] 554879bb3004: Pulling fs layer [2022-04-07T18:03:09.939Z] 554879bb3004: Verifying Checksum [2022-04-07T18:03:09.939Z] 554879bb3004: Download complete [2022-04-07T18:03:09.939Z] 554879bb3004: Pull complete [2022-04-07T18:03:09.939Z] Digest: sha256:caa382c432891547782ce7140fb3b7304613d3b0438834dce1cad68896ab110a [2022-04-07T18:03:10.196Z] Status: Downloaded newer image for busybox:latest [2022-04-07T18:03:10.231Z] testing: warning: no tests to run [2022-04-07T18:03:10.231Z] PASS [2022-04-07T18:03:10.231Z] coverage: 0.0% of statements [2022-04-07T18:03:10.231Z] ok github.com/docker/docker/libnetwork/portmapper 0.032s coverage: 0.0% of statements [no tests to run] [2022-04-07T18:03:10.283Z] --- PASS: TestServiceWithDataPathPortInit (16.01s) [2022-04-07T18:03:10.283Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-07T18:03:11.191Z] --- PASS: TestNetworkDBSimple (2.04s) [2022-04-07T18:03:11.191Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-04-07T18:03:11.191Z] === RUN TestHashData [2022-04-07T18:03:11.191Z] --- PASS: TestHashData (0.00s) [2022-04-07T18:03:11.191Z] PASS [2022-04-07T18:03:11.191Z] coverage: 2.8% of statements [2022-04-07T18:03:11.191Z] ok github.com/docker/docker/libnetwork/resolvconf 0.034s coverage: 2.8% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-07T18:03:11.645Z] === RUN TestErrorConstructors [2022-04-07T18:03:11.645Z] --- PASS: TestErrorConstructors (0.00s) [2022-04-07T18:03:11.645Z] === RUN TestCompareIPMask [2022-04-07T18:03:11.645Z] --- PASS: TestCompareIPMask (0.00s) [2022-04-07T18:03:11.645Z] === RUN TestUtilGetHostPartIP [2022-04-07T18:03:11.645Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-04-07T18:03:11.645Z] === RUN TestUtilGetBroadcastIP [2022-04-07T18:03:11.645Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-04-07T18:03:11.645Z] === RUN TestParseCIDR [2022-04-07T18:03:11.645Z] --- PASS: TestParseCIDR (0.00s) [2022-04-07T18:03:11.645Z] PASS [2022-04-07T18:03:11.645Z] coverage: 37.3% of statements [2022-04-07T18:03:11.645Z] ok github.com/docker/docker/libnetwork/types 0.035s coverage: 37.3% of statements [2022-04-07T18:03:11.667Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-07T18:03:11.862Z] + bundleName=amd64-rootless [2022-04-07T18:03:11.862Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-04-07T18:03:11.862Z] Creating amd64-rootless-bundles.tar.gz [2022-04-07T18:03:11.862Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-04-07T18:03:11.862Z] + 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-04-07T18:03:11.873Z] Archiving artifacts [2022-04-07T18:03:11.928Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-07T18:03:12.100Z] 2022/04/07 18:03:11 Closing DB instances... [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-04-07T18:03:12.555Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-04-07T18:03:12.555Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-04-07T18:03:12.555Z] PASS [2022-04-07T18:03:12.555Z] coverage: 55.0% of statements [2022-04-07T18:03:12.555Z] ok github.com/docker/docker/oci 0.042s coverage: 55.0% of statements [2022-04-07T18:03:12.816Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-04-07T18:03:12.871Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-07T18:03:13.012Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-04-07T18:03:13.012Z] PASS [2022-04-07T18:03:13.012Z] coverage: 100.0% of statements [2022-04-07T18:03:13.012Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.045s coverage: 100.0% of statements [2022-04-07T18:03:13.466Z] === RUN TestParseVersion [2022-04-07T18:03:13.466Z] --- PASS: TestParseVersion (0.00s) [2022-04-07T18:03:13.466Z] PASS [2022-04-07T18:03:13.466Z] coverage: 52.9% of statements [2022-04-07T18:03:13.466Z] ok github.com/docker/docker/pkg/aaparser 0.030s coverage: 52.9% of statements [2022-04-07T18:03:13.779Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43448/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-07T18:03:13.813Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-07T18:03:13.813Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:b3iemyvl384m9pf4sqdyh7arq Created:2022-04-07 18:03:11.750379922 +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[aca15ea20297e34e76668f73557305c8b274806f9d341da7dc76c6a667670cb7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.swq0f09yawbqvb0js3lii01jx EndpointID:f6f3bb820219c335ec8c525115281bc677f3c16340a81501b0e594931707d304 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c637810368dbff3ea06ac938c5c2b1d543a83c0408a1d999d79ddd1044f6ddb6 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:dbc3f7bf2c0f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.swq0f09yawbqvb0js3lii01jx EndpointID:f6f3bb820219c335ec8c525115281bc677f3c16340a81501b0e594931707d304 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-04-07T18:03:13.921Z] === RUN TestAddressPoolOpt [2022-04-07T18:03:13.921Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/a [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/something [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/_=a [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/env1=value1 [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/_env1=value1 [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/env2=value2=value3 [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/env3=abc!qwe [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/env_4=value_4 [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/PATH [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/=a [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/PATH= [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/PATH=something [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/asd!qwe [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/1asd [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/123 [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/some_space [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/__some_space_before [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/some_space_after__ [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/= [2022-04-07T18:03:13.921Z] === RUN TestValidateEnv/PaTh [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/a (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/something (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/= (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestParseHost [2022-04-07T18:03:13.921Z] --- PASS: TestParseHost (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestParseDockerDaemonHost [2022-04-07T18:03:13.921Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestParseTCP [2022-04-07T18:03:13.921Z] --- PASS: TestParseTCP (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestParseInvalidUnixAddrInvalid [2022-04-07T18:03:13.921Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestValidateExtraHosts [2022-04-07T18:03:13.921Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestIpOptString [2022-04-07T18:03:13.921Z] --- PASS: TestIpOptString (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestNewIpOptInvalidDefaultVal [2022-04-07T18:03:13.921Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestNewIpOptValidDefaultVal [2022-04-07T18:03:13.921Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestIpOptSetInvalidVal [2022-04-07T18:03:13.921Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestValidateIPAddress [2022-04-07T18:03:13.921Z] --- PASS: TestValidateIPAddress (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestMapOpts [2022-04-07T18:03:13.921Z] --- PASS: TestMapOpts (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestListOptsWithoutValidator [2022-04-07T18:03:13.921Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestListOptsWithValidator [2022-04-07T18:03:13.921Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestValidateDNSSearch [2022-04-07T18:03:13.921Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_general_format [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_one_more [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-04-07T18:03:13.921Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-04-07T18:03:13.921Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestNamedListOpts [2022-04-07T18:03:13.921Z] --- PASS: TestNamedListOpts (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestNamedMapOpts [2022-04-07T18:03:13.921Z] --- PASS: TestNamedMapOpts (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestParseLink [2022-04-07T18:03:13.921Z] --- PASS: TestParseLink (0.00s) [2022-04-07T18:03:13.921Z] === RUN TestUlimitOpt [2022-04-07T18:03:13.921Z] --- PASS: TestUlimitOpt (0.00s) [2022-04-07T18:03:13.921Z] PASS [2022-04-07T18:03:13.921Z] coverage: 66.3% of statements [2022-04-07T18:03:13.921Z] ok github.com/docker/docker/opts 0.061s coverage: 66.3% of statements [2022-04-07T18:03:13.921Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-04-07T18:03:13.921Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-04-07T18:03:14.087Z] + make clean [2022-04-07T18:03:14.343Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-07T18:03:14.343Z] docker-dev-cache [2022-04-07T18:03:14.343Z] docker-mod-cache [Pipeline] deleteDir [2022-04-07T18:03:14.757Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-07T18:03:14.880Z] 2022/04/07 18:03:14 Closing DB instances... [2022-04-07T18:03:15.017Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-07T18:03:15.017Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-07T18:03:15.278Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-07T18:03:15.335Z] === RUN TestPeerCertificateMarshalJSON [2022-04-07T18:03:15.335Z] === RUN TestIsArchivePathDir [2022-04-07T18:03:15.539Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-07T18:03:15.790Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-04-07T18:03:15.790Z] === RUN TestIsArchivePathInvalidFile [2022-04-07T18:03:15.790Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2022-04-07T18:03:15.790Z] === RUN TestIsArchivePathTar [2022-04-07T18:03:15.790Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-04-07T18:03:15.790Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-04-07T18:03:15.790Z] --- PASS: TestPeerCertificateMarshalJSON (0.45s) [2022-04-07T18:03:15.790Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-04-07T18:03:15.790Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-04-07T18:03:15.790Z] === RUN TestMiddleware [2022-04-07T18:03:15.790Z] --- PASS: TestMiddleware (0.00s) [2022-04-07T18:03:15.790Z] === RUN TestNewResponseModifier [2022-04-07T18:03:15.790Z] --- PASS: TestNewResponseModifier (0.00s) [2022-04-07T18:03:15.790Z] PASS [2022-04-07T18:03:15.790Z] coverage: 26.8% of statements [2022-04-07T18:03:15.790Z] ok github.com/docker/docker/pkg/authorization 0.491s coverage: 26.8% of statements [2022-04-07T18:03:15.790Z] --- PASS: TestIsArchivePathTar (0.12s) [2022-04-07T18:03:15.790Z] === RUN TestDecompressStreamGzip [2022-04-07T18:03:15.790Z] --- PASS: TestDecompressStreamGzip (0.09s) [2022-04-07T18:03:15.790Z] === RUN TestDecompressStreamBzip2 [2022-04-07T18:03:15.800Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-07T18:03:16.244Z] --- PASS: TestDecompressStreamBzip2 (0.21s) [2022-04-07T18:03:16.244Z] === RUN TestDecompressStreamXz [2022-04-07T18:03:16.244Z] archive_test.go:133: Xz not present in msys2 [2022-04-07T18:03:16.244Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestDecompressStreamZstd [2022-04-07T18:03:16.244Z] archive_test.go:140: zstd not installed [2022-04-07T18:03:16.244Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-04-07T18:03:16.244Z] === RUN TestCompressStreamXzUnsupported [2022-04-07T18:03:16.244Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestCompressStreamBzip2Unsupported [2022-04-07T18:03:16.244Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestCompressStreamInvalid [2022-04-07T18:03:16.244Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestExtensionInvalid [2022-04-07T18:03:16.244Z] --- PASS: TestExtensionInvalid (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestExtensionUncompressed [2022-04-07T18:03:16.244Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestExtensionBzip2 [2022-04-07T18:03:16.244Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestExtensionGzip [2022-04-07T18:03:16.244Z] --- PASS: TestExtensionGzip (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestExtensionXz [2022-04-07T18:03:16.244Z] --- PASS: TestExtensionXz (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestExtensionZstd [2022-04-07T18:03:16.244Z] --- PASS: TestExtensionZstd (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestCmdStreamLargeStderr [2022-04-07T18:03:16.244Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2022-04-07T18:03:16.244Z] === RUN TestCmdStreamBad [2022-04-07T18:03:16.244Z] archive_test.go:252: Failing on Windows CI machines [2022-04-07T18:03:16.244Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestCmdStreamGood [2022-04-07T18:03:16.244Z] --- PASS: TestCmdStreamGood (0.04s) [2022-04-07T18:03:16.244Z] === RUN TestUntarPathWithInvalidDest [2022-04-07T18:03:16.244Z] === RUN TestUnbuffered [2022-04-07T18:03:16.244Z] --- PASS: TestUnbuffered (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestRaceUnbuffered [2022-04-07T18:03:16.244Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-04-07T18:03:16.244Z] PASS [2022-04-07T18:03:16.244Z] coverage: 100.0% of statements [2022-04-07T18:03:16.244Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2022-04-07T18:03:16.244Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2022-04-07T18:03:16.244Z] === RUN TestUntarPathWithInvalidSrc [2022-04-07T18:03:16.244Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestUntarPath [2022-04-07T18:03:16.244Z] --- PASS: TestUntarPath (0.06s) [2022-04-07T18:03:16.244Z] === RUN TestUntarPathWithDestinationFile [2022-04-07T18:03:16.244Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2022-04-07T18:03:16.244Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-04-07T18:03:16.244Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2022-04-07T18:03:16.244Z] === RUN TestCopyWithTarInvalidSrc [2022-04-07T18:03:16.244Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-04-07T18:03:16.244Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-04-07T18:03:16.244Z] === RUN TestCopyWithTarSrcFile [2022-04-07T18:03:16.244Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-04-07T18:03:16.244Z] === RUN TestCopyWithTarSrcFolder [2022-04-07T18:03:16.244Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-04-07T18:03:16.244Z] === RUN TestCopyFileWithTarInvalidSrc [2022-04-07T18:03:16.244Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-04-07T18:03:16.245Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-04-07T18:03:16.245Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-04-07T18:03:16.245Z] === RUN TestCopyFileWithTarSrcFolder [2022-04-07T18:03:16.245Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-04-07T18:03:16.245Z] === RUN TestCopyFileWithTarSrcFile [2022-04-07T18:03:16.245Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-04-07T18:03:16.245Z] === RUN TestTarFiles [2022-04-07T18:03:16.699Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-04-07T18:03:16.699Z] === RUN TestNetworkDBCRUDTableEntry [2022-04-07T18:03:16.699Z] === RUN TestMatch [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[]] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[foo]] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[bar]_[foo]] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[foo_bar]] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[qux]_[foo]] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[]#01 [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[qux]] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[foo_bar_qux]] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[qux]_[baz]] [2022-04-07T18:03:16.699Z] === RUN TestMatch/[[foo_baz]] [2022-04-07T18:03:16.699Z] --- PASS: TestMatch (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[]] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-04-07T18:03:16.699Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-04-07T18:03:16.699Z] PASS [2022-04-07T18:03:16.699Z] coverage: 87.5% of statements [2022-04-07T18:03:16.699Z] ok github.com/docker/docker/pkg/capabilities 0.031s coverage: 87.5% of statements [2022-04-07T18:03:17.185Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-07T18:03:17.660Z] === RUN TestChrootTarUntar [2022-04-07T18:03:17.660Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:17.660Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-04-07T18:03:17.660Z] === RUN TestChrootUntarWithHugeExcludesList [2022-04-07T18:03:17.660Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:17.660Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-07T18:03:17.660Z] === RUN TestChrootUntarEmptyArchive [2022-04-07T18:03:17.660Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-04-07T18:03:17.660Z] === RUN TestChrootTarUntarWithSymlink [2022-04-07T18:03:17.660Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:03:17.660Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-04-07T18:03:17.660Z] === RUN TestChrootCopyWithTar [2022-04-07T18:03:17.660Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:03:17.660Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-04-07T18:03:17.660Z] === RUN TestChrootCopyFileWithTar [2022-04-07T18:03:17.660Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:17.660Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-04-07T18:03:17.660Z] === RUN TestChrootUntarPath [2022-04-07T18:03:17.660Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:03:17.660Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-04-07T18:03:17.660Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-04-07T18:03:17.660Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:17.660Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:03:17.660Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-04-07T18:03:17.660Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:17.660Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:03:17.660Z] === RUN TestChrootApplyDotDotFile [2022-04-07T18:03:17.660Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:17.660Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-04-07T18:03:17.660Z] PASS [2022-04-07T18:03:17.660Z] coverage: 12.0% of statements [2022-04-07T18:03:17.660Z] ok github.com/docker/docker/pkg/chrootarchive 0.073s coverage: 12.0% of statements [2022-04-07T18:03:17.755Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-07T18:03:18.326Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.05s) [2022-04-07T18:03:18.326Z] PASS [2022-04-07T18:03:18.326Z] [2022-04-07T18:03:18.326Z] === Skipped [2022-04-07T18:03:18.326Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:03:18.326Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:03:18.326Z] [2022-04-07T18:03:18.326Z] DONE 26 tests, 1 skipped in 50.360s [2022-04-07T18:03:18.326Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-07T18:03:18.326Z] ++ 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-04-07T18:03:18.326Z] ++ set -e [2022-04-07T18:03:18.326Z] ++ '[' -n 0 ']' [2022-04-07T18:03:18.326Z] ++ set -x [2022-04-07T18:03:18.326Z] ++ 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-04-07T18:03:18.326Z] INFO: Testing against a local daemon [2022-04-07T18:03:18.326Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-07T18:03:18.326Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T18:03:18.326Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-07T18:03:18.326Z] === RUN TestDockerNetworkIpvlan [2022-04-07T18:03:18.326Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T18:03:18.326Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-07T18:03:18.326Z] PASS [2022-04-07T18:03:18.326Z] [2022-04-07T18:03:18.326Z] === Skipped [2022-04-07T18:03:18.326Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-07T18:03:18.326Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T18:03:18.326Z] [2022-04-07T18:03:18.326Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-07T18:03:18.326Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-07T18:03:18.326Z] [2022-04-07T18:03:18.326Z] DONE 2 tests, 2 skipped in 0.116s [2022-04-07T18:03:18.326Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-07T18:03:18.326Z] ++ 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-04-07T18:03:18.326Z] ++ set -e [2022-04-07T18:03:18.326Z] ++ '[' -n 0 ']' [2022-04-07T18:03:18.326Z] ++ set -x [2022-04-07T18:03:18.326Z] ++ 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-04-07T18:03:18.587Z] INFO: Testing against a local daemon [2022-04-07T18:03:18.587Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-07T18:03:18.620Z] === RUN TestEnsureRemoveAllNotExist [2022-04-07T18:03:18.620Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-04-07T18:03:18.620Z] === RUN TestEnsureRemoveAllWithDir [2022-04-07T18:03:18.620Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-04-07T18:03:18.620Z] === RUN TestEnsureRemoveAllWithFile [2022-04-07T18:03:18.620Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-04-07T18:03:18.620Z] PASS [2022-04-07T18:03:18.620Z] coverage: 0.0% of statements [2022-04-07T18:03:18.620Z] ok github.com/docker/docker/pkg/containerfs 0.038s coverage: 0.0% of statements [2022-04-07T18:03:19.080Z] 2022/04/07 18:03:18 Closing DB instances... [2022-04-07T18:03:19.080Z] === RUN TestSizeEmpty [2022-04-07T18:03:19.080Z] --- PASS: TestSizeEmpty (0.00s) [2022-04-07T18:03:19.080Z] === RUN TestSizeEmptyFile [2022-04-07T18:03:19.080Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-04-07T18:03:19.080Z] === RUN TestSizeNonemptyFile [2022-04-07T18:03:19.080Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-04-07T18:03:19.080Z] === RUN TestSizeNestedDirectoryEmpty [2022-04-07T18:03:19.080Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-04-07T18:03:19.080Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-04-07T18:03:19.080Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-04-07T18:03:19.080Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-04-07T18:03:19.080Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-04-07T18:03:19.080Z] === RUN TestMoveToSubdir [2022-04-07T18:03:19.080Z] --- PASS: TestMoveToSubdir (0.00s) [2022-04-07T18:03:19.080Z] === RUN TestSizeNonExistingDirectory [2022-04-07T18:03:19.080Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-04-07T18:03:19.080Z] PASS [2022-04-07T18:03:19.080Z] coverage: 80.0% of statements [2022-04-07T18:03:19.080Z] ok github.com/docker/docker/pkg/directory 0.043s coverage: 80.0% of statements [2022-04-07T18:03:19.406Z] --- PASS: TestServiceUpdatePidsLimit (16.13s) [2022-04-07T18:03:19.406Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-04-07T18:03:19.406Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-04-07T18:03:19.406Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-04-07T18:03:19.406Z] PASS [2022-04-07T18:03:19.406Z] [2022-04-07T18:03:19.406Z] === Skipped [2022-04-07T18:03:19.406Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-07T18:03:19.406Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-07T18:03:19.406Z] [2022-04-07T18:03:19.406Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-04-07T18:03:19.406Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-07T18:03:19.406Z] [2022-04-07T18:03:19.406Z] DONE 27 tests, 2 skipped in 150.566s [2022-04-07T18:03:19.406Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-04-07T18:03:19.406Z] ++ 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-04-07T18:03:19.406Z] ++ set -e [2022-04-07T18:03:19.406Z] ++ '[' -n 0 ']' [2022-04-07T18:03:19.406Z] ++ set -x [2022-04-07T18:03:19.406Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-04-07T18:03:19.406Z] INFO: Testing against a local daemon [2022-04-07T18:03:19.406Z] === RUN TestSessionCreate [2022-04-07T18:03:19.406Z] --- PASS: TestSessionCreate (0.02s) [2022-04-07T18:03:19.406Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-07T18:03:19.406Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-04-07T18:03:19.407Z] PASS [2022-04-07T18:03:19.407Z] [2022-04-07T18:03:19.407Z] DONE 2 tests in 0.117s [2022-04-07T18:03:19.407Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-04-07T18:03:19.407Z] ++ 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-04-07T18:03:19.407Z] ++ set -e [2022-04-07T18:03:19.407Z] ++ '[' -n 0 ']' [2022-04-07T18:03:19.407Z] ++ set -x [2022-04-07T18:03:19.407Z] ++ 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-04-07T18:03:19.407Z] INFO: Testing against a local daemon [2022-04-07T18:03:19.407Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-07T18:03:19.407Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-07T18:03:19.407Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:03:19.407Z] === RUN TestDiskUsage [2022-04-07T18:03:19.407Z] === PAUSE TestDiskUsage [2022-04-07T18:03:19.407Z] === RUN TestEventsExecDie [2022-04-07T18:03:19.667Z] --- PASS: TestEventsExecDie (0.49s) [2022-04-07T18:03:19.667Z] === RUN TestEventsBackwardsCompatible [2022-04-07T18:03:19.927Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-04-07T18:03:19.927Z] === RUN TestEventsVolumeCreate [2022-04-07T18:03:19.927Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-04-07T18:03:19.927Z] === RUN TestInfoBinaryCommits [2022-04-07T18:03:19.927Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-07T18:03:19.927Z] === RUN TestInfoAPIVersioned [2022-04-07T18:03:19.927Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-04-07T18:03:19.927Z] === RUN TestInfoAPI [2022-04-07T18:03:19.927Z] --- PASS: TestInfoAPI (0.02s) [2022-04-07T18:03:19.927Z] === RUN TestInfoAPIWarnings [2022-04-07T18:03:19.977Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-07T18:03:19.977Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s) [2022-04-07T18:03:19.977Z] === RUN TestDockerNetworkMacvlan [2022-04-07T18:03:20.041Z] --- PASS: TestTarFiles (3.41s) [2022-04-07T18:03:20.041Z] === RUN TestDetectCompressionZstd [2022-04-07T18:03:20.041Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-04-07T18:03:20.041Z] === RUN TestTarUntar [2022-04-07T18:03:20.041Z] --- PASS: TestTarUntar (0.03s) [2022-04-07T18:03:20.041Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-04-07T18:03:20.041Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-04-07T18:03:20.041Z] === RUN TestTarWithOptions [2022-04-07T18:03:20.041Z] --- PASS: TestTarWithOptions (0.01s) [2022-04-07T18:03:20.041Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-04-07T18:03:20.041Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-04-07T18:03:20.041Z] === RUN TestUntarUstarGnuConflict [2022-04-07T18:03:20.041Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-04-07T18:03:20.041Z] === RUN TestUntarInvalidFilenames [2022-04-07T18:03:20.041Z] === RUN TestPollerAddRemove [2022-04-07T18:03:20.041Z] --- PASS: TestPollerAddRemove (0.00s) [2022-04-07T18:03:20.041Z] === RUN TestPollerEvent [2022-04-07T18:03:20.041Z] poller_test.go:40: No chmod on Windows [2022-04-07T18:03:20.041Z] --- SKIP: TestPollerEvent (0.00s) [2022-04-07T18:03:20.041Z] === RUN TestPollerClose [2022-04-07T18:03:20.041Z] --- PASS: TestPollerClose (0.00s) [2022-04-07T18:03:20.041Z] PASS [2022-04-07T18:03:20.041Z] coverage: 45.7% of statements [2022-04-07T18:03:20.041Z] ok github.com/docker/docker/pkg/filenotify 0.035s coverage: 45.7% of statements [2022-04-07T18:03:20.041Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames4204263559\\dest" [2022-04-07T18:03:20.041Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2022-04-07T18:03:20.041Z] === RUN TestUntarHardlinkToSymlink [2022-04-07T18:03:20.041Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-04-07T18:03:20.041Z] === RUN TestUntarInvalidHardlink [2022-04-07T18:03:20.041Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3608459054\\victim\\hello" -> "../victim/hello" [2022-04-07T18:03:20.041Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink22354648\\victim\\hello" -> "/../victim/hello" [2022-04-07T18:03:20.041Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3663887595\\victim" -> "../victim" [2022-04-07T18:03:20.041Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink53990555\\victim" -> "../victim" [2022-04-07T18:03:20.041Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink342065522\\victim" -> "../victim" [2022-04-07T18:03:20.041Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1348772342\\victim" -> "../victim" [2022-04-07T18:03:20.041Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2022-04-07T18:03:20.041Z] === RUN TestUntarInvalidSymlink [2022-04-07T18:03:20.041Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink781777098\\dest\\dotdot" -> "../victim/hello" [2022-04-07T18:03:20.041Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3695324639\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-07T18:03:20.041Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink251148618\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:03:20.041Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3975933470\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:03:20.041Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2526655361\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:03:20.041Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3004763899\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:03:20.041Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3370309273\\dest\\dir\\loophole" -> "../../victim" [2022-04-07T18:03:20.041Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2022-04-07T18:03:20.041Z] === RUN TestTempArchiveCloseMultipleTimes [2022-04-07T18:03:20.041Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-04-07T18:03:20.041Z] === RUN TestXGlobalNoParent [2022-04-07T18:03:20.041Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-04-07T18:03:20.041Z] === RUN TestReplaceFileTarWrapper [2022-04-07T18:03:20.041Z] --- PASS: TestReplaceFileTarWrapper (0.11s) [2022-04-07T18:03:20.041Z] === RUN TestPrefixHeaderReadable [2022-04-07T18:03:20.495Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-04-07T18:03:20.495Z] === RUN TestDisablePigz [2022-04-07T18:03:20.495Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-04-07T18:03:20.495Z] --- PASS: TestDisablePigz (0.12s) [2022-04-07T18:03:20.495Z] === RUN TestPigz [2022-04-07T18:03:20.495Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-04-07T18:03:20.495Z] --- PASS: TestPigz (0.11s) [2022-04-07T18:03:20.495Z] === RUN TestNosysFileInfo [2022-04-07T18:03:20.495Z] --- PASS: TestNosysFileInfo (0.00s) [2022-04-07T18:03:20.495Z] === RUN TestCopyFileWithInvalidDest [2022-04-07T18:03:20.495Z] archive_windows_test.go:16: Currently fails [2022-04-07T18:03:20.495Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-04-07T18:03:20.495Z] === RUN TestCanonicalTarNameForPath [2022-04-07T18:03:20.495Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-04-07T18:03:20.495Z] === RUN TestCanonicalTarName [2022-04-07T18:03:20.495Z] --- PASS: TestCanonicalTarName (0.00s) [2022-04-07T18:03:20.495Z] === RUN TestChmodTarEntry [2022-04-07T18:03:20.495Z] --- PASS: TestChmodTarEntry (0.00s) [2022-04-07T18:03:20.495Z] === RUN TestHardLinkOrder [2022-04-07T18:03:20.495Z] --- PASS: TestHardLinkOrder (0.06s) [2022-04-07T18:03:20.495Z] === RUN TestChangeString [2022-04-07T18:03:20.495Z] --- PASS: TestChangeString (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestChangesWithNoChanges [2022-04-07T18:03:20.496Z] --- PASS: TestChangesWithNoChanges (0.01s) [2022-04-07T18:03:20.496Z] === RUN TestChangesWithChanges [2022-04-07T18:03:20.496Z] --- PASS: TestChangesWithChanges (0.02s) [2022-04-07T18:03:20.496Z] === RUN TestChangesWithChangesGH13590 [2022-04-07T18:03:20.496Z] changes_test.go:196: needs more investigation [2022-04-07T18:03:20.496Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestChangesDirsEmpty [2022-04-07T18:03:20.496Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-07T18:03:20.496Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestChangesDirsMutated [2022-04-07T18:03:20.496Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-07T18:03:20.496Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestApplyLayer [2022-04-07T18:03:20.496Z] changes_test.go:433: needs further investigation [2022-04-07T18:03:20.496Z] --- SKIP: TestApplyLayer (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestChangesSizeWithHardlinks [2022-04-07T18:03:20.496Z] changes_test.go:469: needs further investigation [2022-04-07T18:03:20.496Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestChangesSizeWithNoChanges [2022-04-07T18:03:20.496Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-04-07T18:03:20.496Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestChangesSize [2022-04-07T18:03:20.496Z] --- PASS: TestChangesSize (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestApplyLayerInvalidFilenames [2022-04-07T18:03:20.496Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2980691333\\dest" [2022-04-07T18:03:20.496Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-04-07T18:03:20.496Z] === RUN TestApplyLayerInvalidHardlink [2022-04-07T18:03:20.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3473284650\\victim\\hello" -> "../victim/hello" [2022-04-07T18:03:20.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink630956330\\victim\\hello" -> "/../victim/hello" [2022-04-07T18:03:20.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink883697470\\victim" -> "../victim" [2022-04-07T18:03:20.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3494802700\\victim" -> "../victim" [2022-04-07T18:03:20.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink68305451\\victim" -> "../victim" [2022-04-07T18:03:20.496Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3246767897\\victim" -> "../victim" [2022-04-07T18:03:20.496Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2022-04-07T18:03:20.496Z] === RUN TestApplyLayerInvalidSymlink [2022-04-07T18:03:20.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3127878032\\dest\\dotdot" -> "../victim/hello" [2022-04-07T18:03:20.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3633982994\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-07T18:03:20.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink620727265\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:03:20.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1602696646\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:03:20.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3293814486\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:03:20.496Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3838453746\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:03:20.496Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2022-04-07T18:03:20.496Z] === RUN TestApplyLayerWhiteouts [2022-04-07T18:03:20.496Z] --- PASS: TestApplyLayerWhiteouts (0.04s) [2022-04-07T18:03:20.496Z] === RUN TestGenerateEmptyFile [2022-04-07T18:03:20.496Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-04-07T18:03:20.496Z] === RUN TestGenerateWithContent [2022-04-07T18:03:20.496Z] --- PASS: TestGenerateWithContent (0.00s) [2022-04-07T18:03:20.496Z] PASS [2022-04-07T18:03:20.496Z] coverage: 61.9% of statements [2022-04-07T18:03:20.496Z] ok github.com/docker/docker/pkg/archive 5.190s coverage: 61.9% of statements [2022-04-07T18:03:20.548Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-04-07T18:03:20.809Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-07T18:03:20.949Z] === RUN TestCopyFileWithInvalidSrc [2022-04-07T18:03:20.949Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCopyFileWithInvalidDest [2022-04-07T18:03:20.949Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCopyFileWithSameSrcAndDest [2022-04-07T18:03:20.949Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-04-07T18:03:20.949Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCopyFile [2022-04-07T18:03:20.949Z] --- PASS: TestCopyFile (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-04-07T18:03:20.949Z] fileutils_test.go:133: Needs porting to Windows [2022-04-07T18:03:20.949Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-04-07T18:03:20.949Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestReadSymlinkedDirectoryToFile [2022-04-07T18:03:20.949Z] fileutils_test.go:179: Needs porting to Windows [2022-04-07T18:03:20.949Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestWildcardMatches [2022-04-07T18:03:20.949Z] --- PASS: TestWildcardMatches (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestPatternMatches [2022-04-07T18:03:20.949Z] --- PASS: TestPatternMatches (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-04-07T18:03:20.949Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestPatternMatchesFolderExclusions [2022-04-07T18:03:20.949Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-04-07T18:03:20.949Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-04-07T18:03:20.949Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-04-07T18:03:20.949Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-04-07T18:03:20.949Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestSingleExclamationError [2022-04-07T18:03:20.949Z] --- PASS: TestSingleExclamationError (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestMatchesWithNoPatterns [2022-04-07T18:03:20.949Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestMatchesWithMalformedPatterns [2022-04-07T18:03:20.949Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestMatches [2022-04-07T18:03:20.949Z] === RUN TestMatches/MatchesOrParentMatches [2022-04-07T18:03:20.949Z] === RUN TestMatches/MatchesUsingParentResult [2022-04-07T18:03:20.949Z] === RUN TestMatches/MatchesUsingParentResults [2022-04-07T18:03:20.949Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-04-07T18:03:20.949Z] --- PASS: TestMatches (0.01s) [2022-04-07T18:03:20.949Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-04-07T18:03:20.949Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-04-07T18:03:20.949Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-04-07T18:03:20.949Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCleanPatterns [2022-04-07T18:03:20.949Z] --- PASS: TestCleanPatterns (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-04-07T18:03:20.949Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCleanPatternsExceptionFlag [2022-04-07T18:03:20.949Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-04-07T18:03:20.949Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-04-07T18:03:20.949Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-04-07T18:03:20.949Z] === RUN TestCleanPatternsErrorSingleException [2022-04-07T18:03:20.950Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-04-07T18:03:20.950Z] === RUN TestCreateIfNotExistsDir [2022-04-07T18:03:20.950Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-04-07T18:03:20.950Z] === RUN TestCreateIfNotExistsFile [2022-04-07T18:03:20.950Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-04-07T18:03:20.950Z] === RUN TestMatch [2022-04-07T18:03:20.950Z] --- PASS: TestMatch (0.00s) [2022-04-07T18:03:20.950Z] === RUN TestCompile [2022-04-07T18:03:20.950Z] === RUN TestCompile/slash [2022-04-07T18:03:20.950Z] === RUN TestCompile/backslash [2022-04-07T18:03:20.950Z] --- PASS: TestCompile (0.00s) [2022-04-07T18:03:20.950Z] --- PASS: TestCompile/slash (0.00s) [2022-04-07T18:03:20.950Z] --- PASS: TestCompile/backslash (0.00s) [2022-04-07T18:03:20.950Z] PASS [2022-04-07T18:03:20.950Z] coverage: 84.7% of statements [2022-04-07T18:03:20.950Z] ok github.com/docker/docker/pkg/fileutils 0.062s coverage: 84.7% of statements [2022-04-07T18:03:20.950Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-04-07T18:03:20.950Z] === RUN TestNetworkDBCRUDTableEntries [2022-04-07T18:03:21.380Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-04-07T18:03:21.404Z] === RUN TestGet [2022-04-07T18:03:21.404Z] --- PASS: TestGet (0.00s) [2022-04-07T18:03:21.404Z] === RUN TestGetShortcutString [2022-04-07T18:03:21.404Z] --- PASS: TestGetShortcutString (0.00s) [2022-04-07T18:03:21.404Z] PASS [2022-04-07T18:03:21.404Z] coverage: 42.9% of statements [2022-04-07T18:03:21.404Z] ok github.com/docker/docker/pkg/homedir 0.033s coverage: 42.9% of statements [2022-04-07T18:03:22.327Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-04-07T18:03:22.327Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-07T18:03:22.363Z] === RUN TestCreateIDMapOrder [2022-04-07T18:03:22.363Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-04-07T18:03:22.363Z] PASS [2022-04-07T18:03:22.363Z] coverage: 7.2% of statements [2022-04-07T18:03:22.363Z] ok github.com/docker/docker/pkg/idtools 0.033s coverage: 7.2% of statements [2022-04-07T18:03:22.820Z] 2022/04/07 18:03:22 Closing DB instances... [2022-04-07T18:03:23.274Z] === RUN TestFixedBufferCap [2022-04-07T18:03:23.274Z] --- PASS: TestFixedBufferCap (0.00s) [2022-04-07T18:03:23.274Z] === RUN TestFixedBufferLen [2022-04-07T18:03:23.274Z] --- PASS: TestFixedBufferLen (0.00s) [2022-04-07T18:03:23.274Z] === RUN TestFixedBufferString [2022-04-07T18:03:23.274Z] --- PASS: TestFixedBufferString (0.00s) [2022-04-07T18:03:23.274Z] === RUN TestFixedBufferWrite [2022-04-07T18:03:23.274Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-04-07T18:03:23.274Z] === RUN TestFixedBufferRead [2022-04-07T18:03:23.274Z] --- PASS: TestFixedBufferRead (0.00s) [2022-04-07T18:03:23.274Z] === RUN TestBytesPipeRead [2022-04-07T18:03:23.274Z] --- PASS: TestBytesPipeRead (0.00s) [2022-04-07T18:03:23.274Z] === RUN TestBytesPipeWrite [2022-04-07T18:03:23.274Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-04-07T18:03:23.274Z] === RUN TestBytesPipeWriteRandomChunks [2022-04-07T18:03:23.715Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-07T18:03:23.728Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2022-04-07T18:03:23.728Z] === RUN TestAtomicWriteToFile [2022-04-07T18:03:23.728Z] --- PASS: TestAtomicWriteToFile (0.00s) [2022-04-07T18:03:23.728Z] === RUN TestAtomicWriteSetCommit [2022-04-07T18:03:23.728Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2022-04-07T18:03:23.728Z] === RUN TestAtomicWriteSetCancel [2022-04-07T18:03:23.728Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-04-07T18:03:23.728Z] === RUN TestReadCloserWrapperClose [2022-04-07T18:03:23.728Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-04-07T18:03:23.728Z] === RUN TestReaderErrWrapperReadOnError [2022-04-07T18:03:23.728Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-04-07T18:03:23.728Z] === RUN TestReaderErrWrapperRead [2022-04-07T18:03:23.728Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-04-07T18:03:23.728Z] === RUN TestCancelReadCloser [2022-04-07T18:03:24.183Z] --- PASS: TestCancelReadCloser (0.11s) [2022-04-07T18:03:24.183Z] === RUN TestWriteCloserWrapperClose [2022-04-07T18:03:24.183Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-04-07T18:03:24.183Z] === RUN TestNopWriteCloser [2022-04-07T18:03:24.183Z] --- PASS: TestNopWriteCloser (0.00s) [2022-04-07T18:03:24.183Z] === RUN TestNopWriter [2022-04-07T18:03:24.183Z] --- PASS: TestNopWriter (0.00s) [2022-04-07T18:03:24.183Z] === RUN TestWriteCounter [2022-04-07T18:03:24.183Z] --- PASS: TestWriteCounter (0.00s) [2022-04-07T18:03:24.183Z] PASS [2022-04-07T18:03:24.183Z] coverage: 70.1% of statements [2022-04-07T18:03:24.183Z] ok github.com/docker/docker/pkg/ioutils 0.595s coverage: 70.1% of statements [2022-04-07T18:03:24.183Z] --- PASS: TestNetworkDBCRUDTableEntries (3.22s) [2022-04-07T18:03:24.183Z] === RUN TestNetworkDBNodeLeave [2022-04-07T18:03:24.639Z] === RUN TestError [2022-04-07T18:03:24.639Z] --- PASS: TestError (0.00s) [2022-04-07T18:03:24.639Z] === RUN TestProgressString [2022-04-07T18:03:24.639Z] === RUN TestProgressString/no_progress [2022-04-07T18:03:24.639Z] === RUN TestProgressString/progress_1 [2022-04-07T18:03:24.639Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-04-07T18:03:24.639Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-04-07T18:03:24.639Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-04-07T18:03:24.639Z] === RUN TestProgressString/with_units [2022-04-07T18:03:24.639Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-04-07T18:03:24.639Z] === RUN TestProgressString/hide_counts [2022-04-07T18:03:24.639Z] --- PASS: TestProgressString (0.00s) [2022-04-07T18:03:24.639Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-04-07T18:03:24.639Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-04-07T18:03:24.639Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-04-07T18:03:24.639Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-04-07T18:03:24.639Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-04-07T18:03:24.639Z] --- PASS: TestProgressString/with_units (0.00s) [2022-04-07T18:03:24.639Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-04-07T18:03:24.639Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-04-07T18:03:24.639Z] === RUN TestJSONMessageDisplay [2022-04-07T18:03:24.657Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-04-07T18:03:24.657Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-07T18:03:24.918Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-07T18:03:25.094Z] --- PASS: TestJSONMessageDisplay (0.12s) [2022-04-07T18:03:25.094Z] === RUN TestJSONMessageDisplayWithJSONError [2022-04-07T18:03:25.094Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-04-07T18:03:25.094Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-04-07T18:03:25.094Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-04-07T18:03:25.094Z] === RUN TestDisplayJSONMessagesStream [2022-04-07T18:03:25.094Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-04-07T18:03:25.094Z] PASS [2022-04-07T18:03:25.094Z] coverage: 91.7% of statements [2022-04-07T18:03:25.094Z] ok github.com/docker/docker/pkg/jsonmessage 0.158s coverage: 91.7% of statements [2022-04-07T18:03:25.548Z] === RUN TestStandardLongPath [2022-04-07T18:03:25.548Z] --- PASS: TestStandardLongPath (0.00s) [2022-04-07T18:03:25.548Z] === RUN TestUNCLongPath [2022-04-07T18:03:25.548Z] --- PASS: TestUNCLongPath (0.00s) [2022-04-07T18:03:25.548Z] PASS [2022-04-07T18:03:25.548Z] coverage: 100.0% of statements [2022-04-07T18:03:25.548Z] ok github.com/docker/docker/pkg/longpath 0.031s coverage: 100.0% of statements [2022-04-07T18:03:26.002Z] === RUN TestNameFormat [2022-04-07T18:03:26.002Z] --- PASS: TestNameFormat (0.00s) [2022-04-07T18:03:26.002Z] === RUN TestNameRetries [2022-04-07T18:03:26.002Z] --- PASS: TestNameRetries (0.00s) [2022-04-07T18:03:26.002Z] PASS [2022-04-07T18:03:26.002Z] coverage: 85.7% of statements [2022-04-07T18:03:26.002Z] ok github.com/docker/docker/pkg/namesgenerator 0.030s coverage: 85.7% of statements [2022-04-07T18:03:26.456Z] === RUN TestParseKeyValueOpt [2022-04-07T18:03:26.456Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-04-07T18:03:26.456Z] === RUN TestParseUintList [2022-04-07T18:03:26.456Z] --- PASS: TestParseUintList (0.00s) [2022-04-07T18:03:26.456Z] === RUN TestParseUintListMaximumLimits [2022-04-07T18:03:26.456Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-04-07T18:03:26.456Z] PASS [2022-04-07T18:03:26.456Z] coverage: 97.0% of statements [2022-04-07T18:03:26.456Z] ok github.com/docker/docker/pkg/parsers 0.032s coverage: 97.0% of statements [2022-04-07T18:03:26.831Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-04-07T18:03:26.910Z] --- PASS: TestNetworkDBNodeLeave (2.87s) [2022-04-07T18:03:26.910Z] === RUN TestNetworkDBWatch [2022-04-07T18:03:27.365Z] === RUN Test_windowsOSRelease_String [2022-04-07T18:03:27.365Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-04-07T18:03:27.365Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-04-07T18:03:27.365Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-04-07T18:03:27.365Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-04-07T18:03:27.365Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-04-07T18:03:27.365Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-04-07T18:03:27.365Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-04-07T18:03:27.365Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-04-07T18:03:27.365Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-04-07T18:03:27.365Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-07T18:03:27.365Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-04-07T18:03:27.365Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-04-07T18:03:27.365Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-04-07T18:03:27.365Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-07T18:03:27.365Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-04-07T18:03:27.365Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-04-07T18:03:27.365Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-04-07T18:03:27.365Z] PASS [2022-04-07T18:03:27.365Z] coverage: 36.4% of statements [2022-04-07T18:03:27.365Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.032s coverage: 36.4% of statements [2022-04-07T18:03:27.772Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-07T18:03:27.820Z] === RUN TestNewAndRemove [2022-04-07T18:03:27.820Z] --- PASS: TestNewAndRemove (0.00s) [2022-04-07T18:03:27.820Z] === RUN TestRemoveInvalidPath [2022-04-07T18:03:27.820Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-04-07T18:03:27.820Z] PASS [2022-04-07T18:03:27.820Z] coverage: 82.6% of statements [2022-04-07T18:03:27.820Z] ok github.com/docker/docker/pkg/pidfile 0.035s coverage: 82.6% of statements [2022-04-07T18:03:28.274Z] --- PASS: TestGetAddress (19.78s) [2022-04-07T18:03:28.274Z] === RUN TestRequestSyntaxCheck [2022-04-07T18:03:28.274Z] --- PASS: TestRequestSyntaxCheck (0.10s) [2022-04-07T18:03:28.274Z] === RUN TestRequest [2022-04-07T18:03:28.729Z] 2022/04/07 18:03:28 Closing DB instances... [2022-04-07T18:03:29.183Z] === RUN TestFailedConnection [2022-04-07T18:03:30.096Z] .........................xx.................... [ 29%] [2022-04-07T18:03:30.143Z] --- PASS: TestNetworkDBWatch (3.02s) [2022-04-07T18:03:30.143Z] === RUN TestNetworkDBBulkSync [2022-04-07T18:03:30.316Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-07T18:03:30.577Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-07T18:03:30.838Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-04-07T18:03:31.101Z] 2022/04/07 18:03:31 Closing DB instances... [2022-04-07T18:03:31.410Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-07T18:03:31.556Z] --- PASS: TestFailedConnection (2.12s) [2022-04-07T18:03:31.556Z] === RUN TestFailOnce [2022-04-07T18:03:31.556Z] 2022/04/07 18:03:31 http: panic serving 127.0.0.1:49290: Plugin not ready [2022-04-07T18:03:31.556Z] goroutine 54 [running]: [2022-04-07T18:03:31.556Z] net/http.(*conn).serve.func1() [2022-04-07T18:03:31.556Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-07T18:03:31.556Z] panic({0x10b3700, 0x11fd040}) [2022-04-07T18:03:31.556Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-07T18:03:31.556Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc00021fa70?) [2022-04-07T18:03:31.556Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-04-07T18:03:31.556Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1202858?, 0xc00005c000?}, 0x100da66?) [2022-04-07T18:03:31.556Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-07T18:03:31.556Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x1202858, 0xc00005c000}, 0xc000238200) [2022-04-07T18:03:31.556Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-04-07T18:03:31.556Z] net/http.serverHandler.ServeHTTP({0x1200e78?}, {0x1202858, 0xc00005c000}, 0xc000238200) [2022-04-07T18:03:31.556Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-07T18:03:31.556Z] net/http.(*conn).serve(0xc000246000, {0x1202d58, 0xc000193080}) [2022-04-07T18:03:31.556Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-07T18:03:31.556Z] created by net/http.(*Server).Serve [2022-04-07T18:03:31.556Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-07T18:03:31.556Z] time="2022-04-07T18:03:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.FailOnce: Post \"http://127.0.0.1:49289/Test.FailOnce\": EOF, retrying in 1s" [2022-04-07T18:03:31.672Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-04-07T18:03:32.258Z] --- PASS: TestDockerNetworkMacvlan (12.54s) [2022-04-07T18:03:32.258Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-04-07T18:03:32.258Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-04-07T18:03:32.258Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.20s) [2022-04-07T18:03:32.258Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.15s) [2022-04-07T18:03:32.258Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.90s) [2022-04-07T18:03:32.258Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.03s) [2022-04-07T18:03:32.258Z] PASS [2022-04-07T18:03:32.514Z] --- PASS: TestFailOnce (1.13s) [2022-04-07T18:03:32.514Z] === RUN TestEchoInputOutput [2022-04-07T18:03:32.514Z] --- PASS: TestEchoInputOutput (0.00s) [2022-04-07T18:03:32.514Z] === RUN TestBackoff [2022-04-07T18:03:32.514Z] --- PASS: TestBackoff (0.00s) [2022-04-07T18:03:32.514Z] === RUN TestAbortRetry [2022-04-07T18:03:32.514Z] --- PASS: TestAbortRetry (0.00s) [2022-04-07T18:03:32.514Z] === RUN TestClientScheme [2022-04-07T18:03:32.514Z] --- PASS: TestClientScheme (0.00s) [2022-04-07T18:03:32.514Z] === RUN TestNewClientWithTimeout [2022-04-07T18:03:32.526Z] [2022-04-07T18:03:32.526Z] DONE 8 tests in 14.005s [2022-04-07T18:03:32.526Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-07T18:03:32.526Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-04-07T18:03:32.526Z] ++ set -e [2022-04-07T18:03:32.526Z] ++ '[' -n 0 ']' [2022-04-07T18:03:32.526Z] ++ set -x [2022-04-07T18:03:32.526Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-04-07T18:03:32.526Z] testing: warning: no tests to run [2022-04-07T18:03:32.526Z] PASS [2022-04-07T18:03:32.526Z] [2022-04-07T18:03:32.526Z] DONE 0 tests in 0.055s [2022-04-07T18:03:32.526Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-07T18:03:32.526Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-04-07T18:03:32.526Z] ++ set -e [2022-04-07T18:03:32.526Z] ++ '[' -n 0 ']' [2022-04-07T18:03:32.526Z] ++ set -x [2022-04-07T18:03:32.526Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-04-07T18:03:32.526Z] INFO: Testing against a local daemon [2022-04-07T18:03:32.526Z] === RUN TestAuthZPluginAllowRequest [2022-04-07T18:03:32.968Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-04-07T18:03:32.968Z] === RUN TestNetworkDBCRUDMediumCluster [2022-04-07T18:03:32.968Z] time="2022-04-07T18:03:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.Echo: Post \"http://127.0.0.1:49294/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-04-07T18:03:33.423Z] --- PASS: TestRequest (4.90s) [2022-04-07T18:03:33.423Z] === RUN TestOverlappingRequests [2022-04-07T18:03:33.423Z] --- PASS: TestOverlappingRequests (0.28s) [2022-04-07T18:03:33.423Z] === RUN TestRelease [2022-04-07T18:03:34.383Z] time="2022-04-07T18:03:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.Echo: Post \"http://127.0.0.1:49294/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-04-07T18:03:34.443Z] docker_api_swarm_test.go:304: [d3bef8c75c36a] joining swarm manager [d570113c3eae6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:03:34.443Z] --- PASS: TestAuthZPluginAllowRequest (1.72s) [2022-04-07T18:03:34.443Z] === RUN TestAuthZPluginTLS [2022-04-07T18:03:34.838Z] === RUN TestParseEmptyInterface [2022-04-07T18:03:34.838Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-04-07T18:03:34.838Z] === RUN TestParseNonInterfaceType [2022-04-07T18:03:34.838Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-04-07T18:03:34.838Z] === RUN TestParseWithOneFunction [2022-04-07T18:03:34.838Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-04-07T18:03:34.838Z] === RUN TestParseWithMultipleFuncs [2022-04-07T18:03:34.838Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-04-07T18:03:34.838Z] === RUN TestParseWithUnnamedReturn [2022-04-07T18:03:34.838Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-04-07T18:03:34.838Z] === RUN TestEmbeddedInterface [2022-04-07T18:03:34.838Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-04-07T18:03:34.838Z] === RUN TestParsedImports [2022-04-07T18:03:34.838Z] --- PASS: TestParsedImports (0.00s) [2022-04-07T18:03:34.838Z] === RUN TestAliasedImports [2022-04-07T18:03:34.838Z] --- PASS: TestAliasedImports (0.00s) [2022-04-07T18:03:34.838Z] PASS [2022-04-07T18:03:34.838Z] coverage: 56.8% of statements [2022-04-07T18:03:34.838Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.048s coverage: 56.8% of statements [2022-04-07T18:03:35.014Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-04-07T18:03:35.014Z] === RUN TestAuthZPluginDenyRequest [2022-04-07T18:03:35.293Z] --- PASS: TestRelease (1.48s) [2022-04-07T18:03:35.293Z] === RUN TestAllocateRandomDeallocate [2022-04-07T18:03:35.585Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2022-04-07T18:03:35.585Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-07T18:03:35.748Z] 2022/04/07 18:03:35 Closing DB instances... [2022-04-07T18:03:36.157Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2022-04-07T18:03:36.157Z] === RUN TestAuthZPluginDenyResponse [2022-04-07T18:03:36.157Z] docker_api_swarm_test.go:305: [d7cc38ff80b9d] joining swarm manager [d570113c3eae6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:03:36.204Z] === RUN TestHTTPTransport [2022-04-07T18:03:36.204Z] --- PASS: TestHTTPTransport (0.00s) [2022-04-07T18:03:36.204Z] PASS [2022-04-07T18:03:36.204Z] coverage: 85.7% of statements [2022-04-07T18:03:36.204Z] ok github.com/docker/docker/pkg/plugins/transport 0.050s coverage: 85.7% of statements [2022-04-07T18:03:36.659Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-04-07T18:03:36.659Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-07T18:03:36.659Z] === RUN TestBufioReaderPoolPutAndGet [2022-04-07T18:03:36.659Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-04-07T18:03:36.659Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-04-07T18:03:36.659Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-04-07T18:03:36.659Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-04-07T18:03:36.659Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-07T18:03:36.659Z] === RUN TestBufioWriterPoolPutAndGet [2022-04-07T18:03:36.659Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-04-07T18:03:36.659Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-04-07T18:03:36.659Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-04-07T18:03:36.659Z] === RUN TestBufferPoolPutAndGet [2022-04-07T18:03:36.659Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-04-07T18:03:36.659Z] PASS [2022-04-07T18:03:36.659Z] coverage: 88.2% of statements [2022-04-07T18:03:36.659Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2022-04-07T18:03:36.729Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-04-07T18:03:36.729Z] === RUN TestAuthZPluginAllowEventStream [2022-04-07T18:03:37.114Z] time="2022-04-07T18:03:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.Echo: Post \"http://127.0.0.1:49294/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-04-07T18:03:37.114Z] === RUN TestOutputOnPrematureClose [2022-04-07T18:03:37.114Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-04-07T18:03:37.114Z] === RUN TestCompleteSilently [2022-04-07T18:03:37.114Z] --- PASS: TestCompleteSilently (0.00s) [2022-04-07T18:03:37.114Z] PASS [2022-04-07T18:03:37.114Z] coverage: 75.9% of statements [2022-04-07T18:03:37.114Z] ok github.com/docker/docker/pkg/progress 0.032s coverage: 75.9% of statements [2022-04-07T18:03:37.569Z] === RUN TestSendToOneSub [2022-04-07T18:03:37.569Z] --- PASS: TestSendToOneSub (0.00s) [2022-04-07T18:03:37.569Z] === RUN TestSendToMultipleSubs [2022-04-07T18:03:37.569Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-04-07T18:03:37.569Z] === RUN TestEvictOneSub [2022-04-07T18:03:37.569Z] --- PASS: TestEvictOneSub (0.00s) [2022-04-07T18:03:37.569Z] === RUN TestClosePublisher [2022-04-07T18:03:37.569Z] --- PASS: TestClosePublisher (0.00s) [2022-04-07T18:03:37.569Z] === RUN TestPubSubRace [2022-04-07T18:03:38.032Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-04-07T18:03:38.032Z] === RUN TestInfoDebug [2022-04-07T18:03:38.032Z] --- PASS: TestInfoDebug (0.52s) [2022-04-07T18:03:38.032Z] === RUN TestInfoInsecureRegistries [2022-04-07T18:03:38.032Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-04-07T18:03:38.032Z] === RUN TestInfoRegistryMirrors [2022-04-07T18:03:38.032Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-04-07T18:03:38.032Z] === RUN TestLoginFailsWithBadCredentials [2022-04-07T18:03:38.032Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-04-07T18:03:38.032Z] === RUN TestPingCacheHeaders [2022-04-07T18:03:38.032Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-04-07T18:03:38.032Z] === RUN TestPingGet [2022-04-07T18:03:38.032Z] --- PASS: TestPingGet (0.01s) [2022-04-07T18:03:38.032Z] === RUN TestPingHead [2022-04-07T18:03:38.032Z] --- PASS: TestPingHead (0.02s) [2022-04-07T18:03:38.032Z] === RUN TestPingSwarmHeader [2022-04-07T18:03:38.113Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2022-04-07T18:03:38.113Z] === RUN TestAuthZPluginErrorResponse [2022-04-07T18:03:38.292Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-07T18:03:38.374Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-04-07T18:03:38.527Z] --- PASS: TestAllocateRandomDeallocate (3.33s) [2022-04-07T18:03:38.527Z] === RUN TestRetrieveFromStore [2022-04-07T18:03:38.635Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-04-07T18:03:38.635Z] === RUN TestAuthZPluginErrorRequest [2022-04-07T18:03:38.981Z] --- PASS: TestPubSubRace (1.04s) [2022-04-07T18:03:38.981Z] PASS [2022-04-07T18:03:38.981Z] coverage: 75.0% of statements [2022-04-07T18:03:38.981Z] ok github.com/docker/docker/pkg/pubsub 1.079s coverage: 75.0% of statements [2022-04-07T18:03:38.981Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.09s) [2022-04-07T18:03:38.981Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-04-07T18:03:39.206Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-04-07T18:03:39.206Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-07T18:03:39.206Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-07T18:03:39.232Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-07T18:03:39.435Z] --- PASS: TestRetrieveFromStore (0.91s) [2022-04-07T18:03:39.435Z] === RUN TestRequestReleaseAddressDuplicate [2022-04-07T18:03:39.435Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-04-07T18:03:39.435Z] === RUN TestParallelPredefinedRequest1 [2022-04-07T18:03:39.435Z] === PAUSE TestParallelPredefinedRequest1 [2022-04-07T18:03:39.435Z] === RUN TestParallelPredefinedRequest2 [2022-04-07T18:03:39.435Z] === PAUSE TestParallelPredefinedRequest2 [2022-04-07T18:03:39.435Z] === RUN TestParallelPredefinedRequest3 [2022-04-07T18:03:39.435Z] === PAUSE TestParallelPredefinedRequest3 [2022-04-07T18:03:39.435Z] === RUN TestParallelPredefinedRequest4 [2022-04-07T18:03:39.435Z] === PAUSE TestParallelPredefinedRequest4 [2022-04-07T18:03:39.435Z] === RUN TestParallelPredefinedRequest5 [2022-04-07T18:03:39.435Z] === PAUSE TestParallelPredefinedRequest5 [2022-04-07T18:03:39.435Z] === RUN TestDebug [2022-04-07T18:03:39.435Z] --- PASS: TestDebug (0.00s) [2022-04-07T18:03:39.435Z] === RUN TestRequestPoolParallel [2022-04-07T18:03:39.435Z] === RUN TestRegister [2022-04-07T18:03:39.435Z] --- PASS: TestRegister (0.00s) [2022-04-07T18:03:39.435Z] === RUN TestCommand [2022-04-07T18:03:39.435Z] --- PASS: TestCommand (0.02s) [2022-04-07T18:03:39.435Z] === RUN TestNaiveSelf [2022-04-07T18:03:39.435Z] --- PASS: TestNaiveSelf (0.03s) [2022-04-07T18:03:39.435Z] PASS [2022-04-07T18:03:39.435Z] coverage: 82.4% of statements [2022-04-07T18:03:39.436Z] ok github.com/docker/docker/pkg/reexec 0.081s coverage: 82.4% of statements [2022-04-07T18:03:39.436Z] --- PASS: TestRequestPoolParallel (0.26s) [2022-04-07T18:03:39.436Z] === RUN TestFullAllocateRelease [2022-04-07T18:03:39.778Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2022-04-07T18:03:39.778Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-07T18:03:39.889Z] --- PASS: TestFullAllocateRelease (0.35s) [2022-04-07T18:03:39.889Z] === RUN TestOddAllocateRelease [2022-04-07T18:03:39.889Z] 2022/04/07 18:03:39 Closing DB instances... [2022-04-07T18:03:40.172Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-07T18:03:40.172Z] --- PASS: TestPingSwarmHeader (2.15s) [2022-04-07T18:03:40.172Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-07T18:03:40.172Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-07T18:03:40.172Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-07T18:03:40.172Z] === RUN TestVersion [2022-04-07T18:03:40.172Z] --- PASS: TestVersion (0.02s) [2022-04-07T18:03:40.172Z] === CONT TestDiskUsage [2022-04-07T18:03:40.343Z] --- PASS: TestOddAllocateRelease (0.22s) [2022-04-07T18:03:40.343Z] === RUN TestFullAllocateSerialReleaseParallel [2022-04-07T18:03:40.343Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2022-04-07T18:03:40.343Z] === RUN TestOddAllocateSerialReleaseParallel [2022-04-07T18:03:40.343Z] === RUN TestDump [2022-04-07T18:03:40.343Z] goroutine 6 [running]: [2022-04-07T18:03:40.343Z] github.com/docker/docker/pkg/stack.dump(0x4c2d57?) [2022-04-07T18:03:40.343Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-07T18:03:40.343Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-04-07T18:03:40.343Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-04-07T18:03:40.343Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-04-07T18:03:40.343Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-04-07T18:03:40.343Z] testing.tRunner(0xc00015c340, 0x68a498) [2022-04-07T18:03:40.343Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:03:40.343Z] created by testing.(*T).Run [2022-04-07T18:03:40.343Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-07T18:03:40.343Z] [2022-04-07T18:03:40.343Z] goroutine 1 [chan receive]: [2022-04-07T18:03:40.343Z] testing.(*T).Run(0xc00015c1a0, {0x67913c?, 0x49c1f3?}, 0x68a498) [2022-04-07T18:03:40.343Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-07T18:03:40.343Z] testing.runTests.func1(0xc00006c840?) [2022-04-07T18:03:40.343Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-07T18:03:40.343Z] testing.tRunner(0xc00015c1a0, 0xc000075ca0) [2022-04-07T18:03:40.343Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:03:40.343Z] testing.runTests(0xc000058500?, {0x80e400, 0x3, 0x3}, {0x1ad33970108?, 0x40?, 0x8134a0?}) [2022-04-07T18:03:40.344Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-07T18:03:40.344Z] testing.(*M).Run(0xc000058500) [2022-04-07T18:03:40.344Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-07T18:03:40.344Z] main.main() [2022-04-07T18:03:40.344Z] _testmain.go:99 +0x255 [2022-04-07T18:03:40.344Z] --- PASS: TestDump (0.00s) [2022-04-07T18:03:40.344Z] === RUN TestDumpToFile [2022-04-07T18:03:40.344Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-04-07T18:03:40.344Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-04-07T18:03:40.344Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-04-07T18:03:40.344Z] === CONT TestParallelPredefinedRequest1 [2022-04-07T18:03:40.344Z] === CONT TestParallelPredefinedRequest4 [2022-04-07T18:03:40.344Z] === CONT TestParallelPredefinedRequest1 [2022-04-07T18:03:40.344Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:03:40.344Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-04-07T18:03:40.344Z] === CONT TestParallelPredefinedRequest3 [2022-04-07T18:03:40.344Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:03:40.344Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-04-07T18:03:40.344Z] === CONT TestParallelPredefinedRequest2 [2022-04-07T18:03:40.344Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:03:40.344Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-04-07T18:03:40.344Z] === CONT TestParallelPredefinedRequest5 [2022-04-07T18:03:40.344Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:03:40.344Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-04-07T18:03:40.344Z] === CONT TestParallelPredefinedRequest4 [2022-04-07T18:03:40.344Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:03:40.344Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-04-07T18:03:40.344Z] PASS [2022-04-07T18:03:40.344Z] coverage: 85.3% of statements [2022-04-07T18:03:40.344Z] ok github.com/docker/docker/libnetwork/ipam 36.686s coverage: 85.3% of statements [2022-04-07T18:03:40.344Z] --- PASS: TestDumpToFile (0.14s) [2022-04-07T18:03:40.344Z] === RUN TestDumpToFileWithEmptyInput [2022-04-07T18:03:40.344Z] goroutine 8 [running]: [2022-04-07T18:03:40.344Z] github.com/docker/docker/pkg/stack.dump(0x53ecd3?) [2022-04-07T18:03:40.344Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-07T18:03:40.344Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x53eca0?}) [2022-04-07T18:03:40.344Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-04-07T18:03:40.344Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015c340?) [2022-04-07T18:03:40.344Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-04-07T18:03:40.344Z] testing.tRunner(0xc00015c9c0, 0x68a488) [2022-04-07T18:03:40.344Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:03:40.344Z] created by testing.(*T).Run [2022-04-07T18:03:40.344Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-07T18:03:40.344Z] [2022-04-07T18:03:40.344Z] goroutine 1 [chan receive]: [2022-04-07T18:03:40.344Z] testing.(*T).Run(0xc00015c1a0, {0x680713?, 0x49c1f3?}, 0x68a488) [2022-04-07T18:03:40.344Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-07T18:03:40.344Z] testing.runTests.func1(0xc00006c840?) [2022-04-07T18:03:40.344Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-07T18:03:40.344Z] testing.tRunner(0xc00015c1a0, 0xc000075ca0) [2022-04-07T18:03:40.344Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:03:40.344Z] testing.runTests(0xc000058500?, {0x80e400, 0x3, 0x3}, {0x1ad33970108?, 0x40?, 0x8134a0?}) [2022-04-07T18:03:40.344Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-07T18:03:40.344Z] testing.(*M).Run(0xc000058500) [2022-04-07T18:03:40.344Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-07T18:03:40.344Z] main.main() [2022-04-07T18:03:40.344Z] _testmain.go:99 +0x255 [2022-04-07T18:03:40.344Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-04-07T18:03:40.344Z] PASS [2022-04-07T18:03:40.344Z] coverage: 90.9% of statements [2022-04-07T18:03:40.344Z] ok github.com/docker/docker/pkg/stack 0.171s coverage: 90.9% of statements [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/container_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/image_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/volume_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-07T18:03:40.432Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-07T18:03:40.693Z] === RUN TestDiskUsage/after_container.Run [2022-04-07T18:03:40.798Z] === RUN TestNewStdWriter [2022-04-07T18:03:40.798Z] --- PASS: TestNewStdWriter (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestWriteWithUninitializedStdWriter [2022-04-07T18:03:40.798Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestWriteWithNilBytes [2022-04-07T18:03:40.798Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestWrite [2022-04-07T18:03:40.798Z] --- PASS: TestWrite (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestWriteWithWriterError [2022-04-07T18:03:40.798Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-04-07T18:03:40.798Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestStdCopyWriteAndRead [2022-04-07T18:03:40.798Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-04-07T18:03:40.798Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-04-07T18:03:40.798Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-04-07T18:03:40.798Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestStdCopyWithInvalidInputHeader [2022-04-07T18:03:40.798Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestStdCopyWithCorruptedPrefix [2022-04-07T18:03:40.798Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestStdCopyReturnsWriteErrors [2022-04-07T18:03:40.798Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-04-07T18:03:40.798Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-04-07T18:03:40.798Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-04-07T18:03:40.798Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-04-07T18:03:40.798Z] PASS [2022-04-07T18:03:40.798Z] coverage: 100.0% of statements [2022-04-07T18:03:40.798Z] ok github.com/docker/docker/pkg/stdcopy 0.034s coverage: 100.0% of statements [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-07T18:03:40.953Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage (1.16s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_container.Run (0.32s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-07T18:03:41.213Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-07T18:03:41.214Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-04-07T18:03:41.214Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-07T18:03:41.214Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:41.214Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:41.214Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-04-07T18:03:41.214Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:03:41.214Z] PASS [2022-04-07T18:03:41.214Z] [2022-04-07T18:03:41.214Z] === Skipped [2022-04-07T18:03:41.214Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:03:41.214Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-07T18:03:41.214Z] [2022-04-07T18:03:41.214Z] DONE 54 tests, 1 skipped in 22.006s [2022-04-07T18:03:41.214Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-07T18:03:41.214Z] ++ 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-04-07T18:03:41.214Z] ++ set -e [2022-04-07T18:03:41.214Z] ++ '[' -n 0 ']' [2022-04-07T18:03:41.214Z] ++ set -x [2022-04-07T18:03:41.214Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-04-07T18:03:41.214Z] INFO: Testing against a local daemon [2022-04-07T18:03:41.214Z] === RUN TestVolumesCreateAndList [2022-04-07T18:03:41.214Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-07T18:03:41.214Z] === RUN TestVolumesRemove [2022-04-07T18:03:41.214Z] --- PASS: TestVolumesRemove (0.06s) [2022-04-07T18:03:41.214Z] === RUN TestVolumesInspect [2022-04-07T18:03:41.474Z] --- PASS: TestVolumesInspect (0.02s) [2022-04-07T18:03:41.474Z] === RUN TestVolumesInvalidJSON [2022-04-07T18:03:41.474Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-04-07T18:03:41.474Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-04-07T18:03:41.474Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-04-07T18:03:41.474Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-07T18:03:41.474Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-04-07T18:03:41.474Z] PASS [2022-04-07T18:03:41.474Z] [2022-04-07T18:03:41.474Z] DONE 5 tests in 0.183s [2022-04-07T18:03:41.474Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-07T18:03:41.474Z] ++++ cat bundles/test-integration/docker.pid [2022-04-07T18:03:41.474Z] +++ kill 14178 [2022-04-07T18:03:41.690Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.71s) [2022-04-07T18:03:41.690Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-07T18:03:41.734Z] +++ /etc/init.d/apparmor stop [2022-04-07T18:03:41.734Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-07T18:03:41.734Z] [2022-04-07T18:03:41.734Z] Unloading profiles will leave already running processes permanently [2022-04-07T18:03:41.734Z] unconfined, which can lead to unexpected situations. [2022-04-07T18:03:41.734Z] [2022-04-07T18:03:41.734Z] To set a process to complain mode, use the command line tool [2022-04-07T18:03:41.734Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-07T18:03:41.734Z] +++ true [2022-04-07T18:03:41.734Z] exiting test-integration [2022-04-07T18:03:41.734Z] ++ exit 0 [2022-04-07T18:03:41.734Z] [2022-04-07T18:03:41.757Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-04-07T18:03:41.757Z] === RUN TestNetworkDBGarbageCollection [2022-04-07T18:03:41.757Z] time="2022-04-07T18:03:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49294/Test.Echo: Post \"http://127.0.0.1:49294/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-04-07T18:03:41.757Z] === RUN TestRawProgressFormatterFormatStatus [2022-04-07T18:03:41.757Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestRawProgressFormatterFormatProgress [2022-04-07T18:03:41.757Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestFormatStatus [2022-04-07T18:03:41.757Z] --- PASS: TestFormatStatus (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestFormatError [2022-04-07T18:03:41.757Z] --- PASS: TestFormatError (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestFormatJSONError [2022-04-07T18:03:41.757Z] --- PASS: TestFormatJSONError (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestJsonProgressFormatterFormatProgress [2022-04-07T18:03:41.757Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestJsonProgressFormatterFormatStatus [2022-04-07T18:03:41.757Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestNewJSONProgressOutput [2022-04-07T18:03:41.757Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestAuxFormatterEmit [2022-04-07T18:03:41.757Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestStreamWriterStdout [2022-04-07T18:03:41.757Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-04-07T18:03:41.757Z] === RUN TestStreamWriterStderr [2022-04-07T18:03:41.757Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-04-07T18:03:41.757Z] PASS [2022-04-07T18:03:41.757Z] coverage: 66.2% of statements [2022-04-07T18:03:41.757Z] ok github.com/docker/docker/pkg/streamformatter 0.039s coverage: 66.2% of statements [2022-04-07T18:03:42.211Z] === RUN TestGenerateRandomID [2022-04-07T18:03:42.211Z] --- PASS: TestGenerateRandomID (0.00s) [2022-04-07T18:03:42.211Z] === RUN TestShortenId [2022-04-07T18:03:42.211Z] --- PASS: TestShortenId (0.00s) [2022-04-07T18:03:42.211Z] === RUN TestShortenSha256Id [2022-04-07T18:03:42.211Z] --- PASS: TestShortenSha256Id (0.00s) [2022-04-07T18:03:42.211Z] === RUN TestShortenIdEmpty [2022-04-07T18:03:42.211Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-04-07T18:03:42.211Z] === RUN TestShortenIdInvalid [2022-04-07T18:03:42.211Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-04-07T18:03:42.211Z] === RUN TestIsShortIDNonHex [2022-04-07T18:03:42.211Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-04-07T18:03:42.211Z] === RUN TestIsShortIDNotCorrectSize [2022-04-07T18:03:42.211Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-04-07T18:03:42.211Z] PASS [2022-04-07T18:03:42.211Z] coverage: 70.6% of statements [2022-04-07T18:03:42.211Z] ok github.com/docker/docker/pkg/stringid 0.031s coverage: 70.6% of statements Post stage [Pipeline] junit [2022-04-07T18:03:42.320Z] Recording test results [2022-04-07T18:03:42.454Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-07T18:03:42.633Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-04-07T18:03:42.791Z] + echo Ensuring container killed. [2022-04-07T18:03:42.791Z] Ensuring container killed. [2022-04-07T18:03:42.791Z] + docker rm -vf docker-pr7 [2022-04-07T18:03:42.791Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-04-07T18:03:43.078Z] + echo Chowning /workspace to jenkins user [2022-04-07T18:03:43.078Z] Chowning /workspace to jenkins user [2022-04-07T18:03:43.078Z] + id -u [2022-04-07T18:03:43.078Z] + id -g [2022-04-07T18:03:43.078Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43448:/workspace busybox chown -R 1000:1000 /workspace [2022-04-07T18:03:43.169Z] === RUN TestIsCpusetListAvailable [2022-04-07T18:03:43.169Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-04-07T18:03:43.169Z] PASS [2022-04-07T18:03:43.169Z] coverage: 39.4% of statements [2022-04-07T18:03:43.169Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 39.4% of statements [2022-04-07T18:03:43.207Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s) [2022-04-07T18:03:43.207Z] === RUN TestAuthZPluginHeader [2022-04-07T18:03:43.781Z] --- PASS: TestAuthZPluginHeader (0.80s) [2022-04-07T18:03:43.781Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-07T18:03:44.042Z] === RUN TestDockerSuite/TestBuildRm [2022-04-07T18:03:44.128Z] === RUN TestChtimes [2022-04-07T18:03:44.128Z] --- PASS: TestChtimes (0.00s) [2022-04-07T18:03:44.128Z] === RUN TestChtimesWindows [2022-04-07T18:03:44.128Z] --- PASS: TestChtimesWindows (0.00s) [2022-04-07T18:03:44.128Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-04-07T18:03:44.128Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-04-07T18:03:44.128Z] PASS [2022-04-07T18:03:44.128Z] coverage: 13.0% of statements [2022-04-07T18:03:44.128Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 13.0% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-07T18:03:44.769Z] + bundleName=arm64-integration [2022-04-07T18:03:44.769Z] + echo Creating arm64-integration-bundles.tar.gz [2022-04-07T18:03:44.769Z] Creating arm64-integration-bundles.tar.gz [2022-04-07T18:03:44.769Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-04-07T18:03:44.769Z] + 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-04-07T18:03:45.043Z] Archiving artifacts [2022-04-07T18:03:45.090Z] === RUN TestTailFile [2022-04-07T18:03:45.090Z] --- PASS: TestTailFile (0.00s) [2022-04-07T18:03:45.090Z] === RUN TestTailFileManyLines [2022-04-07T18:03:45.090Z] --- PASS: TestTailFileManyLines (0.00s) [2022-04-07T18:03:45.090Z] === RUN TestTailEmptyFile [2022-04-07T18:03:45.090Z] --- PASS: TestTailEmptyFile (0.00s) [2022-04-07T18:03:45.090Z] === RUN TestTailNegativeN [2022-04-07T18:03:45.090Z] --- PASS: TestTailNegativeN (0.00s) [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/12_byte_delimiter [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/no_delimiter [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/no_delimiter [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/single_byte_delimiter [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/2_byte_delimiter [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/truncated_last_line [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/4_byte_delimiter [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.090Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.090Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/2_byte_delimiter [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/12_byte_delimiter [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/no_delimiter [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/single_byte_delimiter [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.091Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.091Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.091Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.092Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.092Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.093Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.093Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.094Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.094Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.095Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:03:45.096Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:03:45.353Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43448/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:03:45.551Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.01s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.01s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.01s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:03:45.551Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-04-07T18:03:45.552Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:03:45.553Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:03:45.553Z] PASS [2022-04-07T18:03:45.553Z] coverage: 88.6% of statements [2022-04-07T18:03:45.553Z] ok github.com/docker/docker/pkg/tailfile 0.247s coverage: 88.6% of statements [2022-04-07T18:03:45.664Z] + make clean [2022-04-07T18:03:45.664Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-07T18:03:45.664Z] docker-dev-cache [2022-04-07T18:03:45.664Z] docker-mod-cache [Pipeline] deleteDir [2022-04-07T18:03:46.511Z] === RUN TestTarSumRemoveNonExistent [2022-04-07T18:03:46.511Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestTarSumRemove [2022-04-07T18:03:46.511Z] --- PASS: TestTarSumRemove (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestSortFileInfoSums [2022-04-07T18:03:46.511Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestNewTarSumForLabelInvalid [2022-04-07T18:03:46.511Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestNewTarSumForLabel [2022-04-07T18:03:46.511Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestEmptyTar [2022-04-07T18:03:46.511Z] --- PASS: TestEmptyTar (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestTarSumsReadSize [2022-04-07T18:03:46.511Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestTarSums [2022-04-07T18:03:46.511Z] --- PASS: TestTarSums (0.06s) [2022-04-07T18:03:46.511Z] === RUN TestIteration [2022-04-07T18:03:46.511Z] --- PASS: TestIteration (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestVersionLabelForChecksum [2022-04-07T18:03:46.511Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestVersion [2022-04-07T18:03:46.511Z] --- PASS: TestVersion (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestGetVersion [2022-04-07T18:03:46.511Z] --- PASS: TestGetVersion (0.00s) [2022-04-07T18:03:46.511Z] === RUN TestGetVersions [2022-04-07T18:03:46.511Z] --- PASS: TestGetVersions (0.00s) [2022-04-07T18:03:46.511Z] PASS [2022-04-07T18:03:46.511Z] coverage: 89.3% of statements [2022-04-07T18:03:46.511Z] ok github.com/docker/docker/pkg/tarsum 0.109s coverage: 89.3% of statements [2022-04-07T18:03:46.588Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-07T18:03:46.626Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-07T18:03:46.626Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-07T18:03:46.626Z] === RUN TestBoolValue [2022-04-07T18:03:46.626Z] --- PASS: TestBoolValue (0.00s) [2022-04-07T18:03:46.626Z] === RUN TestBoolValueOrDefault [2022-04-07T18:03:46.626Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-04-07T18:03:46.626Z] === RUN TestInt64ValueOrZero [2022-04-07T18:03:46.626Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-04-07T18:03:46.626Z] === RUN TestInt64ValueOrDefault [2022-04-07T18:03:46.626Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-04-07T18:03:46.626Z] === RUN TestInt64ValueOrDefaultWithError [2022-04-07T18:03:46.626Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-04-07T18:03:46.626Z] === RUN TestJsonContentType [2022-04-07T18:03:46.626Z] --- PASS: TestJsonContentType (0.00s) [2022-04-07T18:03:46.626Z] PASS [2022-04-07T18:03:46.626Z] coverage: 16.2% of statements [2022-04-07T18:03:46.626Z] ok github.com/docker/docker/api/server/httputils 0.036s coverage: 16.2% of statements [2022-04-07T18:03:46.843Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-04-07T18:03:46.968Z] === RUN TestTruncIndex [2022-04-07T18:03:46.968Z] --- PASS: TestTruncIndex (0.10s) [2022-04-07T18:03:46.968Z] PASS [2022-04-07T18:03:46.968Z] coverage: 91.5% of statements [2022-04-07T18:03:46.968Z] ok github.com/docker/docker/pkg/truncindex 0.130s coverage: 91.5% of statements [2022-04-07T18:03:47.158Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [Pipeline] } [2022-04-07T18:03:47.422Z] === RUN TestIsGIT [2022-04-07T18:03:47.422Z] --- PASS: TestIsGIT (0.00s) [2022-04-07T18:03:47.422Z] === RUN TestIsTransport [2022-04-07T18:03:47.422Z] --- PASS: TestIsTransport (0.00s) [2022-04-07T18:03:47.422Z] PASS [2022-04-07T18:03:47.422Z] coverage: 100.0% of statements [2022-04-07T18:03:47.422Z] ok github.com/docker/docker/pkg/urlutil 0.032s coverage: 100.0% of statements [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-07T18:03:47.876Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-07T18:03:47.876Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-07T18:03:47.876Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-07T18:03:47.876Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-04-07T18:03:47.876Z] === RUN TestVersionInfo [2022-04-07T18:03:47.876Z] --- PASS: TestVersionInfo (0.00s) [2022-04-07T18:03:47.876Z] === RUN TestAppendVersions [2022-04-07T18:03:47.876Z] --- PASS: TestAppendVersions (0.00s) [2022-04-07T18:03:47.876Z] PASS [2022-04-07T18:03:47.876Z] coverage: 88.9% of statements [2022-04-07T18:03:47.876Z] ok github.com/docker/docker/pkg/useragent 0.028s coverage: 88.9% of statements [2022-04-07T18:03:48.101Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.31s) [2022-04-07T18:03:48.101Z] === RUN TestAuthZPluginV2Disable [2022-04-07T18:03:48.101Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-07T18:03:48.673Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-07T18:03:48.835Z] === RUN TestNewSettable [2022-04-07T18:03:48.835Z] --- PASS: TestNewSettable (0.00s) [2022-04-07T18:03:48.835Z] === RUN TestIsSettable [2022-04-07T18:03:48.835Z] --- PASS: TestIsSettable (0.00s) [2022-04-07T18:03:48.835Z] === RUN TestUpdateSettingsEnv [2022-04-07T18:03:48.835Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-04-07T18:03:48.835Z] PASS [2022-04-07T18:03:48.835Z] coverage: 20.0% of statements [2022-04-07T18:03:48.835Z] ok github.com/docker/docker/plugin/v2 0.032s coverage: 20.0% of statements [2022-04-07T18:03:48.872Z] === RUN TestMaskSecretKeys [2022-04-07T18:03:48.872Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-04-07T18:03:48.872Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-04-07T18:03:48.872Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-04-07T18:03:48.872Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-04-07T18:03:48.872Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-04-07T18:03:48.872Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-04-07T18:03:48.872Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-04-07T18:03:48.872Z] === RUN TestVersionMiddlewareVersion [2022-04-07T18:03:48.872Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-04-07T18:03:48.872Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-04-07T18:03:48.872Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-04-07T18:03:48.872Z] PASS [2022-04-07T18:03:48.872Z] coverage: 37.7% of statements [2022-04-07T18:03:48.872Z] ok github.com/docker/docker/api/server/middleware 0.046s coverage: 37.7% of statements [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-07T18:03:48.872Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-07T18:03:48.933Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-07T18:03:49.295Z] === RUN TestValidatePrivileges [2022-04-07T18:03:49.295Z] --- PASS: TestValidatePrivileges (0.00s) [2022-04-07T18:03:49.295Z] === RUN TestFilterByCapNeg [2022-04-07T18:03:49.295Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-04-07T18:03:49.295Z] === RUN TestFilterByCapPos [2022-04-07T18:03:49.295Z] --- PASS: TestFilterByCapPos (0.00s) [2022-04-07T18:03:49.295Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-04-07T18:03:49.295Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-04-07T18:03:49.295Z] PASS [2022-04-07T18:03:49.295Z] coverage: 12.0% of statements [2022-04-07T18:03:49.295Z] ok github.com/docker/docker/plugin 0.040s coverage: 12.0% of statements [2022-04-07T18:03:49.350Z] === RUN TestStrSliceMarshalJSON [2022-04-07T18:03:49.350Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestStrSliceUnmarshalJSON [2022-04-07T18:03:49.350Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestStrSliceUnmarshalString [2022-04-07T18:03:49.350Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestStrSliceUnmarshalSlice [2022-04-07T18:03:49.350Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-04-07T18:03:49.350Z] PASS [2022-04-07T18:03:49.350Z] coverage: 90.0% of statements [2022-04-07T18:03:49.350Z] ok github.com/docker/docker/api/types/strslice 0.032s coverage: 90.0% of statements [2022-04-07T18:03:49.350Z] === RUN TestToJSON [2022-04-07T18:03:49.350Z] --- PASS: TestToJSON (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestToParamWithVersion [2022-04-07T18:03:49.350Z] --- PASS: TestToParamWithVersion (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestFromJSON [2022-04-07T18:03:49.350Z] --- PASS: TestFromJSON (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestEmpty [2022-04-07T18:03:49.350Z] --- PASS: TestEmpty (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestArgsMatchKVListEmptySources [2022-04-07T18:03:49.350Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestArgsMatchKVList [2022-04-07T18:03:49.350Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestArgsMatch [2022-04-07T18:03:49.350Z] --- PASS: TestArgsMatch (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestAdd [2022-04-07T18:03:49.350Z] --- PASS: TestAdd (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestDel [2022-04-07T18:03:49.350Z] --- PASS: TestDel (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestLen [2022-04-07T18:03:49.350Z] --- PASS: TestLen (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestExactMatch [2022-04-07T18:03:49.350Z] --- PASS: TestExactMatch (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestOnlyOneExactMatch [2022-04-07T18:03:49.350Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestContains [2022-04-07T18:03:49.350Z] --- PASS: TestContains (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestValidate [2022-04-07T18:03:49.350Z] --- PASS: TestValidate (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestWalkValues [2022-04-07T18:03:49.350Z] --- PASS: TestWalkValues (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestFuzzyMatch [2022-04-07T18:03:49.350Z] --- PASS: TestFuzzyMatch (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestClone [2022-04-07T18:03:49.350Z] --- PASS: TestClone (0.00s) [2022-04-07T18:03:49.350Z] PASS [2022-04-07T18:03:49.350Z] coverage: 92.2% of statements [2022-04-07T18:03:49.350Z] ok github.com/docker/docker/api/types/filters 0.036s coverage: 92.2% of statements [2022-04-07T18:03:49.350Z] === RUN TestDurationToSecondsString [2022-04-07T18:03:49.350Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-04-07T18:03:49.350Z] === RUN TestGetTimestamp [2022-04-07T18:03:49.758Z] === RUN TestLoad [2022-04-07T18:03:49.758Z] --- PASS: TestLoad (0.00s) [2022-04-07T18:03:49.758Z] === RUN TestSave [2022-04-07T18:03:49.758Z] --- PASS: TestSave (0.02s) [2022-04-07T18:03:49.758Z] === RUN TestAddDeleteGet [2022-04-07T18:03:49.758Z] --- PASS: TestAddDeleteGet (0.02s) [2022-04-07T18:03:49.758Z] === RUN TestInvalidTags [2022-04-07T18:03:49.758Z] --- PASS: TestInvalidTags (0.00s) [2022-04-07T18:03:49.758Z] PASS [2022-04-07T18:03:49.758Z] coverage: 84.4% of statements [2022-04-07T18:03:49.758Z] ok github.com/docker/docker/reference 0.082s coverage: 84.4% of statements [2022-04-07T18:03:49.825Z] === RUN TestAdjustForAPIVersion [2022-04-07T18:03:49.825Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-04-07T18:03:49.825Z] PASS [2022-04-07T18:03:49.825Z] coverage: 5.7% of statements [2022-04-07T18:03:49.825Z] ok github.com/docker/docker/api/server/router/swarm 0.040s coverage: 5.7% of statements [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-07T18:03:49.825Z] --- PASS: TestGetTimestamp (0.13s) [2022-04-07T18:03:49.825Z] === RUN TestParseTimestamps [2022-04-07T18:03:49.825Z] --- PASS: TestParseTimestamps (0.00s) [2022-04-07T18:03:49.825Z] PASS [2022-04-07T18:03:49.825Z] coverage: 100.0% of statements [2022-04-07T18:03:49.825Z] ok github.com/docker/docker/api/types/time 0.161s coverage: 100.0% of statements [2022-04-07T18:03:49.825Z] === RUN TestCompareVersion [2022-04-07T18:03:49.825Z] --- PASS: TestCompareVersion (0.00s) [2022-04-07T18:03:49.825Z] PASS [2022-04-07T18:03:49.825Z] coverage: 77.3% of statements [2022-04-07T18:03:49.825Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 77.3% of statements [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/builder [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-07T18:03:49.825Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-07T18:03:49.875Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-07T18:03:50.220Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-04-07T18:03:50.220Z] === RUN TestClientStream [2022-04-07T18:03:50.220Z] --- PASS: TestClientStream (0.00s) [2022-04-07T18:03:50.220Z] === RUN TestClientSendFile [2022-04-07T18:03:50.220Z] --- PASS: TestClientSendFile (0.00s) [2022-04-07T18:03:50.220Z] === RUN TestClientWithRequestTimeout [2022-04-07T18:03:50.220Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-04-07T18:03:50.220Z] === RUN TestFileSpecPlugin [2022-04-07T18:03:50.220Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-04-07T18:03:50.220Z] === RUN TestFileJSONSpecPlugin [2022-04-07T18:03:50.220Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-04-07T18:03:50.220Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-04-07T18:03:50.220Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-04-07T18:03:50.220Z] === RUN TestPluginAddHandler [2022-04-07T18:03:50.220Z] --- PASS: TestPluginAddHandler (0.00s) [2022-04-07T18:03:50.220Z] === RUN TestPluginWaitBadPlugin [2022-04-07T18:03:50.220Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-04-07T18:03:50.220Z] === RUN TestGet [2022-04-07T18:03:50.220Z] time="2022-04-07T18:03:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-04-07T18:03:50.683Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-04-07T18:03:50.683Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-04-07T18:03:50.683Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.03s) [2022-04-07T18:03:50.683Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-04-07T18:03:50.683Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestResumableRequestReaderWithReadError [2022-04-07T18:03:50.683Z] time="2022-04-07T18:03:50Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-04-07T18:03:50.683Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2022-04-07T18:03:50.683Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-04-07T18:03:50.683Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-04-07T18:03:50.683Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-04-07T18:03:50.683Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestResumableRequestReader [2022-04-07T18:03:50.683Z] --- PASS: TestResumableRequestReader (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-04-07T18:03:50.683Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-04-07T18:03:50.683Z] PASS [2022-04-07T18:03:50.683Z] coverage: 100.0% of statements [2022-04-07T18:03:50.683Z] ok github.com/docker/docker/registry/resumable 0.184s coverage: 100.0% of statements [2022-04-07T18:03:50.683Z] === RUN TestResolveAuthConfigIndexServer [2022-04-07T18:03:50.683Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestResolveAuthConfigFullURL [2022-04-07T18:03:50.683Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestLoadAllowNondistributableArtifacts [2022-04-07T18:03:50.683Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestValidateMirror [2022-04-07T18:03:50.683Z] --- PASS: TestValidateMirror (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestLoadInsecureRegistries [2022-04-07T18:03:50.683Z] time="2022-04-07T18:03:50Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-07T18:03:50.683Z] time="2022-04-07T18:03:50Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-04-07T18:03:50.683Z] time="2022-04-07T18:03:50Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-07T18:03:50.683Z] --- PASS: TestLoadInsecureRegistries (0.11s) [2022-04-07T18:03:50.683Z] === RUN TestNewServiceConfig [2022-04-07T18:03:50.683Z] --- PASS: TestNewServiceConfig (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestValidateIndexName [2022-04-07T18:03:50.683Z] --- PASS: TestValidateIndexName (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestValidateIndexNameWithError [2022-04-07T18:03:50.683Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestEndpointParse [2022-04-07T18:03:50.683Z] --- PASS: TestEndpointParse (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestEndpointParseInvalid [2022-04-07T18:03:50.683Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestValidateEndpoint [2022-04-07T18:03:50.683Z] --- PASS: TestValidateEndpoint (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestPing [2022-04-07T18:03:50.683Z] --- PASS: TestPing (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestPingRegistryEndpoint [2022-04-07T18:03:50.683Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:50.683Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-04-07T18:03:50.683Z] === RUN TestEndpoint [2022-04-07T18:03:50.683Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:50.683Z] --- SKIP: TestEndpoint (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestParseRepositoryInfo [2022-04-07T18:03:50.683Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestNewIndexInfo [2022-04-07T18:03:50.683Z] --- PASS: TestNewIndexInfo (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestMirrorEndpointLookup [2022-04-07T18:03:50.683Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:50.683Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-04-07T18:03:50.683Z] === RUN TestSearchRepositories [2022-04-07T18:03:50.683Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-04-07T18:03:50.683Z] Host: 127.0.0.1:49359 [2022-04-07T18:03:50.683Z] User-Agent: docker test client [2022-04-07T18:03:50.683Z] Authorization: Token fake-token [2022-04-07T18:03:50.683Z] X-Docker-Token: true [2022-04-07T18:03:50.683Z] Accept-Encoding: gzip [2022-04-07T18:03:50.683Z] [2022-04-07T18:03:50.683Z] [2022-04-07T18:03:50.683Z] registry_test.go:731: HTTP/1.1 200 OK [2022-04-07T18:03:50.683Z] Connection: close [2022-04-07T18:03:50.683Z] Content-Length: 144 [2022-04-07T18:03:50.683Z] Cache-Control: no-cache [2022-04-07T18:03:50.683Z] Content-Type: application/json [2022-04-07T18:03:50.683Z] Date: Thu, 07 Apr 2022 18:03:50 GMT [2022-04-07T18:03:50.683Z] Expires: -1 [2022-04-07T18:03:50.683Z] Pragma: no-cache [2022-04-07T18:03:50.684Z] Server: docker-tests/mock [2022-04-07T18:03:50.684Z] X-Docker-Registry-Config: mock [2022-04-07T18:03:50.684Z] X-Docker-Registry-Version: 0.0.0 [2022-04-07T18:03:50.684Z] [2022-04-07T18:03:50.684Z] [2022-04-07T18:03:50.684Z] --- PASS: TestSearchRepositories (0.00s) [2022-04-07T18:03:50.684Z] === RUN TestTrustedLocation [2022-04-07T18:03:50.684Z] --- PASS: TestTrustedLocation (0.00s) [2022-04-07T18:03:50.817Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-04-07T18:03:50.825Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-04-07T18:03:50.825Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-04-07T18:03:50.825Z] === RUN TestCloneArgsSmartHttp [2022-04-07T18:03:50.825Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-04-07T18:03:50.825Z] === RUN TestCloneArgsDumbHttp [2022-04-07T18:03:50.825Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-04-07T18:03:50.825Z] === RUN TestCloneArgsGit [2022-04-07T18:03:50.825Z] --- PASS: TestCloneArgsGit (0.00s) [2022-04-07T18:03:50.825Z] === RUN TestCheckoutGit [2022-04-07T18:03:51.147Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-04-07T18:03:51.147Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-04-07T18:03:51.147Z] === RUN TestAllowNondistributableArtifacts [2022-04-07T18:03:51.147Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-04-07T18:03:51.147Z] === RUN TestIsSecureIndex [2022-04-07T18:03:51.147Z] --- PASS: TestIsSecureIndex (0.00s) [2022-04-07T18:03:51.147Z] PASS [2022-04-07T18:03:51.147Z] coverage: 51.7% of statements [2022-04-07T18:03:51.147Z] ok github.com/docker/docker/registry 0.178s coverage: 51.7% of statements [2022-04-07T18:03:51.147Z] === RUN TestRestartManagerTimeout [2022-04-07T18:03:51.147Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-04-07T18:03:51.147Z] === RUN TestRestartManagerTimeoutReset [2022-04-07T18:03:51.147Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-04-07T18:03:51.147Z] PASS [2022-04-07T18:03:51.147Z] coverage: 50.9% of statements [2022-04-07T18:03:51.147Z] ok github.com/docker/docker/restartmanager 0.030s coverage: 50.9% of statements [2022-04-07T18:03:51.147Z] time="2022-04-07T18:03:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-04-07T18:03:51.610Z] === RUN TestDecodeContainerConfig [2022-04-07T18:03:51.610Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-04-07T18:03:51.610Z] === RUN TestDecodeContainerConfigIsolation [2022-04-07T18:03:51.610Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-04-07T18:03:51.610Z] === RUN TestValidatePrivileged [2022-04-07T18:03:51.610Z] --- PASS: TestValidatePrivileged (0.00s) [2022-04-07T18:03:51.610Z] PASS [2022-04-07T18:03:51.610Z] coverage: 52.6% of statements [2022-04-07T18:03:51.610Z] ok github.com/docker/docker/runconfig 0.031s coverage: 52.6% of statements [2022-04-07T18:03:51.762Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-07T18:03:52.024Z] --- PASS: TestAuthZPluginV2Disable (3.76s) [2022-04-07T18:03:52.024Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-07T18:03:52.074Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-04-07T18:03:52.074Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-04-07T18:03:52.074Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-04-07T18:03:52.074Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-04-07T18:03:52.074Z] PASS [2022-04-07T18:03:52.074Z] coverage: 62.5% of statements [2022-04-07T18:03:52.074Z] ok github.com/docker/docker/testutil 0.029s coverage: 62.5% of statements [2022-04-07T18:03:52.410Z] === RUN TestEnable [2022-04-07T18:03:52.410Z] --- PASS: TestEnable (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestDisable [2022-04-07T18:03:52.410Z] --- PASS: TestDisable (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestEnabled [2022-04-07T18:03:52.410Z] --- PASS: TestEnabled (0.00s) [2022-04-07T18:03:52.410Z] PASS [2022-04-07T18:03:52.410Z] coverage: 100.0% of statements [2022-04-07T18:03:52.410Z] ok github.com/docker/docker/cli/debug 0.033s coverage: 100.0% of statements [2022-04-07T18:03:52.410Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-04-07T18:03:52.410Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestProcessNoDockerignore [2022-04-07T18:03:52.410Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestProcessShouldLeaveAllFiles [2022-04-07T18:03:52.410Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestDetectContentType [2022-04-07T18:03:52.410Z] --- PASS: TestDetectContentType (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestSelectAcceptableMIME [2022-04-07T18:03:52.410Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestInspectEmptyResponse [2022-04-07T18:03:52.410Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestInspectResponseBinary [2022-04-07T18:03:52.410Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestResponseUnsupportedContentType [2022-04-07T18:03:52.410Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestInspectResponseTextSimple [2022-04-07T18:03:52.410Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestInspectResponseEmptyContentType [2022-04-07T18:03:52.410Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestUnknownContentLength [2022-04-07T18:03:52.410Z] --- PASS: TestUnknownContentLength (0.00s) [2022-04-07T18:03:52.410Z] === RUN TestDownloadRemote [2022-04-07T18:03:52.886Z] --- PASS: TestDownloadRemote (0.06s) [2022-04-07T18:03:52.886Z] === RUN TestGetWithStatusError [2022-04-07T18:03:52.886Z] --- PASS: TestGetWithStatusError (0.00s) [2022-04-07T18:03:52.886Z] === RUN TestCloseRootDirectory [2022-04-07T18:03:52.886Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:52.886Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-04-07T18:03:52.886Z] === RUN TestHashFile [2022-04-07T18:03:52.886Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:52.886Z] --- SKIP: TestHashFile (0.00s) [2022-04-07T18:03:52.886Z] === RUN TestHashSubdir [2022-04-07T18:03:52.886Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:52.886Z] --- SKIP: TestHashSubdir (0.00s) [2022-04-07T18:03:52.886Z] === RUN TestRemoveDirectory [2022-04-07T18:03:52.886Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:03:52.886Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-04-07T18:03:52.886Z] PASS [2022-04-07T18:03:52.886Z] coverage: 9.3% of statements [2022-04-07T18:03:52.886Z] ok github.com/docker/docker/builder/remotecontext 0.185s coverage: 9.3% of statements [2022-04-07T18:03:53.049Z] time="2022-04-07T18:03:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-04-07T18:03:53.362Z] === RUN TestGetAllAllowed [2022-04-07T18:03:53.362Z] --- PASS: TestGetAllAllowed (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestGetAllMeta [2022-04-07T18:03:53.362Z] --- PASS: TestGetAllMeta (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestWarnOnUnusedBuildArgs [2022-04-07T18:03:53.362Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestIsUnreferencedBuiltin [2022-04-07T18:03:53.362Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestIsExistingDirectory [2022-04-07T18:03:53.362Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestGetFilenameForDownload [2022-04-07T18:03:53.362Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestEnv2Variables [2022-04-07T18:03:53.362Z] --- PASS: TestEnv2Variables (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-04-07T18:03:53.362Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestMaintainer [2022-04-07T18:03:53.362Z] --- PASS: TestMaintainer (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestLabel [2022-04-07T18:03:53.362Z] --- PASS: TestLabel (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestFromScratch [2022-04-07T18:03:53.362Z] --- PASS: TestFromScratch (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestFromWithArg [2022-04-07T18:03:53.362Z] --- PASS: TestFromWithArg (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-04-07T18:03:53.362Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestFromWithUndefinedArg [2022-04-07T18:03:53.362Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestFromMultiStageWithNamedStage [2022-04-07T18:03:53.362Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestOnbuild [2022-04-07T18:03:53.362Z] --- PASS: TestOnbuild (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestWorkdir [2022-04-07T18:03:53.362Z] --- PASS: TestWorkdir (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestCmd [2022-04-07T18:03:53.362Z] --- PASS: TestCmd (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestHealthcheckNone [2022-04-07T18:03:53.362Z] --- PASS: TestHealthcheckNone (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestHealthcheckCmd [2022-04-07T18:03:53.362Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestEntrypoint [2022-04-07T18:03:53.362Z] --- PASS: TestEntrypoint (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestExpose [2022-04-07T18:03:53.362Z] --- PASS: TestExpose (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestUser [2022-04-07T18:03:53.362Z] --- PASS: TestUser (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestVolume [2022-04-07T18:03:53.362Z] --- PASS: TestVolume (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestStopSignal [2022-04-07T18:03:53.362Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-07T18:03:53.362Z] --- SKIP: TestStopSignal (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestArg [2022-04-07T18:03:53.362Z] --- PASS: TestArg (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestShell [2022-04-07T18:03:53.362Z] --- PASS: TestShell (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestPrependEnvOnCmd [2022-04-07T18:03:53.362Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestRunWithBuildArgs [2022-04-07T18:03:53.362Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestRunIgnoresHealthcheck [2022-04-07T18:03:53.362Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestDispatchUnsupportedOptions [2022-04-07T18:03:53.362Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-04-07T18:03:53.362Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-04-07T18:03:53.362Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-04-07T18:03:53.362Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestNormalizeWorkdir [2022-04-07T18:03:53.362Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestDispatch [2022-04-07T18:03:53.362Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-04-07T18:03:53.362Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-04-07T18:03:53.362Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-04-07T18:03:53.362Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-04-07T18:03:53.362Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-04-07T18:03:53.362Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-04-07T18:03:53.362Z] === RUN TestDispatch/COPY_url [2022-04-07T18:03:53.362Z] --- PASS: TestDispatch (0.05s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-04-07T18:03:53.362Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestAddScratchImageAddsToMounts [2022-04-07T18:03:53.362Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestAddFromScratchPopulatesPlatform [2022-04-07T18:03:53.362Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-04-07T18:03:53.362Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-04-07T18:03:53.362Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestImageSourceGetAddsToMounts [2022-04-07T18:03:53.362Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestEmptyDockerfile [2022-04-07T18:03:53.362Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestSymlinkDockerfile [2022-04-07T18:03:53.362Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-04-07T18:03:53.362Z] === RUN TestDockerfileOutsideTheBuildContext [2022-04-07T18:03:53.362Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestNonExistingDockerfile [2022-04-07T18:03:53.362Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestCopyRunConfig [2022-04-07T18:03:53.362Z] --- PASS: TestCopyRunConfig (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestDeepCopyRunConfig [2022-04-07T18:03:53.362Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestExportImage [2022-04-07T18:03:53.362Z] --- PASS: TestExportImage (0.00s) [2022-04-07T18:03:53.362Z] === RUN TestNormalizeDest [2022-04-07T18:03:53.362Z] --- PASS: TestNormalizeDest (0.00s) [2022-04-07T18:03:53.362Z] PASS [2022-04-07T18:03:53.362Z] coverage: 46.7% of statements [2022-04-07T18:03:53.362Z] ok github.com/docker/docker/builder/dockerfile 0.200s coverage: 46.7% of statements [2022-04-07T18:03:53.511Z] === RUN TestGetDriver [2022-04-07T18:03:53.511Z] --- PASS: TestGetDriver (0.00s) [2022-04-07T18:03:53.511Z] === RUN TestVolumeRequestError [2022-04-07T18:03:53.511Z] --- PASS: TestVolumeRequestError (0.01s) [2022-04-07T18:03:53.511Z] PASS [2022-04-07T18:03:53.511Z] coverage: 36.1% of statements [2022-04-07T18:03:53.511Z] ok github.com/docker/docker/volume/drivers 0.037s coverage: 36.1% of statements [2022-04-07T18:03:53.511Z] === RUN TestGetAddress [2022-04-07T18:03:53.511Z] --- PASS: TestGetAddress (0.00s) [2022-04-07T18:03:53.511Z] === RUN TestRemove [2022-04-07T18:03:53.511Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-07T18:03:53.511Z] --- SKIP: TestRemove (0.00s) [2022-04-07T18:03:53.511Z] === RUN TestInitializeWithVolumes [2022-04-07T18:03:53.511Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-04-07T18:03:53.511Z] === RUN TestCreate [2022-04-07T18:03:53.511Z] --- PASS: TestCreate (0.01s) [2022-04-07T18:03:53.511Z] === RUN TestValidateName [2022-04-07T18:03:53.511Z] --- PASS: TestValidateName (0.00s) [2022-04-07T18:03:53.511Z] === RUN TestCreateWithOpts [2022-04-07T18:03:53.511Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-07T18:03:53.511Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-04-07T18:03:53.511Z] === RUN TestRelaodNoOpts [2022-04-07T18:03:53.839Z] === RUN TestTCP4Proxy [2022-04-07T18:03:53.974Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-04-07T18:03:53.974Z] PASS [2022-04-07T18:03:53.974Z] coverage: 41.5% of statements [2022-04-07T18:03:53.974Z] ok github.com/docker/docker/volume/local 0.054s coverage: 41.5% of statements [2022-04-07T18:03:54.314Z] --- PASS: TestTCP4Proxy (0.00s) [2022-04-07T18:03:54.314Z] === RUN TestTCP4ProxyHalfClose [2022-04-07T18:03:54.314Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-04-07T18:03:54.314Z] === RUN TestTCP6Proxy [2022-04-07T18:03:54.314Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-07T18:03:54.314Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-04-07T18:03:54.314Z] === RUN TestTCPDualStackProxy [2022-04-07T18:03:54.314Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-07T18:03:54.314Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-04-07T18:03:54.314Z] === RUN TestUDP4Proxy [2022-04-07T18:03:54.314Z] --- PASS: TestUDP4Proxy (0.01s) [2022-04-07T18:03:54.314Z] === RUN TestUDP6Proxy [2022-04-07T18:03:54.314Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-07T18:03:54.314Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-04-07T18:03:54.314Z] === RUN TestUDPWriteError [2022-04-07T18:03:54.314Z] --- PASS: TestUDPWriteError (0.00s) [2022-04-07T18:03:54.314Z] === RUN TestSCTP4Proxy [2022-04-07T18:03:54.314Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-07T18:03:54.314Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-04-07T18:03:54.314Z] === RUN TestSCTP6Proxy [2022-04-07T18:03:54.314Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-07T18:03:54.314Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-04-07T18:03:54.314Z] PASS [2022-04-07T18:03:54.314Z] coverage: 49.4% of statements [2022-04-07T18:03:54.314Z] ok github.com/docker/docker/cmd/docker-proxy 0.054s coverage: 49.4% of statements [2022-04-07T18:03:54.335Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRaw [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-04-07T18:03:54.437Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRaw [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-04-07T18:03:54.437Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-04-07T18:03:54.437Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-04-07T18:03:54.437Z] === RUN TestConvertTmpfsOptions [2022-04-07T18:03:54.437Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-04-07T18:03:54.437Z] linux_parser_test.go:209: data="ro" [2022-04-07T18:03:54.437Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-04-07T18:03:54.437Z] === RUN TestParseMountSpec [2022-04-07T18:03:54.437Z] parser_test.go:62: case 0 [2022-04-07T18:03:54.437Z] parser_test.go:62: case 1 [2022-04-07T18:03:54.437Z] parser_test.go:62: case 2 [2022-04-07T18:03:54.437Z] parser_test.go:62: case 3 [2022-04-07T18:03:54.437Z] parser_test.go:62: case 4 [2022-04-07T18:03:54.437Z] parser_test.go:62: case 5 [2022-04-07T18:03:54.437Z] --- PASS: TestParseMountSpec (0.00s) [2022-04-07T18:03:54.437Z] === RUN TestValidateMount [2022-04-07T18:03:54.437Z] --- PASS: TestValidateMount (0.00s) [2022-04-07T18:03:54.437Z] === RUN TestWindowsParseMountRaw [2022-04-07T18:03:54.571Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-07T18:03:54.571Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-07T18:03:54.831Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-07T18:03:54.831Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-04-07T18:03:54.831Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-07T18:03:54.899Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-04-07T18:03:54.899Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-04-07T18:03:54.899Z] PASS [2022-04-07T18:03:54.899Z] coverage: 67.6% of statements [2022-04-07T18:03:54.899Z] ok github.com/docker/docker/volume/mounts 0.040s coverage: 67.6% of statements [2022-04-07T18:03:55.092Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-07T18:03:55.362Z] === RUN TestSetGetMeta [2022-04-07T18:03:55.362Z] === PAUSE TestSetGetMeta [2022-04-07T18:03:55.362Z] === RUN TestRestore [2022-04-07T18:03:55.362Z] === PAUSE TestRestore [2022-04-07T18:03:55.362Z] === RUN TestServiceCreate [2022-04-07T18:03:55.362Z] === PAUSE TestServiceCreate [2022-04-07T18:03:55.362Z] === RUN TestServiceList [2022-04-07T18:03:55.362Z] === PAUSE TestServiceList [2022-04-07T18:03:55.362Z] === RUN TestServiceRemove [2022-04-07T18:03:55.362Z] === PAUSE TestServiceRemove [2022-04-07T18:03:55.362Z] === RUN TestServiceGet [2022-04-07T18:03:55.362Z] === PAUSE TestServiceGet [2022-04-07T18:03:55.362Z] === RUN TestServicePrune [2022-04-07T18:03:55.362Z] === PAUSE TestServicePrune [2022-04-07T18:03:55.362Z] === RUN TestCreate [2022-04-07T18:03:55.362Z] === PAUSE TestCreate [2022-04-07T18:03:55.362Z] === RUN TestRemove [2022-04-07T18:03:55.362Z] === PAUSE TestRemove [2022-04-07T18:03:55.362Z] === RUN TestList [2022-04-07T18:03:55.362Z] === PAUSE TestList [2022-04-07T18:03:55.362Z] === RUN TestFindByDriver [2022-04-07T18:03:55.362Z] === PAUSE TestFindByDriver [2022-04-07T18:03:55.362Z] === RUN TestFindByReferenced [2022-04-07T18:03:55.362Z] === PAUSE TestFindByReferenced [2022-04-07T18:03:55.362Z] === RUN TestDerefMultipleOfSameRef [2022-04-07T18:03:55.362Z] === PAUSE TestDerefMultipleOfSameRef [2022-04-07T18:03:55.362Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-07T18:03:55.362Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-07T18:03:55.362Z] === RUN TestDefererencePluginOnCreateError [2022-04-07T18:03:55.362Z] === PAUSE TestDefererencePluginOnCreateError [2022-04-07T18:03:55.362Z] === RUN TestRefDerefRemove [2022-04-07T18:03:55.362Z] === PAUSE TestRefDerefRemove [2022-04-07T18:03:55.362Z] === RUN TestGet [2022-04-07T18:03:55.362Z] === PAUSE TestGet [2022-04-07T18:03:55.362Z] === RUN TestGetWithReference [2022-04-07T18:03:55.362Z] === PAUSE TestGetWithReference [2022-04-07T18:03:55.362Z] === RUN TestFilterFunc [2022-04-07T18:03:55.362Z] === RUN TestFilterFunc/test_nil_list [2022-04-07T18:03:55.362Z] === PAUSE TestFilterFunc/test_nil_list [2022-04-07T18:03:55.362Z] === RUN TestFilterFunc/test_empty_list [2022-04-07T18:03:55.362Z] === PAUSE TestFilterFunc/test_empty_list [2022-04-07T18:03:55.362Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-04-07T18:03:55.362Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-04-07T18:03:55.362Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-07T18:03:55.362Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-07T18:03:55.362Z] === RUN TestFilterFunc/test_filter_some [2022-04-07T18:03:55.362Z] === PAUSE TestFilterFunc/test_filter_some [2022-04-07T18:03:55.362Z] === RUN TestFilterFunc/test_filter_middle [2022-04-07T18:03:55.362Z] === PAUSE TestFilterFunc/test_filter_middle [2022-04-07T18:03:55.362Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-04-07T18:03:55.362Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-04-07T18:03:55.362Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-04-07T18:03:55.362Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-04-07T18:03:55.362Z] === CONT TestFilterFunc/test_nil_list [2022-04-07T18:03:55.362Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-07T18:03:55.362Z] === CONT TestFilterFunc/test_filter_some [2022-04-07T18:03:55.362Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-04-07T18:03:55.362Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-04-07T18:03:55.362Z] === CONT TestFilterFunc/test_empty_list [2022-04-07T18:03:55.362Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-04-07T18:03:55.362Z] === CONT TestFilterFunc/test_filter_middle [2022-04-07T18:03:55.362Z] --- PASS: TestFilterFunc (0.00s) [2022-04-07T18:03:55.362Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-04-07T18:03:55.362Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-04-07T18:03:55.362Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-04-07T18:03:55.362Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-04-07T18:03:55.362Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-04-07T18:03:55.362Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-04-07T18:03:55.362Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-04-07T18:03:55.362Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-04-07T18:03:55.362Z] === CONT TestSetGetMeta [2022-04-07T18:03:55.362Z] === CONT TestList [2022-04-07T18:03:55.362Z] === CONT TestCreate [2022-04-07T18:03:55.362Z] === CONT TestServiceGet [2022-04-07T18:03:55.362Z] --- PASS: TestSetGetMeta (0.01s) [2022-04-07T18:03:55.362Z] === CONT TestServiceRemove [2022-04-07T18:03:55.362Z] --- PASS: TestCreate (0.01s) [2022-04-07T18:03:55.362Z] === CONT TestServiceList [2022-04-07T18:03:55.362Z] --- PASS: TestList (0.02s) [2022-04-07T18:03:55.362Z] === CONT TestServiceCreate [2022-04-07T18:03:55.362Z] --- PASS: TestServiceGet (0.10s) [2022-04-07T18:03:55.362Z] === CONT TestRestore [2022-04-07T18:03:55.362Z] --- PASS: TestServiceRemove (0.09s) [2022-04-07T18:03:55.362Z] === CONT TestRemove [2022-04-07T18:03:55.362Z] --- PASS: TestServiceCreate (0.08s) [2022-04-07T18:03:55.362Z] === CONT TestDefererencePluginOnCreateError [2022-04-07T18:03:55.362Z] --- PASS: TestServiceList (0.10s) [2022-04-07T18:03:55.362Z] === CONT TestGetWithReference [2022-04-07T18:03:55.362Z] --- PASS: TestRestore (0.02s) [2022-04-07T18:03:55.362Z] === CONT TestGet [2022-04-07T18:03:55.362Z] --- PASS: TestRemove (0.01s) [2022-04-07T18:03:55.362Z] === CONT TestRefDerefRemove [2022-04-07T18:03:55.362Z] --- PASS: TestGetWithReference (0.01s) [2022-04-07T18:03:55.362Z] === CONT TestDerefMultipleOfSameRef [2022-04-07T18:03:55.362Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-04-07T18:03:55.362Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-07T18:03:55.362Z] --- PASS: TestRefDerefRemove (0.01s) [2022-04-07T18:03:55.362Z] === CONT TestServicePrune [2022-04-07T18:03:55.362Z] --- PASS: TestGet (0.01s) [2022-04-07T18:03:55.362Z] === CONT TestFindByReferenced [2022-04-07T18:03:55.362Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2022-04-07T18:03:55.362Z] === CONT TestFindByDriver [2022-04-07T18:03:55.362Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-04-07T18:03:55.362Z] time="2022-04-07T18:03:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:03:55.362Z] --- PASS: TestFindByReferenced (0.01s) [2022-04-07T18:03:55.362Z] --- PASS: TestFindByDriver (0.01s) [2022-04-07T18:03:55.362Z] time="2022-04-07T18:03:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:03:55.362Z] time="2022-04-07T18:03:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:03:55.362Z] time="2022-04-07T18:03:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-04-07T18:03:55.362Z] time="2022-04-07T18:03:55Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:03:55.362Z] --- PASS: TestServicePrune (0.02s) [2022-04-07T18:03:55.362Z] PASS [2022-04-07T18:03:55.362Z] coverage: 69.0% of statements [2022-04-07T18:03:55.362Z] ok github.com/docker/docker/volume/service 0.191s coverage: 69.0% of statements [2022-04-07T18:03:55.664Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.70s) [2022-04-07T18:03:55.664Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-07T18:03:56.239Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-07T18:03:56.239Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-04-07T18:03:56.239Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-07T18:03:56.811Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-07T18:03:57.554Z] time="2022-04-07T18:03:56Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-04-07T18:03:59.365Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-04-07T18:04:01.021Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-07T18:04:02.405Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-07T18:04:03.175Z] === RUN TestCheckpointCreateError [2022-04-07T18:04:03.175Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestCheckpointCreate [2022-04-07T18:04:03.175Z] --- PASS: TestCheckpointCreate (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestCheckpointDeleteError [2022-04-07T18:04:03.175Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestCheckpointDelete [2022-04-07T18:04:03.175Z] --- PASS: TestCheckpointDelete (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestCheckpointListError [2022-04-07T18:04:03.175Z] --- PASS: TestCheckpointListError (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestCheckpointList [2022-04-07T18:04:03.175Z] --- PASS: TestCheckpointList (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestCheckpointListContainerNotFound [2022-04-07T18:04:03.175Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestNewClientWithOpsFromEnv [2022-04-07T18:04:03.175Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-07T18:04:03.175Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestGetAPIPath [2022-04-07T18:04:03.175Z] --- PASS: TestGetAPIPath (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestParseHostURL [2022-04-07T18:04:03.175Z] --- PASS: TestParseHostURL (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-04-07T18:04:03.175Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersionEmpty [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersion [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPVersionOverride [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersionAutomatic [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-04-07T18:04:03.175Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestClientRedirect [2022-04-07T18:04:03.175Z] === RUN TestClientRedirect/GET [2022-04-07T18:04:03.175Z] === RUN TestClientRedirect/POST [2022-04-07T18:04:03.175Z] === RUN TestClientRedirect/PUT [2022-04-07T18:04:03.175Z] === RUN TestClientRedirect/DELETE [2022-04-07T18:04:03.175Z] --- PASS: TestClientRedirect (0.00s) [2022-04-07T18:04:03.175Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-04-07T18:04:03.175Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-04-07T18:04:03.175Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-04-07T18:04:03.175Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestConfigCreateUnsupported [2022-04-07T18:04:03.175Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestConfigCreateError [2022-04-07T18:04:03.175Z] --- PASS: TestConfigCreateError (0.00s) [2022-04-07T18:04:03.175Z] === RUN TestConfigCreate [2022-04-07T18:04:03.176Z] --- PASS: TestConfigCreate (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigInspectNotFound [2022-04-07T18:04:03.176Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigInspectWithEmptyID [2022-04-07T18:04:03.176Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigInspectUnsupported [2022-04-07T18:04:03.176Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigInspectError [2022-04-07T18:04:03.176Z] --- PASS: TestConfigInspectError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigInspectConfigNotFound [2022-04-07T18:04:03.176Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigInspect [2022-04-07T18:04:03.176Z] --- PASS: TestConfigInspect (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigListUnsupported [2022-04-07T18:04:03.176Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigListError [2022-04-07T18:04:03.176Z] --- PASS: TestConfigListError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigList [2022-04-07T18:04:03.176Z] --- PASS: TestConfigList (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigRemoveUnsupported [2022-04-07T18:04:03.176Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigRemoveError [2022-04-07T18:04:03.176Z] --- PASS: TestConfigRemoveError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigRemove [2022-04-07T18:04:03.176Z] --- PASS: TestConfigRemove (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigUpdateUnsupported [2022-04-07T18:04:03.176Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigUpdateError [2022-04-07T18:04:03.176Z] --- PASS: TestConfigUpdateError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestConfigUpdate [2022-04-07T18:04:03.176Z] --- PASS: TestConfigUpdate (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerCommitError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerCommitError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerCommit [2022-04-07T18:04:03.176Z] --- PASS: TestContainerCommit (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStatPathError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStatPathError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStatPathNotFoundError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStatPathNoHeaderError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStatPath [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStatPath (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestCopyToContainerError [2022-04-07T18:04:03.176Z] --- PASS: TestCopyToContainerError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestCopyToContainerNotFoundError [2022-04-07T18:04:03.176Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestCopyToContainerNotStatusOKError [2022-04-07T18:04:03.176Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestCopyToContainer [2022-04-07T18:04:03.176Z] --- PASS: TestCopyToContainer (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestCopyFromContainerError [2022-04-07T18:04:03.176Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestCopyFromContainerNotFoundError [2022-04-07T18:04:03.176Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestCopyFromContainerNotStatusOKError [2022-04-07T18:04:03.176Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestCopyFromContainerNoHeaderError [2022-04-07T18:04:03.176Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestCopyFromContainer [2022-04-07T18:04:03.176Z] --- PASS: TestCopyFromContainer (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerCreateError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerCreateError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerCreateImageNotFound [2022-04-07T18:04:03.176Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerCreateWithName [2022-04-07T18:04:03.176Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerCreateAutoRemove [2022-04-07T18:04:03.176Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerDiffError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerDiffError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerDiff [2022-04-07T18:04:03.176Z] --- PASS: TestContainerDiff (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExecCreateError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExecCreate [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExecCreate (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExecStartError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExecStartError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExecStart [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExecStart (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExecInspectError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExecInspect [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExecInspect (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExportError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExportError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExport [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExport (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerInspectError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerInspectError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerInspectContainerNotFound [2022-04-07T18:04:03.176Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerInspectWithEmptyID [2022-04-07T18:04:03.176Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerInspect [2022-04-07T18:04:03.176Z] --- PASS: TestContainerInspect (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerInspectNode [2022-04-07T18:04:03.176Z] --- PASS: TestContainerInspectNode (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerKillError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerKillError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerKill [2022-04-07T18:04:03.176Z] --- PASS: TestContainerKill (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerListError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerListError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerList [2022-04-07T18:04:03.176Z] --- PASS: TestContainerList (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerLogsNotFoundError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerLogsError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerLogsError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerLogs [2022-04-07T18:04:03.176Z] --- PASS: TestContainerLogs (0.13s) [2022-04-07T18:04:03.176Z] === RUN TestContainerPauseError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerPauseError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerPause [2022-04-07T18:04:03.176Z] --- PASS: TestContainerPause (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainersPruneError [2022-04-07T18:04:03.176Z] --- PASS: TestContainersPruneError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainersPrune [2022-04-07T18:04:03.176Z] --- PASS: TestContainersPrune (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerRemoveError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerRemoveError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerRemoveNotFoundError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerRemove [2022-04-07T18:04:03.176Z] --- PASS: TestContainerRemove (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerRenameError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerRenameError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerRename [2022-04-07T18:04:03.176Z] --- PASS: TestContainerRename (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerResizeError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerResizeError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExecResizeError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerResize [2022-04-07T18:04:03.176Z] --- PASS: TestContainerResize (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerExecResize [2022-04-07T18:04:03.176Z] --- PASS: TestContainerExecResize (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerRestartError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerRestartError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerRestart [2022-04-07T18:04:03.176Z] --- PASS: TestContainerRestart (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStartError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStartError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStart [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStart (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStatsError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStatsError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStats [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStats (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStopError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStopError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerStop [2022-04-07T18:04:03.176Z] --- PASS: TestContainerStop (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerTopError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerTopError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerTop [2022-04-07T18:04:03.176Z] --- PASS: TestContainerTop (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerUnpauseError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerUnpause [2022-04-07T18:04:03.176Z] --- PASS: TestContainerUnpause (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerUpdateError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerUpdateError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerUpdate [2022-04-07T18:04:03.176Z] --- PASS: TestContainerUpdate (0.01s) [2022-04-07T18:04:03.176Z] === RUN TestContainerWaitError [2022-04-07T18:04:03.176Z] --- PASS: TestContainerWaitError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestContainerWait [2022-04-07T18:04:03.176Z] --- PASS: TestContainerWait (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestDiskUsageError [2022-04-07T18:04:03.176Z] --- PASS: TestDiskUsageError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestDiskUsage [2022-04-07T18:04:03.176Z] --- PASS: TestDiskUsage (0.02s) [2022-04-07T18:04:03.176Z] === RUN TestDistributionInspectUnsupported [2022-04-07T18:04:03.176Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestDistributionInspectWithEmptyID [2022-04-07T18:04:03.176Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestEventsErrorInOptions [2022-04-07T18:04:03.176Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestEventsErrorFromServer [2022-04-07T18:04:03.176Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestEvents [2022-04-07T18:04:03.176Z] --- PASS: TestEvents (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestTLSCloseWriter [2022-04-07T18:04:03.176Z] === PAUSE TestTLSCloseWriter [2022-04-07T18:04:03.176Z] === RUN TestImageBuildError [2022-04-07T18:04:03.176Z] --- PASS: TestImageBuildError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageBuild [2022-04-07T18:04:03.176Z] --- PASS: TestImageBuild (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestGetDockerOS [2022-04-07T18:04:03.176Z] --- PASS: TestGetDockerOS (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageCreateError [2022-04-07T18:04:03.176Z] --- PASS: TestImageCreateError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageCreate [2022-04-07T18:04:03.176Z] --- PASS: TestImageCreate (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageHistoryError [2022-04-07T18:04:03.176Z] --- PASS: TestImageHistoryError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageHistory [2022-04-07T18:04:03.176Z] --- PASS: TestImageHistory (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageImportError [2022-04-07T18:04:03.176Z] --- PASS: TestImageImportError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageImport [2022-04-07T18:04:03.176Z] --- PASS: TestImageImport (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageInspectError [2022-04-07T18:04:03.176Z] --- PASS: TestImageInspectError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageInspectImageNotFound [2022-04-07T18:04:03.176Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageInspectWithEmptyID [2022-04-07T18:04:03.176Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageInspect [2022-04-07T18:04:03.176Z] --- PASS: TestImageInspect (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageListError [2022-04-07T18:04:03.176Z] --- PASS: TestImageListError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageList [2022-04-07T18:04:03.176Z] --- PASS: TestImageList (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageListApiBefore125 [2022-04-07T18:04:03.176Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageLoadError [2022-04-07T18:04:03.176Z] --- PASS: TestImageLoadError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageLoad [2022-04-07T18:04:03.176Z] --- PASS: TestImageLoad (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagesPruneError [2022-04-07T18:04:03.176Z] --- PASS: TestImagesPruneError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagesPrune [2022-04-07T18:04:03.176Z] --- PASS: TestImagesPrune (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePullReferenceParseError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePullAnyError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePullAnyError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePullStatusUnauthorizedError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePullWithoutErrors [2022-04-07T18:04:03.176Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePushReferenceError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePushAnyError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushAnyError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePushStatusUnauthorizedError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImagePushWithoutErrors [2022-04-07T18:04:03.176Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-04-07T18:04:03.176Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-04-07T18:04:03.176Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-04-07T18:04:03.176Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-04-07T18:04:03.176Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageRemoveError [2022-04-07T18:04:03.176Z] --- PASS: TestImageRemoveError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageRemoveImageNotFound [2022-04-07T18:04:03.176Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageRemove [2022-04-07T18:04:03.176Z] --- PASS: TestImageRemove (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageSaveError [2022-04-07T18:04:03.176Z] --- PASS: TestImageSaveError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageSave [2022-04-07T18:04:03.176Z] --- PASS: TestImageSave (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageSearchAnyError [2022-04-07T18:04:03.176Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageSearchStatusUnauthorizedError [2022-04-07T18:04:03.176Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-07T18:04:03.176Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-07T18:04:03.176Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-04-07T18:04:03.176Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageSearchWithoutErrors [2022-04-07T18:04:03.176Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageTagError [2022-04-07T18:04:03.176Z] --- PASS: TestImageTagError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageTagInvalidReference [2022-04-07T18:04:03.176Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageTagInvalidSourceImageName [2022-04-07T18:04:03.176Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageTagHexSource [2022-04-07T18:04:03.176Z] --- PASS: TestImageTagHexSource (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestImageTag [2022-04-07T18:04:03.176Z] --- PASS: TestImageTag (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestInfoServerError [2022-04-07T18:04:03.176Z] --- PASS: TestInfoServerError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestInfoInvalidResponseJSONError [2022-04-07T18:04:03.176Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestInfo [2022-04-07T18:04:03.176Z] --- PASS: TestInfo (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkConnectError [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkConnectError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkConnect [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkConnect (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkCreateError [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkCreateError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkCreate [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkCreate (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkDisconnectError [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkDisconnect [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkInspect [2022-04-07T18:04:03.176Z] === RUN TestNetworkInspect/empty_ID [2022-04-07T18:04:03.176Z] === RUN TestNetworkInspect/no_options [2022-04-07T18:04:03.176Z] === RUN TestNetworkInspect/verbose [2022-04-07T18:04:03.176Z] === RUN TestNetworkInspect/global_scope [2022-04-07T18:04:03.176Z] === RUN TestNetworkInspect/unknown_network [2022-04-07T18:04:03.176Z] === RUN TestNetworkInspect/server_error [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkInspect (0.02s) [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkListError [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkListError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkList [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkList (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworksPruneError [2022-04-07T18:04:03.176Z] --- PASS: TestNetworksPruneError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworksPrune [2022-04-07T18:04:03.176Z] --- PASS: TestNetworksPrune (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkRemoveError [2022-04-07T18:04:03.176Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-04-07T18:04:03.176Z] === RUN TestNetworkRemove [2022-04-07T18:04:03.177Z] --- PASS: TestNetworkRemove (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeInspectError [2022-04-07T18:04:03.177Z] --- PASS: TestNodeInspectError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeInspectNodeNotFound [2022-04-07T18:04:03.177Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeInspectWithEmptyID [2022-04-07T18:04:03.177Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeInspect [2022-04-07T18:04:03.177Z] --- PASS: TestNodeInspect (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeListError [2022-04-07T18:04:03.177Z] --- PASS: TestNodeListError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeList [2022-04-07T18:04:03.177Z] --- PASS: TestNodeList (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeRemoveError [2022-04-07T18:04:03.177Z] --- PASS: TestNodeRemoveError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeRemove [2022-04-07T18:04:03.177Z] --- PASS: TestNodeRemove (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeUpdateError [2022-04-07T18:04:03.177Z] --- PASS: TestNodeUpdateError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestNodeUpdate [2022-04-07T18:04:03.177Z] --- PASS: TestNodeUpdate (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestOptionWithHostFromEnv [2022-04-07T18:04:03.177Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestOptionWithTimeout [2022-04-07T18:04:03.177Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestOptionWithVersionFromEnv [2022-04-07T18:04:03.177Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPingFail [2022-04-07T18:04:03.177Z] --- PASS: TestPingFail (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPingWithError [2022-04-07T18:04:03.177Z] 2022/04/07 18:04:02 RoundTripper returned a response & error; ignoring response [2022-04-07T18:04:03.177Z] 2022/04/07 18:04:02 RoundTripper returned a response & error; ignoring response [2022-04-07T18:04:03.177Z] --- PASS: TestPingWithError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPingSuccess [2022-04-07T18:04:03.177Z] --- PASS: TestPingSuccess (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPingHeadFallback [2022-04-07T18:04:03.177Z] === RUN TestPingHeadFallback/OK [2022-04-07T18:04:03.177Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-04-07T18:04:03.177Z] === RUN TestPingHeadFallback/Not_Found [2022-04-07T18:04:03.177Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-04-07T18:04:03.177Z] --- PASS: TestPingHeadFallback (0.00s) [2022-04-07T18:04:03.177Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-04-07T18:04:03.177Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-04-07T18:04:03.177Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-04-07T18:04:03.177Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginDisableError [2022-04-07T18:04:03.177Z] --- PASS: TestPluginDisableError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginDisable [2022-04-07T18:04:03.177Z] --- PASS: TestPluginDisable (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginEnableError [2022-04-07T18:04:03.177Z] --- PASS: TestPluginEnableError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginEnable [2022-04-07T18:04:03.177Z] --- PASS: TestPluginEnable (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginInspectError [2022-04-07T18:04:03.177Z] --- PASS: TestPluginInspectError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginInspectWithEmptyID [2022-04-07T18:04:03.177Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginInspect [2022-04-07T18:04:03.177Z] --- PASS: TestPluginInspect (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginListError [2022-04-07T18:04:03.177Z] --- PASS: TestPluginListError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginList [2022-04-07T18:04:03.177Z] --- PASS: TestPluginList (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginPushError [2022-04-07T18:04:03.177Z] --- PASS: TestPluginPushError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginPush [2022-04-07T18:04:03.177Z] --- PASS: TestPluginPush (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginRemoveError [2022-04-07T18:04:03.177Z] --- PASS: TestPluginRemoveError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginRemove [2022-04-07T18:04:03.177Z] --- PASS: TestPluginRemove (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginSetError [2022-04-07T18:04:03.177Z] --- PASS: TestPluginSetError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPluginSet [2022-04-07T18:04:03.177Z] --- PASS: TestPluginSet (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSetHostHeader [2022-04-07T18:04:03.177Z] --- PASS: TestSetHostHeader (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestPlainTextError [2022-04-07T18:04:03.177Z] --- PASS: TestPlainTextError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestInfiniteError [2022-04-07T18:04:03.177Z] --- PASS: TestInfiniteError (0.02s) [2022-04-07T18:04:03.177Z] === RUN TestCanceledContext [2022-04-07T18:04:03.177Z] 2022/04/07 18:04:02 RoundTripper returned a response & error; ignoring response [2022-04-07T18:04:03.177Z] --- PASS: TestCanceledContext (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestDeadlineExceededContext [2022-04-07T18:04:03.177Z] 2022/04/07 18:04:02 RoundTripper returned a response & error; ignoring response [2022-04-07T18:04:03.177Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretCreateUnsupported [2022-04-07T18:04:03.177Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretCreateError [2022-04-07T18:04:03.177Z] --- PASS: TestSecretCreateError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretCreate [2022-04-07T18:04:03.177Z] --- PASS: TestSecretCreate (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretInspectUnsupported [2022-04-07T18:04:03.177Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretInspectError [2022-04-07T18:04:03.177Z] --- PASS: TestSecretInspectError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretInspectSecretNotFound [2022-04-07T18:04:03.177Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretInspectWithEmptyID [2022-04-07T18:04:03.177Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretInspect [2022-04-07T18:04:03.177Z] --- PASS: TestSecretInspect (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretListUnsupported [2022-04-07T18:04:03.177Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretListError [2022-04-07T18:04:03.177Z] --- PASS: TestSecretListError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretList [2022-04-07T18:04:03.177Z] --- PASS: TestSecretList (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretRemoveUnsupported [2022-04-07T18:04:03.177Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretRemoveError [2022-04-07T18:04:03.177Z] --- PASS: TestSecretRemoveError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretRemove [2022-04-07T18:04:03.177Z] --- PASS: TestSecretRemove (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretUpdateUnsupported [2022-04-07T18:04:03.177Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretUpdateError [2022-04-07T18:04:03.177Z] --- PASS: TestSecretUpdateError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSecretUpdate [2022-04-07T18:04:03.177Z] --- PASS: TestSecretUpdate (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceCreateError [2022-04-07T18:04:03.177Z] --- PASS: TestServiceCreateError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceCreate [2022-04-07T18:04:03.177Z] --- PASS: TestServiceCreate (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceCreateCompatiblePlatforms [2022-04-07T18:04:03.177Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceCreateDigestPinning [2022-04-07T18:04:03.177Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceInspectError [2022-04-07T18:04:03.177Z] --- PASS: TestServiceInspectError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceInspectServiceNotFound [2022-04-07T18:04:03.177Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceInspectWithEmptyID [2022-04-07T18:04:03.177Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceInspect [2022-04-07T18:04:03.177Z] --- PASS: TestServiceInspect (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceListError [2022-04-07T18:04:03.177Z] --- PASS: TestServiceListError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceList [2022-04-07T18:04:03.177Z] --- PASS: TestServiceList (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceLogsError [2022-04-07T18:04:03.177Z] --- PASS: TestServiceLogsError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceLogs [2022-04-07T18:04:03.177Z] --- PASS: TestServiceLogs (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceRemoveError [2022-04-07T18:04:03.177Z] --- PASS: TestServiceRemoveError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceRemoveNotFoundError [2022-04-07T18:04:03.177Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceRemove [2022-04-07T18:04:03.177Z] --- PASS: TestServiceRemove (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceUpdateError [2022-04-07T18:04:03.177Z] --- PASS: TestServiceUpdateError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestServiceUpdate [2022-04-07T18:04:03.177Z] --- PASS: TestServiceUpdate (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmGetUnlockKeyError [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmGetUnlockKey [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmInitError [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmInitError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmInit [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmInit (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmInspectError [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmInspectError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmInspect [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmInspect (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmJoinError [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmJoinError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmJoin [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmJoin (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmLeaveError [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmLeave [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmLeave (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmUnlockError [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmUnlock [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmUnlock (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmUpdateError [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestSwarmUpdate [2022-04-07T18:04:03.177Z] --- PASS: TestSwarmUpdate (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestTaskInspectError [2022-04-07T18:04:03.177Z] --- PASS: TestTaskInspectError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestTaskInspectWithEmptyID [2022-04-07T18:04:03.177Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestTaskInspect [2022-04-07T18:04:03.177Z] --- PASS: TestTaskInspect (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestTaskListError [2022-04-07T18:04:03.177Z] --- PASS: TestTaskListError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestTaskList [2022-04-07T18:04:03.177Z] --- PASS: TestTaskList (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeCreateError [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeCreateError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeCreate [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeCreate (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeInspectError [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeInspectError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeInspectNotFound [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeInspectWithEmptyID [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeInspect [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeInspect (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeListError [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeListError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeList [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeList (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeRemoveError [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-04-07T18:04:03.177Z] === RUN TestVolumeRemove [2022-04-07T18:04:03.177Z] --- PASS: TestVolumeRemove (0.00s) [2022-04-07T18:04:03.177Z] === CONT TestTLSCloseWriter [2022-04-07T18:04:03.177Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-04-07T18:04:03.177Z] PASS [2022-04-07T18:04:03.177Z] coverage: 75.1% of statements [2022-04-07T18:04:03.177Z] ok github.com/docker/docker/client 0.323s coverage: 75.1% of statements [2022-04-07T18:04:03.795Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-07T18:04:04.056Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-07T18:04:04.999Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-07T18:04:05.942Z] === RUN TestDockerSuite/TestBuildUser [2022-04-07T18:04:06.222Z] --- PASS: TestGet (15.01s) [2022-04-07T18:04:06.222Z] === RUN TestPluginWithNoManifest [2022-04-07T18:04:06.222Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-04-07T18:04:06.222Z] === RUN TestGetAll [2022-04-07T18:04:06.222Z] --- PASS: TestGetAll (0.00s) [2022-04-07T18:04:06.222Z] PASS [2022-04-07T18:04:06.222Z] coverage: 73.2% of statements [2022-04-07T18:04:06.222Z] ok github.com/docker/docker/pkg/plugins 35.928s coverage: 73.2% of statements [2022-04-07T18:04:06.883Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.17s) [2022-04-07T18:04:06.883Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-07T18:04:07.454Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-07T18:04:08.196Z] === RUN TestBoolValue [2022-04-07T18:04:08.196Z] --- PASS: TestBoolValue (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestBoolValueOrDefault [2022-04-07T18:04:08.196Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestInt64ValueOrZero [2022-04-07T18:04:08.196Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestInt64ValueOrDefault [2022-04-07T18:04:08.196Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestInt64ValueOrDefaultWithError [2022-04-07T18:04:08.196Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestJsonContentType [2022-04-07T18:04:08.196Z] --- PASS: TestJsonContentType (0.00s) [2022-04-07T18:04:08.196Z] PASS [2022-04-07T18:04:08.196Z] coverage: 16.2% of statements [2022-04-07T18:04:08.196Z] ok github.com/docker/docker/api/server/httputils 0.039s coverage: 16.2% of statements [2022-04-07T18:04:08.196Z] === RUN TestMaskSecretKeys [2022-04-07T18:04:08.196Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-04-07T18:04:08.196Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-04-07T18:04:08.196Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-04-07T18:04:08.196Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestVersionMiddlewareVersion [2022-04-07T18:04:08.196Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-04-07T18:04:08.196Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-04-07T18:04:08.196Z] PASS [2022-04-07T18:04:08.196Z] coverage: 37.7% of statements [2022-04-07T18:04:08.196Z] ok github.com/docker/docker/api/server/middleware 0.043s coverage: 37.7% of statements [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-07T18:04:08.196Z] === RUN TestStrSliceMarshalJSON [2022-04-07T18:04:08.196Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestStrSliceUnmarshalJSON [2022-04-07T18:04:08.196Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestStrSliceUnmarshalString [2022-04-07T18:04:08.196Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestStrSliceUnmarshalSlice [2022-04-07T18:04:08.196Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-04-07T18:04:08.196Z] PASS [2022-04-07T18:04:08.196Z] coverage: 90.0% of statements [2022-04-07T18:04:08.196Z] ok github.com/docker/docker/api/types/strslice 0.033s coverage: 90.0% of statements [2022-04-07T18:04:08.196Z] === RUN TestToJSON [2022-04-07T18:04:08.196Z] --- PASS: TestToJSON (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestToParamWithVersion [2022-04-07T18:04:08.196Z] --- PASS: TestToParamWithVersion (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestFromJSON [2022-04-07T18:04:08.196Z] --- PASS: TestFromJSON (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestEmpty [2022-04-07T18:04:08.196Z] --- PASS: TestEmpty (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestArgsMatchKVListEmptySources [2022-04-07T18:04:08.196Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestArgsMatchKVList [2022-04-07T18:04:08.196Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestArgsMatch [2022-04-07T18:04:08.196Z] --- PASS: TestArgsMatch (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestAdd [2022-04-07T18:04:08.196Z] --- PASS: TestAdd (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestDel [2022-04-07T18:04:08.196Z] --- PASS: TestDel (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestLen [2022-04-07T18:04:08.196Z] --- PASS: TestLen (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestExactMatch [2022-04-07T18:04:08.196Z] --- PASS: TestExactMatch (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestOnlyOneExactMatch [2022-04-07T18:04:08.196Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestContains [2022-04-07T18:04:08.196Z] --- PASS: TestContains (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestValidate [2022-04-07T18:04:08.196Z] --- PASS: TestValidate (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestWalkValues [2022-04-07T18:04:08.196Z] --- PASS: TestWalkValues (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestFuzzyMatch [2022-04-07T18:04:08.196Z] --- PASS: TestFuzzyMatch (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestClone [2022-04-07T18:04:08.196Z] --- PASS: TestClone (0.00s) [2022-04-07T18:04:08.196Z] PASS [2022-04-07T18:04:08.196Z] coverage: 92.2% of statements [2022-04-07T18:04:08.196Z] ok github.com/docker/docker/api/types/filters 0.040s coverage: 92.2% of statements [2022-04-07T18:04:08.196Z] === RUN TestDurationToSecondsString [2022-04-07T18:04:08.196Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestGetTimestamp [2022-04-07T18:04:08.196Z] === RUN TestAdjustForAPIVersion [2022-04-07T18:04:08.196Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-04-07T18:04:08.196Z] PASS [2022-04-07T18:04:08.196Z] coverage: 5.7% of statements [2022-04-07T18:04:08.196Z] ok github.com/docker/docker/api/server/router/swarm 0.043s coverage: 5.7% of statements [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-07T18:04:08.196Z] --- PASS: TestGetTimestamp (0.13s) [2022-04-07T18:04:08.196Z] === RUN TestParseTimestamps [2022-04-07T18:04:08.196Z] --- PASS: TestParseTimestamps (0.00s) [2022-04-07T18:04:08.196Z] PASS [2022-04-07T18:04:08.196Z] coverage: 100.0% of statements [2022-04-07T18:04:08.196Z] ok github.com/docker/docker/api/types/time 0.174s coverage: 100.0% of statements [2022-04-07T18:04:08.196Z] === RUN TestCompareVersion [2022-04-07T18:04:08.196Z] --- PASS: TestCompareVersion (0.00s) [2022-04-07T18:04:08.196Z] PASS [2022-04-07T18:04:08.196Z] coverage: 77.3% of statements [2022-04-07T18:04:08.196Z] ok github.com/docker/docker/api/types/versions 0.034s coverage: 77.3% of statements [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/builder [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-07T18:04:08.196Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-04-07T18:04:08.196Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-04-07T18:04:08.196Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestCloneArgsSmartHttp [2022-04-07T18:04:08.196Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-04-07T18:04:08.196Z] === RUN TestCloneArgsDumbHttp [2022-04-07T18:04:08.196Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestCloneArgsGit [2022-04-07T18:04:08.196Z] --- PASS: TestCloneArgsGit (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestCheckoutGit [2022-04-07T18:04:08.196Z] === RUN TestEnable [2022-04-07T18:04:08.196Z] --- PASS: TestEnable (0.00s) [2022-04-07T18:04:08.196Z] === RUN TestDisable [2022-04-07T18:04:08.197Z] --- PASS: TestDisable (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestEnabled [2022-04-07T18:04:08.197Z] --- PASS: TestEnabled (0.00s) [2022-04-07T18:04:08.197Z] PASS [2022-04-07T18:04:08.197Z] coverage: 100.0% of statements [2022-04-07T18:04:08.197Z] ok github.com/docker/docker/cli/debug 0.034s coverage: 100.0% of statements [2022-04-07T18:04:08.197Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-04-07T18:04:08.197Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestProcessNoDockerignore [2022-04-07T18:04:08.197Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestProcessShouldLeaveAllFiles [2022-04-07T18:04:08.197Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestDetectContentType [2022-04-07T18:04:08.197Z] --- PASS: TestDetectContentType (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestSelectAcceptableMIME [2022-04-07T18:04:08.197Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestInspectEmptyResponse [2022-04-07T18:04:08.197Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestInspectResponseBinary [2022-04-07T18:04:08.197Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestResponseUnsupportedContentType [2022-04-07T18:04:08.197Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestInspectResponseTextSimple [2022-04-07T18:04:08.197Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestInspectResponseEmptyContentType [2022-04-07T18:04:08.197Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestUnknownContentLength [2022-04-07T18:04:08.197Z] --- PASS: TestUnknownContentLength (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestDownloadRemote [2022-04-07T18:04:08.197Z] --- PASS: TestDownloadRemote (0.07s) [2022-04-07T18:04:08.197Z] === RUN TestGetWithStatusError [2022-04-07T18:04:08.197Z] --- PASS: TestGetWithStatusError (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestCloseRootDirectory [2022-04-07T18:04:08.197Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:08.197Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestHashFile [2022-04-07T18:04:08.197Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:08.197Z] --- SKIP: TestHashFile (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestHashSubdir [2022-04-07T18:04:08.197Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:08.197Z] --- SKIP: TestHashSubdir (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestRemoveDirectory [2022-04-07T18:04:08.197Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:08.197Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-04-07T18:04:08.197Z] PASS [2022-04-07T18:04:08.197Z] coverage: 9.3% of statements [2022-04-07T18:04:08.197Z] ok github.com/docker/docker/builder/remotecontext 0.230s coverage: 9.3% of statements [2022-04-07T18:04:08.197Z] === RUN TestGetAllAllowed [2022-04-07T18:04:08.197Z] --- PASS: TestGetAllAllowed (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestGetAllMeta [2022-04-07T18:04:08.197Z] --- PASS: TestGetAllMeta (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestWarnOnUnusedBuildArgs [2022-04-07T18:04:08.197Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestIsUnreferencedBuiltin [2022-04-07T18:04:08.197Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestIsExistingDirectory [2022-04-07T18:04:08.197Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-04-07T18:04:08.197Z] === RUN TestGetFilenameForDownload [2022-04-07T18:04:08.197Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestEnv2Variables [2022-04-07T18:04:08.197Z] --- PASS: TestEnv2Variables (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-04-07T18:04:08.197Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestMaintainer [2022-04-07T18:04:08.197Z] --- PASS: TestMaintainer (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestLabel [2022-04-07T18:04:08.197Z] --- PASS: TestLabel (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestFromScratch [2022-04-07T18:04:08.197Z] --- PASS: TestFromScratch (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestFromWithArg [2022-04-07T18:04:08.197Z] --- PASS: TestFromWithArg (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-04-07T18:04:08.197Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestFromWithUndefinedArg [2022-04-07T18:04:08.197Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestFromMultiStageWithNamedStage [2022-04-07T18:04:08.197Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestOnbuild [2022-04-07T18:04:08.197Z] --- PASS: TestOnbuild (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestWorkdir [2022-04-07T18:04:08.197Z] --- PASS: TestWorkdir (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestCmd [2022-04-07T18:04:08.197Z] --- PASS: TestCmd (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestHealthcheckNone [2022-04-07T18:04:08.197Z] --- PASS: TestHealthcheckNone (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestHealthcheckCmd [2022-04-07T18:04:08.197Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestEntrypoint [2022-04-07T18:04:08.197Z] --- PASS: TestEntrypoint (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestExpose [2022-04-07T18:04:08.197Z] --- PASS: TestExpose (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestUser [2022-04-07T18:04:08.197Z] --- PASS: TestUser (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestVolume [2022-04-07T18:04:08.197Z] --- PASS: TestVolume (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestStopSignal [2022-04-07T18:04:08.197Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-07T18:04:08.197Z] --- SKIP: TestStopSignal (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestArg [2022-04-07T18:04:08.197Z] --- PASS: TestArg (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestShell [2022-04-07T18:04:08.197Z] --- PASS: TestShell (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestPrependEnvOnCmd [2022-04-07T18:04:08.197Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestRunWithBuildArgs [2022-04-07T18:04:08.197Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestRunIgnoresHealthcheck [2022-04-07T18:04:08.197Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestDispatchUnsupportedOptions [2022-04-07T18:04:08.197Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-04-07T18:04:08.197Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-04-07T18:04:08.197Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-04-07T18:04:08.197Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestNormalizeWorkdir [2022-04-07T18:04:08.197Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestDispatch [2022-04-07T18:04:08.197Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-04-07T18:04:08.197Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-04-07T18:04:08.197Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-04-07T18:04:08.197Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-04-07T18:04:08.197Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-04-07T18:04:08.197Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-04-07T18:04:08.197Z] === RUN TestDispatch/COPY_url [2022-04-07T18:04:08.197Z] --- PASS: TestDispatch (0.05s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-04-07T18:04:08.197Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestAddScratchImageAddsToMounts [2022-04-07T18:04:08.197Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestAddFromScratchPopulatesPlatform [2022-04-07T18:04:08.197Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-04-07T18:04:08.197Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-04-07T18:04:08.197Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestImageSourceGetAddsToMounts [2022-04-07T18:04:08.197Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestEmptyDockerfile [2022-04-07T18:04:08.197Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-04-07T18:04:08.197Z] === RUN TestSymlinkDockerfile [2022-04-07T18:04:08.197Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-04-07T18:04:08.197Z] === RUN TestDockerfileOutsideTheBuildContext [2022-04-07T18:04:08.197Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestNonExistingDockerfile [2022-04-07T18:04:08.197Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestCopyRunConfig [2022-04-07T18:04:08.197Z] --- PASS: TestCopyRunConfig (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestDeepCopyRunConfig [2022-04-07T18:04:08.197Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestExportImage [2022-04-07T18:04:08.197Z] --- PASS: TestExportImage (0.00s) [2022-04-07T18:04:08.197Z] === RUN TestNormalizeDest [2022-04-07T18:04:08.197Z] --- PASS: TestNormalizeDest (0.00s) [2022-04-07T18:04:08.197Z] PASS [2022-04-07T18:04:08.197Z] coverage: 46.7% of statements [2022-04-07T18:04:08.197Z] ok github.com/docker/docker/builder/dockerfile 0.279s coverage: 46.7% of statements [2022-04-07T18:04:08.660Z] === RUN TestTCP4Proxy [2022-04-07T18:04:08.660Z] --- PASS: TestTCP4Proxy (0.01s) [2022-04-07T18:04:08.660Z] === RUN TestTCP4ProxyHalfClose [2022-04-07T18:04:08.660Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-04-07T18:04:08.660Z] === RUN TestTCP6Proxy [2022-04-07T18:04:08.660Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-07T18:04:08.660Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-04-07T18:04:08.660Z] === RUN TestTCPDualStackProxy [2022-04-07T18:04:08.660Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-07T18:04:08.660Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-04-07T18:04:08.660Z] === RUN TestUDP4Proxy [2022-04-07T18:04:08.660Z] --- PASS: TestUDP4Proxy (0.00s) [2022-04-07T18:04:08.660Z] === RUN TestUDP6Proxy [2022-04-07T18:04:08.660Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-07T18:04:08.660Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-04-07T18:04:08.660Z] === RUN TestUDPWriteError [2022-04-07T18:04:08.660Z] --- PASS: TestUDPWriteError (0.00s) [2022-04-07T18:04:08.660Z] === RUN TestSCTP4Proxy [2022-04-07T18:04:08.661Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-07T18:04:08.661Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-04-07T18:04:08.661Z] === RUN TestSCTP6Proxy [2022-04-07T18:04:08.661Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-07T18:04:08.661Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-04-07T18:04:08.661Z] PASS [2022-04-07T18:04:08.661Z] coverage: 49.4% of statements [2022-04-07T18:04:08.661Z] ok github.com/docker/docker/cmd/docker-proxy 0.055s coverage: 49.4% of statements [2022-04-07T18:04:09.999Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-07T18:04:11.911Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-04-07T18:04:13.822Z] docker_api_swarm_test.go:272: [d368f420ebc81] joining swarm manager [d11908bd1b541]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:04:15.206Z] docker_api_swarm_test.go:273: [d44d49809f7ab] joining swarm manager [d11908bd1b541]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:04:15.936Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-04-07T18:04:17.268Z] === RUN TestCheckpointCreateError [2022-04-07T18:04:17.268Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestCheckpointCreate [2022-04-07T18:04:17.268Z] --- PASS: TestCheckpointCreate (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestCheckpointDeleteError [2022-04-07T18:04:17.268Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestCheckpointDelete [2022-04-07T18:04:17.268Z] --- PASS: TestCheckpointDelete (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestCheckpointListError [2022-04-07T18:04:17.268Z] --- PASS: TestCheckpointListError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestCheckpointList [2022-04-07T18:04:17.268Z] --- PASS: TestCheckpointList (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestCheckpointListContainerNotFound [2022-04-07T18:04:17.268Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestNewClientWithOpsFromEnv [2022-04-07T18:04:17.268Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-07T18:04:17.268Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestGetAPIPath [2022-04-07T18:04:17.268Z] --- PASS: TestGetAPIPath (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestParseHostURL [2022-04-07T18:04:17.268Z] --- PASS: TestParseHostURL (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-04-07T18:04:17.268Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersionEmpty [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersion [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPVersionOverride [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersionAutomatic [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-04-07T18:04:17.268Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestClientRedirect [2022-04-07T18:04:17.268Z] === RUN TestClientRedirect/GET [2022-04-07T18:04:17.268Z] === RUN TestClientRedirect/POST [2022-04-07T18:04:17.268Z] === RUN TestClientRedirect/PUT [2022-04-07T18:04:17.268Z] === RUN TestClientRedirect/DELETE [2022-04-07T18:04:17.268Z] --- PASS: TestClientRedirect (0.00s) [2022-04-07T18:04:17.268Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-04-07T18:04:17.268Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-04-07T18:04:17.268Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-04-07T18:04:17.268Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigCreateUnsupported [2022-04-07T18:04:17.268Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigCreateError [2022-04-07T18:04:17.268Z] --- PASS: TestConfigCreateError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigCreate [2022-04-07T18:04:17.268Z] --- PASS: TestConfigCreate (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigInspectNotFound [2022-04-07T18:04:17.268Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigInspectWithEmptyID [2022-04-07T18:04:17.268Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigInspectUnsupported [2022-04-07T18:04:17.268Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigInspectError [2022-04-07T18:04:17.268Z] --- PASS: TestConfigInspectError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigInspectConfigNotFound [2022-04-07T18:04:17.268Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigInspect [2022-04-07T18:04:17.268Z] --- PASS: TestConfigInspect (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigListUnsupported [2022-04-07T18:04:17.268Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigListError [2022-04-07T18:04:17.268Z] --- PASS: TestConfigListError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigList [2022-04-07T18:04:17.268Z] --- PASS: TestConfigList (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigRemoveUnsupported [2022-04-07T18:04:17.268Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigRemoveError [2022-04-07T18:04:17.268Z] --- PASS: TestConfigRemoveError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigRemove [2022-04-07T18:04:17.268Z] --- PASS: TestConfigRemove (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigUpdateUnsupported [2022-04-07T18:04:17.268Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigUpdateError [2022-04-07T18:04:17.268Z] --- PASS: TestConfigUpdateError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestConfigUpdate [2022-04-07T18:04:17.268Z] --- PASS: TestConfigUpdate (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestContainerCommitError [2022-04-07T18:04:17.268Z] --- PASS: TestContainerCommitError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestContainerCommit [2022-04-07T18:04:17.268Z] --- PASS: TestContainerCommit (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestContainerStatPathError [2022-04-07T18:04:17.268Z] --- PASS: TestContainerStatPathError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestContainerStatPathNotFoundError [2022-04-07T18:04:17.268Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestContainerStatPathNoHeaderError [2022-04-07T18:04:17.268Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-04-07T18:04:17.268Z] === RUN TestContainerStatPath [2022-04-07T18:04:17.268Z] --- PASS: TestContainerStatPath (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestCopyToContainerError [2022-04-07T18:04:17.732Z] --- PASS: TestCopyToContainerError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestCopyToContainerNotFoundError [2022-04-07T18:04:17.732Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestCopyToContainerNotStatusOKError [2022-04-07T18:04:17.732Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestCopyToContainer [2022-04-07T18:04:17.732Z] --- PASS: TestCopyToContainer (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestCopyFromContainerError [2022-04-07T18:04:17.732Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestCopyFromContainerNotFoundError [2022-04-07T18:04:17.732Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestCopyFromContainerNotStatusOKError [2022-04-07T18:04:17.732Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestCopyFromContainerNoHeaderError [2022-04-07T18:04:17.732Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestCopyFromContainer [2022-04-07T18:04:17.732Z] --- PASS: TestCopyFromContainer (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerCreateError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerCreateError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerCreateImageNotFound [2022-04-07T18:04:17.732Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerCreateWithName [2022-04-07T18:04:17.732Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerCreateAutoRemove [2022-04-07T18:04:17.732Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerDiffError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerDiffError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerDiff [2022-04-07T18:04:17.732Z] --- PASS: TestContainerDiff (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExecCreateError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExecCreate [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExecCreate (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExecStartError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExecStartError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExecStart [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExecStart (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExecInspectError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExecInspect [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExecInspect (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExportError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExportError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExport [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExport (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerInspectError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerInspectError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerInspectContainerNotFound [2022-04-07T18:04:17.732Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerInspectWithEmptyID [2022-04-07T18:04:17.732Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerInspect [2022-04-07T18:04:17.732Z] --- PASS: TestContainerInspect (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerInspectNode [2022-04-07T18:04:17.732Z] --- PASS: TestContainerInspectNode (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerKillError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerKillError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerKill [2022-04-07T18:04:17.732Z] --- PASS: TestContainerKill (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerListError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerListError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerList [2022-04-07T18:04:17.732Z] --- PASS: TestContainerList (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerLogsNotFoundError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerLogsError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerLogsError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerLogs [2022-04-07T18:04:17.732Z] --- PASS: TestContainerLogs (0.13s) [2022-04-07T18:04:17.732Z] === RUN TestContainerPauseError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerPauseError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerPause [2022-04-07T18:04:17.732Z] --- PASS: TestContainerPause (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainersPruneError [2022-04-07T18:04:17.732Z] --- PASS: TestContainersPruneError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainersPrune [2022-04-07T18:04:17.732Z] --- PASS: TestContainersPrune (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerRemoveError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerRemoveError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerRemoveNotFoundError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerRemove [2022-04-07T18:04:17.732Z] --- PASS: TestContainerRemove (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerRenameError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerRenameError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerRename [2022-04-07T18:04:17.732Z] --- PASS: TestContainerRename (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerResizeError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerResizeError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExecResizeError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerResize [2022-04-07T18:04:17.732Z] --- PASS: TestContainerResize (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerExecResize [2022-04-07T18:04:17.732Z] --- PASS: TestContainerExecResize (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerRestartError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerRestartError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerRestart [2022-04-07T18:04:17.732Z] --- PASS: TestContainerRestart (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerStartError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerStartError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerStart [2022-04-07T18:04:17.732Z] --- PASS: TestContainerStart (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerStatsError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerStatsError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerStats [2022-04-07T18:04:17.732Z] --- PASS: TestContainerStats (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerStopError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerStopError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerStop [2022-04-07T18:04:17.732Z] --- PASS: TestContainerStop (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerTopError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerTopError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerTop [2022-04-07T18:04:17.732Z] --- PASS: TestContainerTop (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerUnpauseError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerUnpause [2022-04-07T18:04:17.732Z] --- PASS: TestContainerUnpause (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerUpdateError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerUpdateError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerUpdate [2022-04-07T18:04:17.732Z] --- PASS: TestContainerUpdate (0.01s) [2022-04-07T18:04:17.732Z] === RUN TestContainerWaitError [2022-04-07T18:04:17.732Z] --- PASS: TestContainerWaitError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestContainerWait [2022-04-07T18:04:17.732Z] --- PASS: TestContainerWait (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestDiskUsageError [2022-04-07T18:04:17.732Z] --- PASS: TestDiskUsageError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestDiskUsage [2022-04-07T18:04:17.732Z] --- PASS: TestDiskUsage (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestDistributionInspectUnsupported [2022-04-07T18:04:17.732Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestDistributionInspectWithEmptyID [2022-04-07T18:04:17.732Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestEventsErrorInOptions [2022-04-07T18:04:17.732Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestEventsErrorFromServer [2022-04-07T18:04:17.732Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestEvents [2022-04-07T18:04:17.732Z] --- PASS: TestEvents (0.01s) [2022-04-07T18:04:17.732Z] === RUN TestTLSCloseWriter [2022-04-07T18:04:17.732Z] === PAUSE TestTLSCloseWriter [2022-04-07T18:04:17.732Z] === RUN TestImageBuildError [2022-04-07T18:04:17.732Z] --- PASS: TestImageBuildError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageBuild [2022-04-07T18:04:17.732Z] --- PASS: TestImageBuild (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestGetDockerOS [2022-04-07T18:04:17.732Z] --- PASS: TestGetDockerOS (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageCreateError [2022-04-07T18:04:17.732Z] --- PASS: TestImageCreateError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageCreate [2022-04-07T18:04:17.732Z] --- PASS: TestImageCreate (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageHistoryError [2022-04-07T18:04:17.732Z] --- PASS: TestImageHistoryError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageHistory [2022-04-07T18:04:17.732Z] --- PASS: TestImageHistory (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageImportError [2022-04-07T18:04:17.732Z] --- PASS: TestImageImportError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageImport [2022-04-07T18:04:17.732Z] --- PASS: TestImageImport (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageInspectError [2022-04-07T18:04:17.732Z] --- PASS: TestImageInspectError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageInspectImageNotFound [2022-04-07T18:04:17.732Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageInspectWithEmptyID [2022-04-07T18:04:17.732Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageInspect [2022-04-07T18:04:17.732Z] --- PASS: TestImageInspect (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageListError [2022-04-07T18:04:17.732Z] --- PASS: TestImageListError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageList [2022-04-07T18:04:17.732Z] --- PASS: TestImageList (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageListApiBefore125 [2022-04-07T18:04:17.732Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageLoadError [2022-04-07T18:04:17.732Z] --- PASS: TestImageLoadError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageLoad [2022-04-07T18:04:17.732Z] --- PASS: TestImageLoad (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagesPruneError [2022-04-07T18:04:17.732Z] --- PASS: TestImagesPruneError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagesPrune [2022-04-07T18:04:17.732Z] --- PASS: TestImagesPrune (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePullReferenceParseError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePullAnyError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePullAnyError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePullStatusUnauthorizedError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePullWithoutErrors [2022-04-07T18:04:17.732Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePushReferenceError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePushAnyError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushAnyError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePushStatusUnauthorizedError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImagePushWithoutErrors [2022-04-07T18:04:17.732Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-04-07T18:04:17.732Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-04-07T18:04:17.732Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-04-07T18:04:17.732Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-04-07T18:04:17.732Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageRemoveError [2022-04-07T18:04:17.732Z] --- PASS: TestImageRemoveError (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageRemoveImageNotFound [2022-04-07T18:04:17.732Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-04-07T18:04:17.732Z] === RUN TestImageRemove [2022-04-07T18:04:17.732Z] --- PASS: TestImageRemove (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageSaveError [2022-04-07T18:04:17.733Z] --- PASS: TestImageSaveError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageSave [2022-04-07T18:04:17.733Z] --- PASS: TestImageSave (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageSearchAnyError [2022-04-07T18:04:17.733Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageSearchStatusUnauthorizedError [2022-04-07T18:04:17.733Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-07T18:04:17.733Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-07T18:04:17.733Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-04-07T18:04:17.733Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageSearchWithoutErrors [2022-04-07T18:04:17.733Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageTagError [2022-04-07T18:04:17.733Z] --- PASS: TestImageTagError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageTagInvalidReference [2022-04-07T18:04:17.733Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageTagInvalidSourceImageName [2022-04-07T18:04:17.733Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageTagHexSource [2022-04-07T18:04:17.733Z] --- PASS: TestImageTagHexSource (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestImageTag [2022-04-07T18:04:17.733Z] --- PASS: TestImageTag (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestInfoServerError [2022-04-07T18:04:17.733Z] --- PASS: TestInfoServerError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestInfoInvalidResponseJSONError [2022-04-07T18:04:17.733Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestInfo [2022-04-07T18:04:17.733Z] --- PASS: TestInfo (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkConnectError [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkConnectError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkConnect [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkConnect (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkCreateError [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkCreateError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkCreate [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkCreate (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkDisconnectError [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkDisconnect [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkInspect [2022-04-07T18:04:17.733Z] === RUN TestNetworkInspect/empty_ID [2022-04-07T18:04:17.733Z] === RUN TestNetworkInspect/no_options [2022-04-07T18:04:17.733Z] === RUN TestNetworkInspect/verbose [2022-04-07T18:04:17.733Z] === RUN TestNetworkInspect/global_scope [2022-04-07T18:04:17.733Z] === RUN TestNetworkInspect/unknown_network [2022-04-07T18:04:17.733Z] === RUN TestNetworkInspect/server_error [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkInspect (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkListError [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkListError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkList [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkList (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworksPruneError [2022-04-07T18:04:17.733Z] --- PASS: TestNetworksPruneError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworksPrune [2022-04-07T18:04:17.733Z] --- PASS: TestNetworksPrune (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkRemoveError [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNetworkRemove [2022-04-07T18:04:17.733Z] --- PASS: TestNetworkRemove (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeInspectError [2022-04-07T18:04:17.733Z] --- PASS: TestNodeInspectError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeInspectNodeNotFound [2022-04-07T18:04:17.733Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeInspectWithEmptyID [2022-04-07T18:04:17.733Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeInspect [2022-04-07T18:04:17.733Z] --- PASS: TestNodeInspect (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeListError [2022-04-07T18:04:17.733Z] --- PASS: TestNodeListError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeList [2022-04-07T18:04:17.733Z] --- PASS: TestNodeList (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeRemoveError [2022-04-07T18:04:17.733Z] --- PASS: TestNodeRemoveError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeRemove [2022-04-07T18:04:17.733Z] --- PASS: TestNodeRemove (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeUpdateError [2022-04-07T18:04:17.733Z] --- PASS: TestNodeUpdateError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestNodeUpdate [2022-04-07T18:04:17.733Z] --- PASS: TestNodeUpdate (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestOptionWithHostFromEnv [2022-04-07T18:04:17.733Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestOptionWithTimeout [2022-04-07T18:04:17.733Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestOptionWithVersionFromEnv [2022-04-07T18:04:17.733Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPingFail [2022-04-07T18:04:17.733Z] --- PASS: TestPingFail (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPingWithError [2022-04-07T18:04:17.733Z] 2022/04/07 18:04:17 RoundTripper returned a response & error; ignoring response [2022-04-07T18:04:17.733Z] 2022/04/07 18:04:17 RoundTripper returned a response & error; ignoring response [2022-04-07T18:04:17.733Z] --- PASS: TestPingWithError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPingSuccess [2022-04-07T18:04:17.733Z] --- PASS: TestPingSuccess (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPingHeadFallback [2022-04-07T18:04:17.733Z] === RUN TestPingHeadFallback/OK [2022-04-07T18:04:17.733Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-04-07T18:04:17.733Z] === RUN TestPingHeadFallback/Not_Found [2022-04-07T18:04:17.733Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-04-07T18:04:17.733Z] --- PASS: TestPingHeadFallback (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-04-07T18:04:17.733Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginDisableError [2022-04-07T18:04:17.733Z] --- PASS: TestPluginDisableError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginDisable [2022-04-07T18:04:17.733Z] --- PASS: TestPluginDisable (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginEnableError [2022-04-07T18:04:17.733Z] --- PASS: TestPluginEnableError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginEnable [2022-04-07T18:04:17.733Z] --- PASS: TestPluginEnable (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginInspectError [2022-04-07T18:04:17.733Z] --- PASS: TestPluginInspectError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginInspectWithEmptyID [2022-04-07T18:04:17.733Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginInspect [2022-04-07T18:04:17.733Z] --- PASS: TestPluginInspect (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginListError [2022-04-07T18:04:17.733Z] --- PASS: TestPluginListError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginList [2022-04-07T18:04:17.733Z] --- PASS: TestPluginList (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginPushError [2022-04-07T18:04:17.733Z] --- PASS: TestPluginPushError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginPush [2022-04-07T18:04:17.733Z] --- PASS: TestPluginPush (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginRemoveError [2022-04-07T18:04:17.733Z] --- PASS: TestPluginRemoveError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginRemove [2022-04-07T18:04:17.733Z] --- PASS: TestPluginRemove (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginSetError [2022-04-07T18:04:17.733Z] --- PASS: TestPluginSetError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPluginSet [2022-04-07T18:04:17.733Z] --- PASS: TestPluginSet (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSetHostHeader [2022-04-07T18:04:17.733Z] --- PASS: TestSetHostHeader (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestPlainTextError [2022-04-07T18:04:17.733Z] --- PASS: TestPlainTextError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestInfiniteError [2022-04-07T18:04:17.733Z] --- PASS: TestInfiniteError (0.02s) [2022-04-07T18:04:17.733Z] === RUN TestCanceledContext [2022-04-07T18:04:17.733Z] 2022/04/07 18:04:17 RoundTripper returned a response & error; ignoring response [2022-04-07T18:04:17.733Z] --- PASS: TestCanceledContext (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestDeadlineExceededContext [2022-04-07T18:04:17.733Z] 2022/04/07 18:04:17 RoundTripper returned a response & error; ignoring response [2022-04-07T18:04:17.733Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretCreateUnsupported [2022-04-07T18:04:17.733Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretCreateError [2022-04-07T18:04:17.733Z] --- PASS: TestSecretCreateError (0.02s) [2022-04-07T18:04:17.733Z] === RUN TestSecretCreate [2022-04-07T18:04:17.733Z] --- PASS: TestSecretCreate (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretInspectUnsupported [2022-04-07T18:04:17.733Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretInspectError [2022-04-07T18:04:17.733Z] --- PASS: TestSecretInspectError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretInspectSecretNotFound [2022-04-07T18:04:17.733Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretInspectWithEmptyID [2022-04-07T18:04:17.733Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretInspect [2022-04-07T18:04:17.733Z] --- PASS: TestSecretInspect (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretListUnsupported [2022-04-07T18:04:17.733Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretListError [2022-04-07T18:04:17.733Z] --- PASS: TestSecretListError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretList [2022-04-07T18:04:17.733Z] --- PASS: TestSecretList (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretRemoveUnsupported [2022-04-07T18:04:17.733Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretRemoveError [2022-04-07T18:04:17.733Z] --- PASS: TestSecretRemoveError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretRemove [2022-04-07T18:04:17.733Z] --- PASS: TestSecretRemove (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretUpdateUnsupported [2022-04-07T18:04:17.733Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretUpdateError [2022-04-07T18:04:17.733Z] --- PASS: TestSecretUpdateError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSecretUpdate [2022-04-07T18:04:17.733Z] --- PASS: TestSecretUpdate (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceCreateError [2022-04-07T18:04:17.733Z] --- PASS: TestServiceCreateError (0.01s) [2022-04-07T18:04:17.733Z] === RUN TestServiceCreate [2022-04-07T18:04:17.733Z] --- PASS: TestServiceCreate (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceCreateCompatiblePlatforms [2022-04-07T18:04:17.733Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceCreateDigestPinning [2022-04-07T18:04:17.733Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceInspectError [2022-04-07T18:04:17.733Z] --- PASS: TestServiceInspectError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceInspectServiceNotFound [2022-04-07T18:04:17.733Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceInspectWithEmptyID [2022-04-07T18:04:17.733Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceInspect [2022-04-07T18:04:17.733Z] --- PASS: TestServiceInspect (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceListError [2022-04-07T18:04:17.733Z] --- PASS: TestServiceListError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceList [2022-04-07T18:04:17.733Z] --- PASS: TestServiceList (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceLogsError [2022-04-07T18:04:17.733Z] --- PASS: TestServiceLogsError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceLogs [2022-04-07T18:04:17.733Z] --- PASS: TestServiceLogs (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceRemoveError [2022-04-07T18:04:17.733Z] --- PASS: TestServiceRemoveError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceRemoveNotFoundError [2022-04-07T18:04:17.733Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceRemove [2022-04-07T18:04:17.733Z] --- PASS: TestServiceRemove (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceUpdateError [2022-04-07T18:04:17.733Z] --- PASS: TestServiceUpdateError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestServiceUpdate [2022-04-07T18:04:17.733Z] --- PASS: TestServiceUpdate (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmGetUnlockKeyError [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmGetUnlockKey [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmInitError [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmInitError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmInit [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmInit (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmInspectError [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmInspectError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmInspect [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmInspect (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmJoinError [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmJoinError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmJoin [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmJoin (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmLeaveError [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmLeave [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmLeave (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmUnlockError [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmUnlock [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmUnlock (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmUpdateError [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestSwarmUpdate [2022-04-07T18:04:17.733Z] --- PASS: TestSwarmUpdate (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestTaskInspectError [2022-04-07T18:04:17.733Z] --- PASS: TestTaskInspectError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestTaskInspectWithEmptyID [2022-04-07T18:04:17.733Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestTaskInspect [2022-04-07T18:04:17.733Z] --- PASS: TestTaskInspect (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestTaskListError [2022-04-07T18:04:17.733Z] --- PASS: TestTaskListError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestTaskList [2022-04-07T18:04:17.733Z] --- PASS: TestTaskList (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeCreateError [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeCreateError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeCreate [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeCreate (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeInspectError [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeInspectError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeInspectNotFound [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeInspectWithEmptyID [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeInspect [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeInspect (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeListError [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeListError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeList [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeList (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeRemoveError [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-04-07T18:04:17.733Z] === RUN TestVolumeRemove [2022-04-07T18:04:17.733Z] --- PASS: TestVolumeRemove (0.00s) [2022-04-07T18:04:17.733Z] === CONT TestTLSCloseWriter [2022-04-07T18:04:17.733Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-04-07T18:04:17.733Z] PASS [2022-04-07T18:04:17.733Z] coverage: 75.1% of statements [2022-04-07T18:04:17.733Z] ok github.com/docker/docker/client 0.318s coverage: 75.1% of statements [2022-04-07T18:04:18.200Z] --- PASS: TestCheckoutGit (27.33s) [2022-04-07T18:04:18.201Z] === RUN TestValidGitTransport [2022-04-07T18:04:18.201Z] --- PASS: TestValidGitTransport (0.00s) [2022-04-07T18:04:18.201Z] === RUN TestGitInvalidRef [2022-04-07T18:04:18.201Z] --- PASS: TestGitInvalidRef (0.23s) [2022-04-07T18:04:18.201Z] PASS [2022-04-07T18:04:18.201Z] coverage: 86.3% of statements [2022-04-07T18:04:18.201Z] ok github.com/docker/docker/builder/remotecontext/git 27.654s coverage: 86.3% of statements [2022-04-07T18:04:19.200Z] ? github.com/docker/docker/cli [no test files] [2022-04-07T18:04:19.200Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-07T18:04:20.493Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-07T18:04:20.754Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-07T18:04:21.015Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-07T18:04:21.585Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-07T18:04:22.157Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-07T18:04:23.100Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-07T18:04:23.100Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-04-07T18:04:23.100Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-07T18:04:23.100Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-04-07T18:04:23.100Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-07T18:04:23.100Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-04-07T18:04:23.100Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-07T18:04:23.100Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-04-07T18:04:23.100Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-07T18:04:23.360Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-04-07T18:04:23.361Z] PASS [2022-04-07T18:04:23.361Z] [2022-04-07T18:04:23.361Z] DONE 17 tests in 50.856s [2022-04-07T18:04:23.361Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-07T18:04:23.361Z] ++ 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-04-07T18:04:23.361Z] ++ set -e [2022-04-07T18:04:23.361Z] ++ '[' -n 0 ']' [2022-04-07T18:04:23.361Z] ++ set -x [2022-04-07T18:04:23.361Z] ++ 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-04-07T18:04:23.622Z] INFO: Testing against a local daemon [2022-04-07T18:04:23.622Z] === RUN TestPluginInvalidJSON [2022-04-07T18:04:23.622Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:04:23.622Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:04:23.622Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:04:23.622Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-04-07T18:04:23.622Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-04-07T18:04:23.622Z] === RUN TestPluginInstall [2022-04-07T18:04:23.622Z] === RUN TestPluginInstall/no_auth [2022-04-07T18:04:24.596Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-07T18:04:24.597Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-07T18:04:25.171Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-07T18:04:25.493Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-04-07T18:04:26.112Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-07T18:04:26.112Z] time="2022-04-07T18:04:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:04:26.112Z] time="2022-04-07T18:04:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9744590693d69521193c92ff1d53beb8433809ffdab2e164ebdc2bf8f95ee90d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:04:26.112Z] time="2022-04-07T18:04:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:04:26.112Z] time="2022-04-07T18:04:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9744590693d69521193c92ff1d53beb8433809ffdab2e164ebdc2bf8f95ee90d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:04:26.373Z] === RUN TestPluginInstall/with_htpasswd [2022-04-07T18:04:26.633Z] time="2022-04-07T18:04:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:04:26.633Z] time="2022-04-07T18:04:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1e9b4ac64a7d4c3f3bf21e39c492f28203df51fe877aa20c35acda452049208d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:04:26.633Z] time="2022-04-07T18:04:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:04:26.633Z] time="2022-04-07T18:04:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1e9b4ac64a7d4c3f3bf21e39c492f28203df51fe877aa20c35acda452049208d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:04:26.895Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-07T18:04:26.895Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-07T18:04:27.156Z] === RUN TestPluginInstall/with_insecure [2022-04-07T18:04:27.307Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-04-07T18:04:27.931Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-04-07T18:04:27.931Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-04-07T18:04:27.931Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-04-07T18:04:27.931Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-04-07T18:04:27.931Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-04-07T18:04:27.931Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-04-07T18:04:27.931Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-04-07T18:04:27.932Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-04-07T18:04:27.932Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-04-07T18:04:27.932Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-04-07T18:04:27.932Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-04-07T18:04:27.932Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-04-07T18:04:27.932Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-04-07T18:04:27.932Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-04-07T18:04:27.932Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-04-07T18:04:27.932Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s) [2022-04-07T18:04:27.932Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-04-07T18:04:27.932Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-04-07T18:04:27.932Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-04-07T18:04:27.932Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s) [2022-04-07T18:04:27.932Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-04-07T18:04:27.932Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-04-07T18:04:27.932Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-04-07T18:04:27.932Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-04-07T18:04:27.932Z] === RUN TestConfigureDaemonLogs [2022-04-07T18:04:27.932Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-04-07T18:04:27.932Z] === RUN TestCommonOptionsInstallFlags [2022-04-07T18:04:27.932Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-04-07T18:04:27.932Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-04-07T18:04:27.932Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-04-07T18:04:27.932Z] PASS [2022-04-07T18:04:27.932Z] coverage: 19.0% of statements [2022-04-07T18:04:27.932Z] ok github.com/docker/docker/cmd/dockerd 0.176s coverage: 19.0% of statements [2022-04-07T18:04:27.932Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-04-07T18:04:27.932Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-07T18:04:28.099Z] time="2022-04-07T18:04:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:04:28.099Z] time="2022-04-07T18:04:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3a9d4504961a297e3f7eeeb5a1d12878c92e096ea326e09f15ccf2f26c7f5271" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:04:28.099Z] time="2022-04-07T18:04:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-07T18:04:28.099Z] time="2022-04-07T18:04:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3a9d4504961a297e3f7eeeb5a1d12878c92e096ea326e09f15ccf2f26c7f5271" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-07T18:04:28.360Z] plugin_test.go:165: [dd0c3a3ecf85b] daemon is not started [2022-04-07T18:04:28.360Z] --- PASS: TestPluginInstall (4.82s) [2022-04-07T18:04:28.360Z] --- PASS: TestPluginInstall/no_auth (2.70s) [2022-04-07T18:04:28.360Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) [2022-04-07T18:04:28.360Z] --- PASS: TestPluginInstall/with_insecure (1.28s) [2022-04-07T18:04:28.360Z] === RUN TestPluginsWithRuntimes [2022-04-07T18:04:28.406Z] === RUN TestContainerStopSignal [2022-04-07T18:04:28.406Z] --- PASS: TestContainerStopSignal (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestContainerStopTimeout [2022-04-07T18:04:28.406Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestContainerSecretReferenceDestTarget [2022-04-07T18:04:28.406Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-04-07T18:04:28.406Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestContainerLogPathSetForRingLogger [2022-04-07T18:04:28.406Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-04-07T18:04:28.406Z] === RUN TestReplaceAndAppendEnvVars [2022-04-07T18:04:28.406Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-04-07T18:04:28.406Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestNewMemoryStore [2022-04-07T18:04:28.406Z] --- PASS: TestNewMemoryStore (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestAddContainers [2022-04-07T18:04:28.406Z] --- PASS: TestAddContainers (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestGetContainer [2022-04-07T18:04:28.406Z] --- PASS: TestGetContainer (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestDeleteContainer [2022-04-07T18:04:28.406Z] --- PASS: TestDeleteContainer (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestListContainers [2022-04-07T18:04:28.406Z] --- PASS: TestListContainers (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestFirstContainer [2022-04-07T18:04:28.406Z] --- PASS: TestFirstContainer (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestApplyAllContainer [2022-04-07T18:04:28.406Z] --- PASS: TestApplyAllContainer (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestIsValidHealthString [2022-04-07T18:04:28.406Z] --- PASS: TestIsValidHealthString (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestStateRunStop [2022-04-07T18:04:28.406Z] --- PASS: TestStateRunStop (0.00s) [2022-04-07T18:04:28.406Z] === RUN TestStateTimeoutWait [2022-04-07T18:04:28.406Z] state_test.go:141: Stop callback fired [2022-04-07T18:04:28.406Z] state_test.go:165: Stop callback fired [2022-04-07T18:04:28.406Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-04-07T18:04:28.406Z] === RUN TestIsValidStateString [2022-04-07T18:04:28.406Z] --- PASS: TestIsValidStateString (0.00s) [2022-04-07T18:04:28.407Z] === RUN TestViewSaveDelete [2022-04-07T18:04:28.407Z] --- PASS: TestViewSaveDelete (0.01s) [2022-04-07T18:04:28.407Z] === RUN TestViewAll [2022-04-07T18:04:28.407Z] --- PASS: TestViewAll (0.01s) [2022-04-07T18:04:28.407Z] === RUN TestViewGet [2022-04-07T18:04:28.407Z] --- PASS: TestViewGet (0.01s) [2022-04-07T18:04:28.407Z] === RUN TestNames [2022-04-07T18:04:28.407Z] --- PASS: TestNames (0.00s) [2022-04-07T18:04:28.407Z] === RUN TestViewWithHealthCheck [2022-04-07T18:04:28.407Z] --- PASS: TestViewWithHealthCheck (0.00s) [2022-04-07T18:04:28.407Z] PASS [2022-04-07T18:04:28.407Z] coverage: 41.7% of statements [2022-04-07T18:04:28.407Z] ok github.com/docker/docker/container 0.208s coverage: 41.7% of statements [2022-04-07T18:04:28.407Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-07T18:04:28.407Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-07T18:04:28.407Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-07T18:04:28.407Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-07T18:04:28.881Z] === RUN TestPrepare [2022-04-07T18:04:28.881Z] --- PASS: TestPrepare (0.00s) [2022-04-07T18:04:28.881Z] === RUN TestStart [2022-04-07T18:04:28.881Z] --- PASS: TestStart (0.00s) [2022-04-07T18:04:28.881Z] === RUN TestWaitCancel [2022-04-07T18:04:28.881Z] --- PASS: TestWaitCancel (0.00s) [2022-04-07T18:04:28.881Z] === RUN TestWaitDisabled [2022-04-07T18:04:28.881Z] --- PASS: TestWaitDisabled (0.00s) [2022-04-07T18:04:28.881Z] === RUN TestWaitEnabled [2022-04-07T18:04:28.881Z] --- PASS: TestWaitEnabled (0.00s) [2022-04-07T18:04:28.881Z] === RUN TestRemove [2022-04-07T18:04:28.881Z] --- PASS: TestRemove (0.00s) [2022-04-07T18:04:28.881Z] PASS [2022-04-07T18:04:28.881Z] coverage: 65.3% of statements [2022-04-07T18:04:28.881Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.077s coverage: 65.3% of statements [2022-04-07T18:04:29.302Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-07T18:04:30.243Z] === RUN TestPluginsWithRuntimes/No_Args [2022-04-07T18:04:30.503Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-07T18:04:31.076Z] === RUN TestPluginsWithRuntimes/With_Args [2022-04-07T18:04:31.338Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-07T18:04:31.507Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-04-07T18:04:31.599Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-07T18:04:31.866Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-04-07T18:04:32.171Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-07T18:04:32.171Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-04-07T18:04:32.171Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-07T18:04:32.171Z] --- PASS: TestPluginsWithRuntimes (3.84s) [2022-04-07T18:04:32.171Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.01s) [2022-04-07T18:04:32.171Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.03s) [2022-04-07T18:04:32.171Z] === RUN TestPluginBackCompatMediaTypes [2022-04-07T18:04:32.341Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCIsolation [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCIsolation [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-04-07T18:04:32.341Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCConfigs [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCConfigs [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-04-07T18:04:32.341Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-04-07T18:04:32.341Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-04-07T18:04:32.342Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-04-07T18:04:32.342Z] PASS [2022-04-07T18:04:32.342Z] coverage: 35.9% of statements [2022-04-07T18:04:32.342Z] ok github.com/docker/docker/daemon/cluster/convert 0.561s coverage: 35.9% of statements [2022-04-07T18:04:32.342Z] === RUN TestNewListSecretsFilters [2022-04-07T18:04:32.342Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-04-07T18:04:32.342Z] === RUN TestNewListConfigsFilters [2022-04-07T18:04:32.342Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-04-07T18:04:32.342Z] PASS [2022-04-07T18:04:32.342Z] coverage: 0.5% of statements [2022-04-07T18:04:32.342Z] ok github.com/docker/docker/daemon/cluster 1.076s coverage: 0.5% of statements [2022-04-07T18:04:33.114Z] --- PASS: TestPluginBackCompatMediaTypes (0.76s) [2022-04-07T18:04:33.114Z] PASS [2022-04-07T18:04:33.114Z] [2022-04-07T18:04:33.114Z] DONE 10 tests in 9.591s [2022-04-07T18:04:33.114Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-07T18:04:33.114Z] ++ 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-04-07T18:04:33.114Z] ++ set -e [2022-04-07T18:04:33.114Z] ++ '[' -n 0 ']' [2022-04-07T18:04:33.114Z] ++ set -x [2022-04-07T18:04:33.114Z] ++ 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-04-07T18:04:33.114Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-07T18:04:33.114Z] INFO: Testing against a local daemon [2022-04-07T18:04:33.114Z] === RUN TestExternalGraphDriver [2022-04-07T18:04:33.114Z] === RUN TestExternalGraphDriver/json [2022-04-07T18:04:34.583Z] === RUN TestBuilderGC [2022-04-07T18:04:34.583Z] --- PASS: TestBuilderGC (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationNotFound [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestDaemonBrokenConfiguration [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestFindConfigurationConflicts [2022-04-07T18:04:34.583Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-04-07T18:04:34.583Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationMergeConflicts [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-04-07T18:04:34.583Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-04-07T18:04:34.583Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-04-07T18:04:34.583Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestValidateConfiguration [2022-04-07T18:04:34.583Z] === RUN TestValidateConfiguration/with_label [2022-04-07T18:04:34.583Z] === RUN TestValidateConfiguration/with_dns [2022-04-07T18:04:34.583Z] === RUN TestValidateConfiguration/with_dns-search [2022-04-07T18:04:34.583Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-04-07T18:04:34.583Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-04-07T18:04:34.583Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-04-07T18:04:34.583Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-04-07T18:04:34.583Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfiguration (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-04-07T18:04:34.583Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestReloadSetConfigFileNotExist [2022-04-07T18:04:34.583Z] time="2022-04-07T18:04:34Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-04-07T18:04:34.583Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2022-04-07T18:04:34.583Z] === RUN TestReloadDefaultConfigNotExist [2022-04-07T18:04:34.583Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:34.583Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestReloadBadDefaultConfig [2022-04-07T18:04:34.583Z] time="2022-04-07T18:04:34Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1547806428" [2022-04-07T18:04:34.583Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestReloadWithConflictingLabels [2022-04-07T18:04:34.583Z] time="2022-04-07T18:04:34Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3193852455" [2022-04-07T18:04:34.583Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestReloadWithDuplicateLabels [2022-04-07T18:04:34.583Z] time="2022-04-07T18:04:34Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-118572101" [2022-04-07T18:04:34.583Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestMaskURLCredentials [2022-04-07T18:04:34.583Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-04-07T18:04:34.583Z] === RUN TestDaemonConfigurationMerge [2022-04-07T18:04:34.583Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-04-07T18:04:34.583Z] PASS [2022-04-07T18:04:34.583Z] coverage: 79.2% of statements [2022-04-07T18:04:34.583Z] ok github.com/docker/docker/daemon/config 0.238s coverage: 79.2% of statements [2022-04-07T18:04:34.583Z] === RUN TestWaitNodeAttachment [2022-04-07T18:04:35.030Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-07T18:04:35.030Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-07T18:04:35.030Z] docker_cli_sni_test.go:18: Flakey test [2022-04-07T18:04:35.030Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-07T18:04:35.030Z] === RUN TestExternalGraphDriver/spec [2022-04-07T18:04:35.058Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-04-07T18:04:35.058Z] === RUN TestIsolationConversion [2022-04-07T18:04:35.058Z] === RUN TestIsolationConversion/default [2022-04-07T18:04:35.058Z] === RUN TestIsolationConversion/process [2022-04-07T18:04:35.058Z] === RUN TestIsolationConversion/hyperv [2022-04-07T18:04:35.058Z] --- PASS: TestIsolationConversion (0.00s) [2022-04-07T18:04:35.058Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-04-07T18:04:35.058Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-04-07T18:04:35.058Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-04-07T18:04:35.058Z] === RUN TestContainerLabels [2022-04-07T18:04:35.058Z] --- PASS: TestContainerLabels (0.00s) [2022-04-07T18:04:35.058Z] === RUN TestCredentialSpecConversion [2022-04-07T18:04:35.058Z] === RUN TestCredentialSpecConversion/none [2022-04-07T18:04:35.058Z] === RUN TestCredentialSpecConversion/config [2022-04-07T18:04:35.058Z] === RUN TestCredentialSpecConversion/file [2022-04-07T18:04:35.058Z] === RUN TestCredentialSpecConversion/registry [2022-04-07T18:04:35.058Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-04-07T18:04:35.058Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-04-07T18:04:35.058Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-04-07T18:04:35.058Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-04-07T18:04:35.058Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-04-07T18:04:35.058Z] === RUN TestControllerValidateMountBind [2022-04-07T18:04:35.058Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-04-07T18:04:35.058Z] === RUN TestControllerValidateMountVolume [2022-04-07T18:04:35.058Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-04-07T18:04:35.058Z] === RUN TestControllerValidateMountTarget [2022-04-07T18:04:35.058Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-04-07T18:04:35.058Z] === RUN TestControllerValidateMountTmpfs [2022-04-07T18:04:35.058Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-04-07T18:04:35.058Z] === RUN TestControllerValidateMountInvalidType [2022-04-07T18:04:35.058Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-04-07T18:04:35.058Z] === RUN TestControllerValidateMountNamedPipe [2022-04-07T18:04:35.058Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-04-07T18:04:35.058Z] PASS [2022-04-07T18:04:35.058Z] coverage: 11.0% of statements [2022-04-07T18:04:35.058Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.590s coverage: 11.0% of statements [2022-04-07T18:04:35.477Z] --- PASS: TestCheckoutGit (27.88s) [2022-04-07T18:04:35.477Z] === RUN TestValidGitTransport [2022-04-07T18:04:35.477Z] --- PASS: TestValidGitTransport (0.00s) [2022-04-07T18:04:35.477Z] === RUN TestGitInvalidRef [2022-04-07T18:04:35.477Z] --- PASS: TestGitInvalidRef (0.21s) [2022-04-07T18:04:35.477Z] PASS [2022-04-07T18:04:35.477Z] coverage: 86.3% of statements [2022-04-07T18:04:35.477Z] ok github.com/docker/docker/builder/remotecontext/git 28.176s coverage: 86.3% of statements [2022-04-07T18:04:35.477Z] ? github.com/docker/docker/cli [no test files] [2022-04-07T18:04:35.477Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-07T18:04:35.533Z] === RUN TestEventsLog [2022-04-07T18:04:35.533Z] --- PASS: TestEventsLog (0.00s) [2022-04-07T18:04:35.533Z] === RUN TestEventsLogTimeout [2022-04-07T18:04:35.533Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-04-07T18:04:35.533Z] === RUN TestLogEvents [2022-04-07T18:04:35.533Z] --- PASS: TestLogEvents (0.06s) [2022-04-07T18:04:35.533Z] === RUN TestLoadBufferedEvents [2022-04-07T18:04:35.533Z] --- PASS: TestLoadBufferedEvents (0.12s) [2022-04-07T18:04:35.533Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-04-07T18:04:35.533Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-04-07T18:04:35.533Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-04-07T18:04:35.533Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-04-07T18:04:35.533Z] PASS [2022-04-07T18:04:35.533Z] coverage: 50.0% of statements [2022-04-07T18:04:35.533Z] ok github.com/docker/docker/daemon/events 0.323s coverage: 50.0% of statements [2022-04-07T18:04:35.602Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-07T18:04:36.174Z] === RUN TestDockerSuite/TestCommitChange [2022-04-07T18:04:36.174Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-04-07T18:04:36.236Z] 2022/04/07 18:04:33 Closing DB instances... [2022-04-07T18:04:36.236Z] --- PASS: TestNetworkDBGarbageCollection (54.27s) [2022-04-07T18:04:36.236Z] === RUN TestFindNode [2022-04-07T18:04:36.236Z] 2022/04/07 18:04:35 Closing DB instances... [2022-04-07T18:04:36.236Z] --- PASS: TestFindNode (0.02s) [2022-04-07T18:04:36.236Z] === RUN TestChangeNodeState [2022-04-07T18:04:36.236Z] 2022/04/07 18:04:35 Closing DB instances... [2022-04-07T18:04:36.236Z] --- PASS: TestChangeNodeState (0.01s) [2022-04-07T18:04:36.236Z] === RUN TestNodeReincarnation [2022-04-07T18:04:36.236Z] 2022/04/07 18:04:35 Closing DB instances... [2022-04-07T18:04:36.534Z] === RUN TestIsEmptyDir [2022-04-07T18:04:36.534Z] --- PASS: TestIsEmptyDir (0.01s) [2022-04-07T18:04:36.534Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-04-07T18:04:36.534Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-04-07T18:04:36.534Z] PASS [2022-04-07T18:04:36.534Z] coverage: 2.3% of statements [2022-04-07T18:04:36.534Z] ok github.com/docker/docker/daemon/graphdriver 0.058s coverage: 2.3% of statements [2022-04-07T18:04:36.534Z] === RUN TestVerifyNetworkingConfig [2022-04-07T18:04:36.534Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestGetContainer [2022-04-07T18:04:36.534Z] --- PASS: TestGetContainer (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestValidContainerNames [2022-04-07T18:04:36.534Z] --- PASS: TestValidContainerNames (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestContainerInitDNS [2022-04-07T18:04:36.534Z] daemon_test.go:145: root required [2022-04-07T18:04:36.534Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestMerge [2022-04-07T18:04:36.534Z] --- PASS: TestMerge (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestValidateContainerIsolation [2022-04-07T18:04:36.534Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestFindNetworkErrorType [2022-04-07T18:04:36.534Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestEnsureServicesExist [2022-04-07T18:04:36.534Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestEnsureServicesExistErrors [2022-04-07T18:04:36.534Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-04-07T18:04:36.534Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-04-07T18:04:36.534Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-04-07T18:04:36.534Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-04-07T18:04:36.534Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-04-07T18:04:36.534Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-04-07T18:04:36.534Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestContainerDelete [2022-04-07T18:04:36.534Z] --- PASS: TestContainerDelete (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestContainerDoubleDelete [2022-04-07T18:04:36.534Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestLogContainerEventCopyLabels [2022-04-07T18:04:36.534Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestLogContainerEventWithAttributes [2022-04-07T18:04:36.534Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestNoneHealthcheck [2022-04-07T18:04:36.534Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestHealthStates [2022-04-07T18:04:36.534Z] === RUN TestLinkNaming [2022-04-07T18:04:36.534Z] --- PASS: TestLinkNaming (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestLinkNew [2022-04-07T18:04:36.534Z] --- PASS: TestLinkNew (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestLinkEnv [2022-04-07T18:04:36.534Z] --- PASS: TestLinkEnv (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestLinkMultipleEnv [2022-04-07T18:04:36.534Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestLinkPortRangeEnv [2022-04-07T18:04:36.534Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-04-07T18:04:36.534Z] PASS [2022-04-07T18:04:36.534Z] coverage: 93.0% of statements [2022-04-07T18:04:36.534Z] ok github.com/docker/docker/daemon/links 0.030s coverage: 93.0% of statements [2022-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] time="2022-04-07T18:04:36Z" 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-04-07T18:04:36.534Z] --- PASS: TestHealthStates (0.14s) [2022-04-07T18:04:36.534Z] === RUN TestGetInspectData [2022-04-07T18:04:36.534Z] --- PASS: TestGetInspectData (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestFillLicense [2022-04-07T18:04:36.534Z] --- PASS: TestFillLicense (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestListInvalidFilter [2022-04-07T18:04:36.534Z] --- PASS: TestListInvalidFilter (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestNameFilter [2022-04-07T18:04:36.534Z] --- PASS: TestNameFilter (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-04-07T18:04:36.534Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-04-07T18:04:36.534Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-04-07T18:04:36.534Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-04-07T18:04:36.534Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-04-07T18:04:36.534Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-04-07T18:04:37.009Z] === 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-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-04-07T18:04:37.009Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-04-07T18:04:37.009Z] --- 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-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-04-07T18:04:37.009Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-04-07T18:04:37.009Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestDaemonReloadLabels [2022-04-07T18:04:37.009Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-04-07T18:04:37.009Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestDaemonReloadMirrors [2022-04-07T18:04:37.009Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestDaemonReloadInsecureRegistries [2022-04-07T18:04:37.009Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestDaemonReloadNotAffectOthers [2022-04-07T18:04:37.009Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-04-07T18:04:37.009Z] reload_test.go:342: root required [2022-04-07T18:04:37.009Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-04-07T18:04:37.009Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-04-07T18:04:37.009Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-04-07T18:04:37.009Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-04-07T18:04:37.009Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-04-07T18:04:37.009Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-04-07T18:04:37.009Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-04-07T18:04:37.009Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-04-07T18:04:37.009Z] === RUN TestParseVolumesFrom [2022-04-07T18:04:37.009Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-04-07T18:04:37.009Z] PASS [2022-04-07T18:04:37.009Z] coverage: 8.8% of statements [2022-04-07T18:04:37.009Z] ok github.com/docker/docker/daemon 0.326s coverage: 8.8% of statements [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-04-07T18:04:37.009Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-04-07T18:04:37.115Z] === RUN TestExternalGraphDriver/pull [2022-04-07T18:04:37.115Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-07T18:04:38.058Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-07T18:04:39.000Z] --- PASS: TestExternalGraphDriver (5.92s) [2022-04-07T18:04:39.000Z] --- PASS: TestExternalGraphDriver/json (1.86s) [2022-04-07T18:04:39.000Z] --- PASS: TestExternalGraphDriver/spec (1.95s) [2022-04-07T18:04:39.000Z] --- PASS: TestExternalGraphDriver/pull (2.06s) [2022-04-07T18:04:39.000Z] === RUN TestGraphdriverPluginV2 [2022-04-07T18:04:39.344Z] === RUN TestNewStreamConfig [2022-04-07T18:04:39.344Z] === RUN TestNewStreamConfig/defaults [2022-04-07T18:04:39.344Z] === RUN TestNewStreamConfig/invalid_create_group [2022-04-07T18:04:39.344Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-04-07T18:04:39.344Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-04-07T18:04:39.344Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-04-07T18:04:39.344Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-04-07T18:04:39.344Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-04-07T18:04:39.344Z] --- PASS: TestNewStreamConfig (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-04-07T18:04:39.344Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-04-07T18:04:39.344Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-04-07T18:04:39.344Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-04-07T18:04:39.344Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-04-07T18:04:39.344Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestNewAWSLogsClientRegionDetect [2022-04-07T18:04:39.344Z] === RUN TestValidateLogOptReconnectInterval [2022-04-07T18:04:39.344Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-04-07T18:04:39.344Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-04-07T18:04:39.344Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-04-07T18:04:39.344Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-04-07T18:04:39.344Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-04-07T18:04:39.344Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-04-07T18:04:39.344Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-04-07T18:04:39.344Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-04-07T18:04:39.344Z] PASS [2022-04-07T18:04:39.344Z] coverage: 33.6% of statements [2022-04-07T18:04:39.344Z] ok github.com/docker/docker/daemon/logger/fluentd 0.053s coverage: 33.6% of statements [2022-04-07T18:04:39.344Z] time="2022-04-07T18:04:38Z" level=info msg="Trying to get region from EC2 Metadata" [2022-04-07T18:04:39.344Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2022-04-07T18:04:39.344Z] === RUN TestCreateSuccess [2022-04-07T18:04:39.344Z] --- PASS: TestCreateSuccess (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCreateStreamSkipped [2022-04-07T18:04:39.344Z] time="2022-04-07T18:04:38Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-04-07T18:04:39.344Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCreateLogGroupSuccess [2022-04-07T18:04:39.344Z] time="2022-04-07T18:04:38Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-04-07T18:04:39.344Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCreateError [2022-04-07T18:04:39.344Z] --- PASS: TestCreateError (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCreateAlreadyExists [2022-04-07T18:04:39.344Z] time="2022-04-07T18:04:38Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-04-07T18:04:39.344Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestLogClosed [2022-04-07T18:04:39.344Z] --- PASS: TestLogClosed (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestLogBlocking [2022-04-07T18:04:39.344Z] --- PASS: TestLogBlocking (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestLogNonBlockingBufferEmpty [2022-04-07T18:04:39.344Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestLogNonBlockingBufferFull [2022-04-07T18:04:39.344Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestPublishBatchSuccess [2022-04-07T18:04:39.344Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestPublishBatchError [2022-04-07T18:04:39.344Z] time="2022-04-07T18:04:38Z" level=error msg=error [2022-04-07T18:04:39.344Z] --- PASS: TestPublishBatchError (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-04-07T18:04:39.344Z] time="2022-04-07T18:04:38Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-07T18:04:39.344Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestPublishBatchAlreadyAccepted [2022-04-07T18:04:39.344Z] time="2022-04-07T18:04:38Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-07T18:04:39.344Z] time="2022-04-07T18:04:38Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-04-07T18:04:39.344Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchSimple [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchTicker [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchMultilinePattern [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.03s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchClose [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchClose (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestEffectiveLen [2022-04-07T18:04:39.344Z] === RUN TestEffectiveLen/0/Hello [2022-04-07T18:04:39.344Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-04-07T18:04:39.344Z] === RUN TestEffectiveLen/2/🙃 [2022-04-07T18:04:39.344Z] === RUN TestEffectiveLen/3/���� [2022-04-07T18:04:39.344Z] === RUN TestEffectiveLen/4/He��o [2022-04-07T18:04:39.344Z] === RUN TestEffectiveLen/5/ [2022-04-07T18:04:39.344Z] --- PASS: TestEffectiveLen (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestFindValidSplit [2022-04-07T18:04:39.344Z] === RUN TestFindValidSplit/0/ [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1076: [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:04:39.344Z] === RUN TestFindValidSplit/1/Hello [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1076: Hello [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:04:39.344Z] === RUN TestFindValidSplit/2/Hello [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1076: He [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1077: llo [2022-04-07T18:04:39.344Z] === RUN TestFindValidSplit/3/Hello [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1076: [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1077: Hello [2022-04-07T18:04:39.344Z] === RUN TestFindValidSplit/4/🙃 [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1076: [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1077: 🙃 [2022-04-07T18:04:39.344Z] === RUN TestFindValidSplit/5/🙃 [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1076: 🙃 [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:04:39.344Z] === RUN TestFindValidSplit/6/a� [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1076: a [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1077: � [2022-04-07T18:04:39.344Z] === RUN TestFindValidSplit/7/a� [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1076: a� [2022-04-07T18:04:39.344Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:04:39.344Z] --- PASS: TestFindValidSplit (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-04-07T18:04:39.344Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestProcessEventEmoji [2022-04-07T18:04:39.344Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchLineSplit [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchLineSplitWithBinary [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchMaxEvents [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchMaxTotalBytes [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-04-07T18:04:39.344Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-04-07T18:04:39.344Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-04-07T18:04:39.345Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.03s) [2022-04-07T18:04:39.345Z] === RUN TestParseLogOptionsMultilinePattern [2022-04-07T18:04:39.345Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestParseLogOptionsDatetimeFormat [2022-04-07T18:04:39.345Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-04-07T18:04:39.345Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-04-07T18:04:39.345Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-04-07T18:04:39.345Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-04-07T18:04:39.345Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-04-07T18:04:39.345Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-04-07T18:04:39.345Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-04-07T18:04:39.345Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsFormat [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsFormat/1/random [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsFormat/2/ [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-04-07T18:04:39.345Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-04-07T18:04:39.345Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestCreateTagSuccess [2022-04-07T18:04:39.345Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-04-07T18:04:39.345Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-04-07T18:04:39.345Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-04-07T18:04:39.345Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-04-07T18:04:39.345Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.04s) [2022-04-07T18:04:39.345Z] PASS [2022-04-07T18:04:39.345Z] coverage: 80.2% of statements [2022-04-07T18:04:39.345Z] ok github.com/docker/docker/daemon/logger/awslogs 0.390s coverage: 80.2% of statements [2022-04-07T18:04:39.345Z] === RUN TestAdapterReadLogs [2022-04-07T18:04:39.345Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestCopier [2022-04-07T18:04:39.345Z] --- PASS: TestCopier (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestCopierLongLines [2022-04-07T18:04:39.345Z] --- PASS: TestCopierLongLines (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestCopierSlow [2022-04-07T18:04:39.345Z] --- PASS: TestCopierSlow (0.21s) [2022-04-07T18:04:39.345Z] === RUN TestCopierWithSized [2022-04-07T18:04:39.345Z] === RUN TestCopierWithSized/as_is [2022-04-07T18:04:39.345Z] === RUN TestCopierWithSized/With_RingLogger [2022-04-07T18:04:39.345Z] --- PASS: TestCopierWithSized (0.01s) [2022-04-07T18:04:39.345Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-04-07T18:04:39.345Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestCopierWithPartial [2022-04-07T18:04:39.345Z] --- PASS: TestCopierWithPartial (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestRingLogger [2022-04-07T18:04:39.345Z] --- PASS: TestRingLogger (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestRingCap [2022-04-07T18:04:39.345Z] --- PASS: TestRingCap (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestRingClose [2022-04-07T18:04:39.345Z] --- PASS: TestRingClose (0.00s) [2022-04-07T18:04:39.345Z] === RUN TestRingDrain [2022-04-07T18:04:39.345Z] --- PASS: TestRingDrain (0.00s) [2022-04-07T18:04:39.345Z] PASS [2022-04-07T18:04:39.345Z] coverage: 43.2% of statements [2022-04-07T18:04:39.345Z] ok github.com/docker/docker/daemon/logger 0.286s coverage: 43.2% of statements [2022-04-07T18:04:39.820Z] === RUN TestSearchRegistryForImagesErrors [2022-04-07T18:04:39.820Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-04-07T18:04:39.820Z] === RUN TestSearchRegistryForImages [2022-04-07T18:04:39.820Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-04-07T18:04:39.820Z] === RUN TestOnlyPlatformWithFallback [2022-04-07T18:04:39.820Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-04-07T18:04:39.820Z] === RUN TestImageDelete [2022-04-07T18:04:39.820Z] === RUN TestImageDelete/no_lease [2022-04-07T18:04:39.820Z] === RUN TestImageDelete/lease_exists [2022-04-07T18:04:39.820Z] --- PASS: TestImageDelete (0.03s) [2022-04-07T18:04:39.820Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-04-07T18:04:39.820Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-04-07T18:04:39.820Z] === RUN TestContentStoreForPull [2022-04-07T18:04:39.820Z] --- PASS: TestContentStoreForPull (0.15s) [2022-04-07T18:04:39.820Z] PASS [2022-04-07T18:04:39.820Z] coverage: 6.6% of statements [2022-04-07T18:04:39.820Z] ok github.com/docker/docker/daemon/images 0.298s coverage: 6.6% of statements [2022-04-07T18:04:39.820Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-07T18:04:39.820Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-07T18:04:39.820Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-04-07T18:04:39.820Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-07T18:04:39.820Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-04-07T18:04:39.820Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-04-07T18:04:39.942Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-07T18:04:40.294Z] === RUN TestJSONLogsMarshalJSONBuf [2022-04-07T18:04:40.294Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-04-07T18:04:40.294Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-04-07T18:04:40.294Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2022-04-07T18:04:40.294Z] === RUN TestFastTimeMarshalJSON [2022-04-07T18:04:40.294Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-04-07T18:04:40.294Z] PASS [2022-04-07T18:04:40.294Z] coverage: 87.2% of statements [2022-04-07T18:04:40.294Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.161s coverage: 87.2% of statements [2022-04-07T18:04:40.769Z] === RUN TestJSONFileLogger [2022-04-07T18:04:40.769Z] --- PASS: TestJSONFileLogger (0.00s) [2022-04-07T18:04:40.769Z] === RUN TestJSONFileLoggerWithTags [2022-04-07T18:04:40.769Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-04-07T18:04:40.769Z] === RUN TestJSONFileLoggerWithOpts [2022-04-07T18:04:40.769Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-04-07T18:04:40.769Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-04-07T18:04:40.769Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-04-07T18:04:40.769Z] === RUN TestEncodeDecode [2022-04-07T18:04:40.769Z] === PAUSE TestEncodeDecode [2022-04-07T18:04:40.769Z] === RUN TestUnexpectedEOF [2022-04-07T18:04:40.769Z] time="2022-04-07T18:04:40Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-07T18:04:40.769Z] time="2022-04-07T18:04:40Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-07T18:04:40.769Z] --- PASS: TestUnexpectedEOF (0.13s) [2022-04-07T18:04:40.769Z] === CONT TestEncodeDecode [2022-04-07T18:04:40.769Z] --- PASS: TestEncodeDecode (0.00s) [2022-04-07T18:04:40.769Z] PASS [2022-04-07T18:04:40.769Z] coverage: 69.9% of statements [2022-04-07T18:04:40.769Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.207s coverage: 69.9% of statements [2022-04-07T18:04:40.884Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-04-07T18:04:40.950Z] --- PASS: TestNodeReincarnation (5.01s) [2022-04-07T18:04:40.950Z] === RUN TestParallelCreate [2022-04-07T18:04:40.950Z] 2022/04/07 18:04:40 Closing DB instances... [2022-04-07T18:04:40.950Z] --- PASS: TestParallelCreate (0.01s) [2022-04-07T18:04:40.950Z] === RUN TestParallelDelete [2022-04-07T18:04:40.950Z] 2022/04/07 18:04:40 Closing DB instances... [2022-04-07T18:04:40.950Z] --- PASS: TestParallelDelete (0.01s) [2022-04-07T18:04:40.950Z] === RUN TestNetworkDBIslands [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:9859219af332 with config:&{NodeID:9859219af332 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-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="Node 9859219af332/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="Node 9859219af332/172.21.90.147, added to nodes list" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:94155d23d840 with config:&{NodeID:94155d23d840 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-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="Node 94155d23d840/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="Node 94155d23d840/172.21.90.147, added to nodes list" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49384" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="Node 94155d23d840/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="Node 94155d23d840/172.21.90.147, added to nodes list" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="Node 9859219af332/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=info msg="Node 9859219af332/172.21.90.147, added to nodes list" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-04-07T18:04:40.950Z] time="2022-04-07T18:04:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49385" [2022-04-07T18:04:41.244Z] === RUN TestWriteLog [2022-04-07T18:04:41.244Z] === PAUSE TestWriteLog [2022-04-07T18:04:41.244Z] === RUN TestReadLog [2022-04-07T18:04:41.244Z] === PAUSE TestReadLog [2022-04-07T18:04:41.244Z] === RUN TestDecode [2022-04-07T18:04:41.244Z] --- PASS: TestDecode (0.02s) [2022-04-07T18:04:41.244Z] === CONT TestWriteLog [2022-04-07T18:04:41.244Z] === CONT TestReadLog [2022-04-07T18:04:41.245Z] --- PASS: TestWriteLog (0.01s) [2022-04-07T18:04:41.245Z] === RUN TestReadLog/tail_exact [2022-04-07T18:04:41.245Z] === RUN TestReadLog/tail_less_than_available [2022-04-07T18:04:41.245Z] === RUN TestReadLog/tail_more_than_available [2022-04-07T18:04:41.456Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-07T18:04:41.719Z] --- PASS: TestReadLog (0.29s) [2022-04-07T18:04:41.719Z] --- PASS: TestReadLog/tail_exact (0.19s) [2022-04-07T18:04:41.719Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-04-07T18:04:41.719Z] --- PASS: TestReadLog/tail_more_than_available (0.07s) [2022-04-07T18:04:41.719Z] PASS [2022-04-07T18:04:41.719Z] coverage: 78.7% of statements [2022-04-07T18:04:41.719Z] ok github.com/docker/docker/daemon/logger/local 0.397s coverage: 78.7% of statements [2022-04-07T18:04:41.719Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-07T18:04:41.719Z] === RUN TestOpenFileDelete [2022-04-07T18:04:41.719Z] --- PASS: TestOpenFileDelete (0.00s) [2022-04-07T18:04:41.719Z] === RUN TestOpenFileRename [2022-04-07T18:04:41.719Z] --- PASS: TestOpenFileRename (0.00s) [2022-04-07T18:04:41.719Z] === RUN TestHandleDecoderErr [2022-04-07T18:04:41.719Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-04-07T18:04:41.719Z] === RUN TestParseLogTagDefaultTag [2022-04-07T18:04:41.719Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-04-07T18:04:41.719Z] === RUN TestParseLogTag [2022-04-07T18:04:41.719Z] --- PASS: TestParseLogTag (0.00s) [2022-04-07T18:04:41.719Z] === RUN TestParseLogTagEmptyTag [2022-04-07T18:04:41.719Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-04-07T18:04:41.719Z] === RUN TestTailFiles [2022-04-07T18:04:41.719Z] --- PASS: TestTailFiles (0.00s) [2022-04-07T18:04:41.719Z] === RUN TestFollowLogsConsumerGone [2022-04-07T18:04:41.719Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-04-07T18:04:41.719Z] === RUN TestFollowLogsProducerGone [2022-04-07T18:04:41.719Z] logfile_test.go:180: logDecode() closed after sending 2478 messages [2022-04-07T18:04:41.719Z] logfile_test.go:233: messages sent: 2478, received: 2478 [2022-04-07T18:04:41.719Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-04-07T18:04:41.719Z] === RUN TestCheckCapacityAndRotate [2022-04-07T18:04:41.719Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-04-07T18:04:41.719Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-04-07T18:04:41.719Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2022-04-07T18:04:41.719Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.05s) [2022-04-07T18:04:41.719Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-04-07T18:04:41.719Z] PASS [2022-04-07T18:04:41.719Z] coverage: 53.5% of statements [2022-04-07T18:04:41.719Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.136s coverage: 53.5% of statements [2022-04-07T18:04:41.719Z] === RUN TestLog [2022-04-07T18:04:41.719Z] --- PASS: TestLog (0.02s) [2022-04-07T18:04:41.719Z] PASS [2022-04-07T18:04:41.719Z] coverage: 31.5% of statements [2022-04-07T18:04:41.719Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.069s coverage: 31.5% of statements [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:2b177ac4982f with config:&{NodeID:2b177ac4982f 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-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 2b177ac4982f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 2b177ac4982f/172.21.90.147, added to nodes list" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49386" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 2b177ac4982f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 2b177ac4982f/172.21.90.147, added to nodes list" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 9859219af332/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 9859219af332/172.21.90.147, added to nodes list" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 94155d23d840/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 94155d23d840/172.21.90.147, added to nodes list" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49387" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 2b177ac4982f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="Node 2b177ac4982f/172.21.90.147, added to nodes list" [2022-04-07T18:04:41.927Z] time="2022-04-07T18:04:41Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:d845eec91019 with config:&{NodeID:d845eec91019 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-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node d845eec91019/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node d845eec91019/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49388" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node d845eec91019/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node d845eec91019/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node 94155d23d840/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node 94155d23d840/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node 2b177ac4982f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node 2b177ac4982f/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node 9859219af332/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=info msg="Node 9859219af332/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49389" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node d845eec91019/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node d845eec91019/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node d845eec91019/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node d845eec91019/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:16b211bbe258 with config:&{NodeID:16b211bbe258 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-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Stream connection from=[::1]:49390" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 9859219af332/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 9859219af332/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node d845eec91019/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node d845eec91019/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 94155d23d840/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 94155d23d840/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 2b177ac4982f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=info msg="Node 2b177ac4982f/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49391" [2022-04-07T18:04:42.390Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-04-07T18:04:42.592Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestConfigureDaemonLogs [2022-04-07T18:04:42.592Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestCommonOptionsInstallFlags [2022-04-07T18:04:42.592Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-04-07T18:04:42.592Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-04-07T18:04:42.592Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-04-07T18:04:42.592Z] PASS [2022-04-07T18:04:42.592Z] coverage: 19.0% of statements [2022-04-07T18:04:42.592Z] ok github.com/docker/docker/cmd/dockerd 0.174s coverage: 19.0% of statements [2022-04-07T18:04:42.592Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-04-07T18:04:42.592Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-07T18:04:42.721Z] === RUN TestNewParse [2022-04-07T18:04:42.722Z] --- PASS: TestNewParse (0.00s) [2022-04-07T18:04:42.722Z] PASS [2022-04-07T18:04:42.722Z] coverage: 8.3% of statements [2022-04-07T18:04:42.722Z] ok github.com/docker/docker/daemon/logger/templates 0.043s coverage: 8.3% of statements [2022-04-07T18:04:42.722Z] === RUN TestValidateLogOpt [2022-04-07T18:04:42.722Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestNewMissedConfig [2022-04-07T18:04:42.722Z] --- PASS: TestNewMissedConfig (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestNewMissedUrl [2022-04-07T18:04:42.722Z] --- PASS: TestNewMissedUrl (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestNewMissedToken [2022-04-07T18:04:42.722Z] --- PASS: TestNewMissedToken (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestNewWithProxy [2022-04-07T18:04:42.722Z] --- PASS: TestNewWithProxy (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestDefault [2022-04-07T18:04:42.722Z] --- PASS: TestDefault (0.01s) [2022-04-07T18:04:42.722Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-04-07T18:04:42.722Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestJsonFormat [2022-04-07T18:04:42.722Z] --- PASS: TestJsonFormat (0.01s) [2022-04-07T18:04:42.722Z] === RUN TestRawFormat [2022-04-07T18:04:42.722Z] --- PASS: TestRawFormat (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestRawFormatWithLabels [2022-04-07T18:04:42.722Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestRawFormatWithoutTag [2022-04-07T18:04:42.722Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestBatching [2022-04-07T18:04:42.722Z] === RUN TestParseLogFormat [2022-04-07T18:04:42.722Z] --- PASS: TestParseLogFormat (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestValidateLogOptEmpty [2022-04-07T18:04:42.722Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestValidateSyslogAddress [2022-04-07T18:04:42.722Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestParseAddressDefaultPort [2022-04-07T18:04:42.722Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestValidateSyslogFacility [2022-04-07T18:04:42.722Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestValidateLogOptSyslogFormat [2022-04-07T18:04:42.722Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-04-07T18:04:42.722Z] === RUN TestValidateLogOpt [2022-04-07T18:04:42.722Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-07T18:04:42.722Z] PASS [2022-04-07T18:04:42.722Z] coverage: 46.8% of statements [2022-04-07T18:04:42.722Z] ok github.com/docker/docker/daemon/logger/syslog 0.048s coverage: 46.8% of statements [2022-04-07T18:04:42.840Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=info msg="Node 16b211bbe258/172.21.90.147, added to nodes list" [2022-04-07T18:04:42.853Z] networkdb_test.go:835: Re-joining: 3 [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=info msg="The new bootstrap node list is:[172.21.90.147:10033 172.21.90.147:10034 172.21.90.147:10035]" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10033" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49392" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10034" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49393" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10035" [2022-04-07T18:04:42.853Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49394" [2022-04-07T18:04:43.196Z] --- PASS: TestBatching (0.21s) [2022-04-07T18:04:43.197Z] === RUN TestFrequency [2022-04-07T18:04:43.197Z] --- PASS: TestFrequency (0.19s) [2022-04-07T18:04:43.197Z] === RUN TestOneMessagePerRequest [2022-04-07T18:04:43.197Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-04-07T18:04:43.197Z] === RUN TestVerify [2022-04-07T18:04:43.197Z] --- PASS: TestVerify (0.00s) [2022-04-07T18:04:43.197Z] === RUN TestSkipVerify [2022-04-07T18:04:43.197Z] time="2022-04-07T18:04:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.316Z] networkdb_test.go:835: Re-joining: 4 [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:42Z" level=info msg="The new bootstrap node list is:[172.21.90.147:10033 172.21.90.147:10034 172.21.90.147:10035]" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10033" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49395" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10034" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49396" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49397" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10035" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="node 0 leaving" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332 change state NodeActive --> NodeLeft" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="node4(d845eec91019): Node leave event for 9859219af332/172.21.90.147" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332 change state NodeActive --> NodeLeft" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="node3(2b177ac4982f): Node leave event for 9859219af332/172.21.90.147" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332 change state NodeActive --> NodeLeft" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="node2(94155d23d840): Node leave event for 9859219af332/172.21.90.147" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332 change state NodeActive --> NodeLeft" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="node1(9859219af332): Node leave event for 9859219af332/172.21.90.147" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332 change state NodeActive --> NodeLeft" [2022-04-07T18:04:43.316Z] time="2022-04-07T18:04:43Z" level=info msg="node5(16b211bbe258): Node leave event for 9859219af332/172.21.90.147" [2022-04-07T18:04:43.411Z] --- PASS: TestGraphdriverPluginV2 (4.36s) [2022-04-07T18:04:43.411Z] PASS [2022-04-07T18:04:43.411Z] [2022-04-07T18:04:43.411Z] DONE 5 tests in 10.409s [2022-04-07T18:04:43.411Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-07T18:04:43.411Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-07T18:04:43.411Z] ++ 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-04-07T18:04:43.411Z] ++ set -e [2022-04-07T18:04:43.411Z] ++ '[' -n 0 ']' [2022-04-07T18:04:43.411Z] ++ set -x [2022-04-07T18:04:43.411Z] ++ 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-04-07T18:04:43.568Z] === RUN TestContainerStopSignal [2022-04-07T18:04:43.568Z] --- PASS: TestContainerStopSignal (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestContainerStopTimeout [2022-04-07T18:04:43.568Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestContainerSecretReferenceDestTarget [2022-04-07T18:04:43.568Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-04-07T18:04:43.568Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestContainerLogPathSetForRingLogger [2022-04-07T18:04:43.568Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-04-07T18:04:43.568Z] === RUN TestReplaceAndAppendEnvVars [2022-04-07T18:04:43.568Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-04-07T18:04:43.568Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestNewMemoryStore [2022-04-07T18:04:43.568Z] --- PASS: TestNewMemoryStore (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestAddContainers [2022-04-07T18:04:43.568Z] --- PASS: TestAddContainers (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestGetContainer [2022-04-07T18:04:43.568Z] --- PASS: TestGetContainer (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestDeleteContainer [2022-04-07T18:04:43.568Z] --- PASS: TestDeleteContainer (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestListContainers [2022-04-07T18:04:43.568Z] --- PASS: TestListContainers (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestFirstContainer [2022-04-07T18:04:43.568Z] --- PASS: TestFirstContainer (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestApplyAllContainer [2022-04-07T18:04:43.568Z] --- PASS: TestApplyAllContainer (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestIsValidHealthString [2022-04-07T18:04:43.568Z] --- PASS: TestIsValidHealthString (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestStateRunStop [2022-04-07T18:04:43.568Z] --- PASS: TestStateRunStop (0.00s) [2022-04-07T18:04:43.568Z] === RUN TestStateTimeoutWait [2022-04-07T18:04:43.671Z] INFO: Testing against a local daemon [2022-04-07T18:04:43.671Z] === RUN TestContinueAfterPluginCrash [2022-04-07T18:04:43.671Z] === PAUSE TestContinueAfterPluginCrash [2022-04-07T18:04:43.671Z] === RUN TestReadPluginNoRead [2022-04-07T18:04:43.671Z] === PAUSE TestReadPluginNoRead [2022-04-07T18:04:43.671Z] === RUN TestDaemonStartWithLogOpt [2022-04-07T18:04:43.671Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-07T18:04:43.671Z] === CONT TestContinueAfterPluginCrash [2022-04-07T18:04:43.671Z] === CONT TestDaemonStartWithLogOpt [2022-04-07T18:04:43.671Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] --- PASS: TestSkipVerify (0.52s) [2022-04-07T18:04:43.672Z] === RUN TestBufferMaximum [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354683.411649\",\"host\":\"36705e58ff38\"}'" [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354683.411649\",\"host\":\"36705e58ff38\"}'" [2022-04-07T18:04:43.672Z] --- PASS: TestBufferMaximum (0.00s) [2022-04-07T18:04:43.672Z] === RUN TestServerAlwaysDown [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354683.413649\",\"host\":\"36705e58ff38\"}'" [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354683.413649\",\"host\":\"36705e58ff38\"}'" [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354683.413649\",\"host\":\"36705e58ff38\"}'" [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354683.414648\",\"host\":\"36705e58ff38\"}'" [2022-04-07T18:04:43.672Z] time="2022-04-07T18:04:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354683.414648\",\"host\":\"36705e58ff38\"}'" [2022-04-07T18:04:43.672Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-04-07T18:04:43.672Z] === RUN TestCannotSendAfterClose [2022-04-07T18:04:43.672Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-04-07T18:04:43.672Z] === RUN TestDeadlockOnBlockedEndpoint [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332/172.21.90.147, left gossip cluster" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332/172.21.90.147, left gossip cluster" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332/172.21.90.147, left gossip cluster" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332/172.21.90.147, left gossip cluster" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="Node 9859219af332/172.21.90.147, left gossip cluster" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.21.90.147:10034: use of closed network connection" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="node 1 leaving" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="Node 94155d23d840 change state NodeActive --> NodeLeft" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="node3(2b177ac4982f): Node leave event for 94155d23d840/172.21.90.147" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="Node 94155d23d840 change state NodeActive --> NodeLeft" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="node5(16b211bbe258): Node leave event for 94155d23d840/172.21.90.147" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="Node 94155d23d840 change state NodeActive --> NodeLeft" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="node4(d845eec91019): Node leave event for 94155d23d840/172.21.90.147" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="Node 94155d23d840 change state NodeActive --> NodeLeft" [2022-04-07T18:04:43.779Z] time="2022-04-07T18:04:43Z" level=info msg="node2(94155d23d840): Node leave event for 94155d23d840/172.21.90.147" [2022-04-07T18:04:44.031Z] state_test.go:141: Stop callback fired [2022-04-07T18:04:44.031Z] state_test.go:165: Stop callback fired [2022-04-07T18:04:44.031Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-04-07T18:04:44.031Z] === RUN TestIsValidStateString [2022-04-07T18:04:44.031Z] --- PASS: TestIsValidStateString (0.00s) [2022-04-07T18:04:44.031Z] === RUN TestViewSaveDelete [2022-04-07T18:04:44.031Z] --- PASS: TestViewSaveDelete (0.01s) [2022-04-07T18:04:44.031Z] === RUN TestViewAll [2022-04-07T18:04:44.031Z] --- PASS: TestViewAll (0.01s) [2022-04-07T18:04:44.031Z] === RUN TestViewGet [2022-04-07T18:04:44.031Z] --- PASS: TestViewGet (0.01s) [2022-04-07T18:04:44.031Z] === RUN TestNames [2022-04-07T18:04:44.031Z] --- PASS: TestNames (0.00s) [2022-04-07T18:04:44.031Z] === RUN TestViewWithHealthCheck [2022-04-07T18:04:44.031Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-04-07T18:04:44.031Z] PASS [2022-04-07T18:04:44.031Z] coverage: 41.7% of statements [2022-04-07T18:04:44.031Z] ok github.com/docker/docker/container 0.220s coverage: 41.7% of statements [2022-04-07T18:04:44.031Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-07T18:04:44.031Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-07T18:04:44.031Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-07T18:04:44.031Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-07T18:04:44.147Z] === RUN TestV1IDService [2022-04-07T18:04:44.147Z] --- PASS: TestV1IDService (0.02s) [2022-04-07T18:04:44.147Z] === RUN TestV2MetadataService [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:43Z" level=info msg="Node 94155d23d840/172.21.90.147, left gossip cluster" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:43Z" level=info msg="Node 94155d23d840/172.21.90.147, left gossip cluster" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:43Z" level=info msg="Node 94155d23d840/172.21.90.147, left gossip cluster" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:43Z" level=info msg="Node 94155d23d840/172.21.90.147, left gossip cluster" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:44Z" level=info msg="node 2 leaving" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:44Z" level=info msg="Node 2b177ac4982f change state NodeActive --> NodeLeft" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:44Z" level=info msg="node5(16b211bbe258): Node leave event for 2b177ac4982f/172.21.90.147" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:44Z" level=info msg="Node 2b177ac4982f change state NodeActive --> NodeLeft" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:44Z" level=info msg="node4(d845eec91019): Node leave event for 2b177ac4982f/172.21.90.147" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:44Z" level=info msg="Node 2b177ac4982f change state NodeActive --> NodeLeft" [2022-04-07T18:04:44.242Z] time="2022-04-07T18:04:44Z" level=info msg="node3(2b177ac4982f): Node leave event for 2b177ac4982f/172.21.90.147" [2022-04-07T18:04:44.494Z] === RUN TestPrepare [2022-04-07T18:04:44.494Z] --- PASS: TestPrepare (0.00s) [2022-04-07T18:04:44.494Z] === RUN TestStart [2022-04-07T18:04:44.494Z] --- PASS: TestStart (0.00s) [2022-04-07T18:04:44.494Z] === RUN TestWaitCancel [2022-04-07T18:04:44.494Z] --- PASS: TestWaitCancel (0.00s) [2022-04-07T18:04:44.494Z] === RUN TestWaitDisabled [2022-04-07T18:04:44.494Z] --- PASS: TestWaitDisabled (0.00s) [2022-04-07T18:04:44.494Z] === RUN TestWaitEnabled [2022-04-07T18:04:44.494Z] --- PASS: TestWaitEnabled (0.00s) [2022-04-07T18:04:44.494Z] === RUN TestRemove [2022-04-07T18:04:44.494Z] --- PASS: TestRemove (0.00s) [2022-04-07T18:04:44.494Z] PASS [2022-04-07T18:04:44.494Z] coverage: 65.3% of statements [2022-04-07T18:04:44.494Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.070s coverage: 65.3% of statements [2022-04-07T18:04:44.621Z] --- PASS: TestV2MetadataService (0.48s) [2022-04-07T18:04:44.621Z] PASS [2022-04-07T18:04:44.621Z] coverage: 48.2% of statements [2022-04-07T18:04:44.621Z] ok github.com/docker/docker/distribution/metadata 0.564s coverage: 48.2% of statements [2022-04-07T18:04:44.621Z] time="2022-04-07T18:04:44Z" 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-04-07T18:04:44.621Z] time="2022-04-07T18:04:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"36705e58ff38\"}'" [2022-04-07T18:04:44.621Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.05s) [2022-04-07T18:04:44.621Z] PASS [2022-04-07T18:04:44.621Z] coverage: 82.5% of statements [2022-04-07T18:04:44.621Z] ok github.com/docker/docker/daemon/logger/splunk 2.075s coverage: 82.5% of statements [2022-04-07T18:04:44.621Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-07T18:04:44.621Z] ? github.com/docker/docker/daemon/network [no test files] [2022-04-07T18:04:44.621Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-07T18:04:44.704Z] time="2022-04-07T18:04:44Z" level=info msg="Node 2b177ac4982f/172.21.90.147, left gossip cluster" [2022-04-07T18:04:44.704Z] time="2022-04-07T18:04:44Z" level=info msg="Node 2b177ac4982f/172.21.90.147, left gossip cluster" [2022-04-07T18:04:44.704Z] time="2022-04-07T18:04:44Z" level=info msg="Node 2b177ac4982f/172.21.90.147, left gossip cluster" [2022-04-07T18:04:45.056Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-07T18:04:45.097Z] === RUN TestSuccessfulDownload [2022-04-07T18:04:45.097Z] download_test.go:267: Needs fixing on Windows [2022-04-07T18:04:45.097Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-04-07T18:04:45.097Z] === RUN TestCancelledDownload [2022-04-07T18:04:45.097Z] --- PASS: TestCancelledDownload (0.00s) [2022-04-07T18:04:45.097Z] === RUN TestMaxDownloadAttempts [2022-04-07T18:04:45.097Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-07T18:04:45.097Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-07T18:04:45.097Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-07T18:04:45.097Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-07T18:04:45.097Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-07T18:04:45.097Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-07T18:04:45.097Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-07T18:04:45.097Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-07T18:04:45.097Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-07T18:04:45.097Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-07T18:04:45.097Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-07T18:04:45.097Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-07T18:04:45.097Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-04-07T18:04:45.097Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-04-07T18:04:45.097Z] === RUN TestContinueOnError_MirrorEndpoint [2022-04-07T18:04:45.097Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-04-07T18:04:45.097Z] === RUN TestContinueOnError_NeverContinue [2022-04-07T18:04:45.097Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-04-07T18:04:45.097Z] === RUN TestManifestStore [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/no_remote_or_local [2022-04-07T18:04:45.097Z] time="2022-04-07T18:04:44Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3675139381\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/no_local_cache [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/with_local_cache [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/unknown_media_type [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-04-07T18:04:45.097Z] time="2022-04-07T18:04:44Z" level=warning msg="reference for unknown type: " [2022-04-07T18:04:45.097Z] time="2022-04-07T18:04:44Z" level=warning msg="reference for unknown type: " [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-04-07T18:04:45.097Z] time="2022-04-07T18:04:44Z" level=warning msg="reference for unknown type: " [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-04-07T18:04:45.097Z] time="2022-04-07T18:04:44Z" level=warning msg="reference for unknown type: " [2022-04-07T18:04:45.097Z] time="2022-04-07T18:04:44Z" level=warning msg="reference for unknown type: " [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/error_persisting_manifest [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-04-07T18:04:45.097Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-04-07T18:04:45.097Z] time="2022-04-07T18:04:44Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore (0.24s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/no_remote_or_local (0.14s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.02s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-04-07T18:04:45.097Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-04-07T18:04:45.097Z] === RUN TestDetectManifestBlobMediaType [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-04-07T18:04:45.098Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-04-07T18:04:45.098Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-04-07T18:04:45.098Z] === RUN TestFixManifestLayers [2022-04-07T18:04:45.098Z] --- PASS: TestFixManifestLayers (0.00s) [2022-04-07T18:04:45.098Z] === RUN TestFixManifestLayersBaseLayerParent [2022-04-07T18:04:45.098Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-07T18:04:45.098Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-07T18:04:45.098Z] === RUN TestFixManifestLayersBadParent [2022-04-07T18:04:45.098Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-04-07T18:04:45.098Z] === RUN TestValidateManifest [2022-04-07T18:04:45.098Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-07T18:04:45.098Z] --- SKIP: TestValidateManifest (0.00s) [2022-04-07T18:04:45.098Z] === RUN TestFormatPlatform [2022-04-07T18:04:45.098Z] --- PASS: TestFormatPlatform (0.00s) [2022-04-07T18:04:45.098Z] === RUN TestPullSchema2Config [2022-04-07T18:04:45.098Z] === RUN TestPullSchema2Config/success_first_time [2022-04-07T18:04:45.098Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:04:45.098Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:04:45.098Z] === RUN TestPullSchema2Config/500_status [2022-04-07T18:04:45.098Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:04:45.098Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:04:45.166Z] networkdb_test.go:867: node4: OK [2022-04-07T18:04:45.166Z] networkdb_test.go:867: node5: OK [2022-04-07T18:04:45.166Z] time="2022-04-07T18:04:44Z" level=info msg="node 0 coming back" [2022-04-07T18:04:45.166Z] time="2022-04-07T18:04:44Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3ec794bc368f with config:&{NodeID:3ec794bc368f 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-04-07T18:04:45.166Z] time="2022-04-07T18:04:44Z" level=info msg="Node 3ec794bc368f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:45.166Z] time="2022-04-07T18:04:44Z" level=info msg="Node 3ec794bc368f/172.21.90.147, added to nodes list" [2022-04-07T18:04:45.166Z] time="2022-04-07T18:04:44Z" level=info msg="node 1 coming back" [2022-04-07T18:04:45.167Z] time="2022-04-07T18:04:44Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:f351382e8bd9 with config:&{NodeID:f351382e8bd9 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-04-07T18:04:45.167Z] time="2022-04-07T18:04:44Z" level=info msg="Node f351382e8bd9/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:45.167Z] time="2022-04-07T18:04:44Z" level=info msg="Node f351382e8bd9/172.21.90.147, added to nodes list" [2022-04-07T18:04:45.167Z] time="2022-04-07T18:04:44Z" level=info msg="node 2 coming back" [2022-04-07T18:04:45.167Z] time="2022-04-07T18:04:44Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:4471a34c264b with config:&{NodeID:4471a34c264b 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-04-07T18:04:45.167Z] time="2022-04-07T18:04:44Z" level=info msg="Node 4471a34c264b/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:45.167Z] time="2022-04-07T18:04:44Z" level=info msg="Node 4471a34c264b/172.21.90.147, added to nodes list" [2022-04-07T18:04:45.573Z] time="2022-04-07T18:04:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:04:45.573Z] time="2022-04-07T18:04:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:04:45.573Z] time="2022-04-07T18:04:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:04:45.573Z] time="2022-04-07T18:04:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:04:45.573Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.44s) [2022-04-07T18:04:45.573Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.44s) [2022-04-07T18:04:45.573Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.44s) [2022-04-07T18:04:45.573Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.44s) [2022-04-07T18:04:45.573Z] === RUN TestTransfer [2022-04-07T18:04:45.573Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:04:45.573Z] === RUN TestPullSchema2Config/EOF [2022-04-07T18:04:45.573Z] --- PASS: TestTransfer (0.12s) [2022-04-07T18:04:45.573Z] === RUN TestConcurrencyLimit [2022-04-07T18:04:45.573Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:04:45.573Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:04:45.573Z] 2022/04/07 18:04:45 http: panic serving 127.0.0.1:49217: intentional panic [2022-04-07T18:04:45.573Z] goroutine 130 [running]: [2022-04-07T18:04:45.573Z] net/http.(*conn).serve.func1() [2022-04-07T18:04:45.573Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-07T18:04:45.573Z] panic({0xd79000, 0xf5b8f0}) [2022-04-07T18:04:45.573Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-07T18:04:45.573Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00029a340?, {0xf630d8?, 0xc0002a4000?}) [2022-04-07T18:04:45.573Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-04-07T18:04:45.573Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xf630d8, 0xc0002a4000}, 0xc0002be000) [2022-04-07T18:04:45.573Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-04-07T18:04:45.573Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xf630d8?, 0xc0002a4000?}, 0xc00005a800?) [2022-04-07T18:04:45.573Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-07T18:04:45.573Z] net/http.serverHandler.ServeHTTP({0xc00007f110?}, {0xf630d8, 0xc0002a4000}, 0xc0002be000) [2022-04-07T18:04:45.573Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-07T18:04:45.573Z] net/http.(*conn).serve(0xc0000c00a0, {0xf63950, 0xc0001b40c0}) [2022-04-07T18:04:45.573Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-07T18:04:45.573Z] created by net/http.(*Server).Serve [2022-04-07T18:04:45.573Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-07T18:04:45.573Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:04:45.573Z] === RUN TestPullSchema2Config/unauthorized [2022-04-07T18:04:45.573Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:04:45.573Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:04:45.573Z] --- PASS: TestPullSchema2Config (0.52s) [2022-04-07T18:04:45.573Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-04-07T18:04:45.573Z] --- PASS: TestPullSchema2Config/500_status (0.25s) [2022-04-07T18:04:45.573Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-04-07T18:04:45.573Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestGetRepositoryMountCandidates [2022-04-07T18:04:45.573Z] === RUN TestNotFound [2022-04-07T18:04:45.573Z] --- PASS: TestNotFound (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestConflict [2022-04-07T18:04:45.573Z] --- PASS: TestConflict (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestForbidden [2022-04-07T18:04:45.573Z] --- PASS: TestForbidden (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestInvalidParameter [2022-04-07T18:04:45.573Z] --- PASS: TestInvalidParameter (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestNotImplemented [2022-04-07T18:04:45.573Z] --- PASS: TestNotImplemented (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestNotModified [2022-04-07T18:04:45.573Z] --- PASS: TestNotModified (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestUnauthorized [2022-04-07T18:04:45.573Z] --- PASS: TestUnauthorized (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestUnknown [2022-04-07T18:04:45.573Z] --- PASS: TestUnknown (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestCancelled [2022-04-07T18:04:45.573Z] --- PASS: TestCancelled (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestDeadline [2022-04-07T18:04:45.573Z] --- PASS: TestDeadline (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestDataLoss [2022-04-07T18:04:45.573Z] --- PASS: TestDataLoss (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestUnavailable [2022-04-07T18:04:45.573Z] --- PASS: TestUnavailable (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestSystem [2022-04-07T18:04:45.573Z] --- PASS: TestSystem (0.00s) [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Not_Found [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Bad_Request [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Conflict [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Unauthorized [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Service_Unavailable [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Forbidden [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Not_Modified [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Not_Implemented [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-04-07T18:04:45.573Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-04-07T18:04:45.573Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-04-07T18:04:45.574Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-04-07T18:04:45.574Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-04-07T18:04:45.574Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-04-07T18:04:45.574Z] === RUN TestLayerAlreadyExists [2022-04-07T18:04:45.574Z] 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-04-07T18:04:45.574Z] 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-04-07T18:04:45.574Z] 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-04-07T18:04:45.574Z] 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-04-07T18:04:45.574Z] 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-04-07T18:04:45.574Z] 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-04-07T18:04:45.574Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-04-07T18:04:45.574Z] === RUN TestWhenEmptyAuthConfig [2022-04-07T18:04:45.574Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-04-07T18:04:45.574Z] PASS [2022-04-07T18:04:45.574Z] coverage: 77.0% of statements [2022-04-07T18:04:45.574Z] ok github.com/docker/docker/errdefs 0.036s coverage: 77.0% of statements [2022-04-07T18:04:45.574Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-04-07T18:04:45.574Z] === RUN TestInactiveJobs [2022-04-07T18:04:45.628Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-07T18:04:45.889Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-07T18:04:45.889Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-07T18:04:46.050Z] === RUN TestFSGetInvalidData [2022-04-07T18:04:46.050Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-04-07T18:04:46.050Z] === RUN TestFSInvalidSet [2022-04-07T18:04:46.050Z] --- PASS: TestFSInvalidSet (0.01s) [2022-04-07T18:04:46.050Z] === RUN TestFSInvalidRoot [2022-04-07T18:04:46.050Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-04-07T18:04:46.050Z] === RUN TestFSMetadataGetSet [2022-04-07T18:04:46.050Z] --- PASS: TestFSMetadataGetSet (0.02s) [2022-04-07T18:04:46.050Z] === RUN TestFSInvalidWalker [2022-04-07T18:04:46.050Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-04-07T18:04:46.050Z] === RUN TestFSGetSet [2022-04-07T18:04:46.050Z] --- PASS: TestFSGetSet (0.02s) [2022-04-07T18:04:46.050Z] === RUN TestFSGetUnsetKey [2022-04-07T18:04:46.050Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-04-07T18:04:46.050Z] === RUN TestFSGetEmptyData [2022-04-07T18:04:46.050Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-04-07T18:04:46.050Z] === RUN TestFSDelete [2022-04-07T18:04:46.050Z] --- PASS: TestFSDelete (0.01s) [2022-04-07T18:04:46.050Z] === RUN TestFSWalker [2022-04-07T18:04:46.050Z] --- PASS: TestInactiveJobs (0.37s) [2022-04-07T18:04:46.050Z] === RUN TestWatchRelease [2022-04-07T18:04:46.050Z] --- PASS: TestFSWalker (0.01s) [2022-04-07T18:04:46.050Z] === RUN TestFSWalkerStopOnError [2022-04-07T18:04:46.050Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-04-07T18:04:46.050Z] === RUN TestNewFromJSON [2022-04-07T18:04:46.050Z] --- PASS: TestNewFromJSON (0.00s) [2022-04-07T18:04:46.050Z] === RUN TestNewFromJSONWithInvalidJSON [2022-04-07T18:04:46.050Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-04-07T18:04:46.050Z] === RUN TestMarshalKeyOrder [2022-04-07T18:04:46.050Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-04-07T18:04:46.050Z] === RUN TestHistoryEqual [2022-04-07T18:04:46.050Z] --- PASS: TestWatchRelease (0.04s) [2022-04-07T18:04:46.050Z] === RUN TestWatchFinishedTransfer [2022-04-07T18:04:46.050Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-04-07T18:04:46.050Z] === RUN TestDuplicateTransfer [2022-04-07T18:04:46.050Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-04-07T18:04:46.050Z] === RUN TestSuccessfulUpload [2022-04-07T18:04:46.165Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-07T18:04:46.165Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-07T18:04:46.165Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-07T18:04:46.165Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-07T18:04:46.525Z] --- PASS: TestHistoryEqual (0.12s) [2022-04-07T18:04:46.525Z] === RUN TestImage [2022-04-07T18:04:46.525Z] --- PASS: TestImage (0.00s) [2022-04-07T18:04:46.525Z] === RUN TestImageOSNotEmpty [2022-04-07T18:04:46.525Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-04-07T18:04:46.525Z] === RUN TestNewChildImageFromImageWithRootFS [2022-04-07T18:04:46.525Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-04-07T18:04:46.525Z] === RUN TestCreate [2022-04-07T18:04:46.525Z] --- PASS: TestCreate (0.00s) [2022-04-07T18:04:46.525Z] === RUN TestRestore [2022-04-07T18:04:46.525Z] time="2022-04-07T18:04:46Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-04-07T18:04:46.525Z] --- PASS: TestRestore (0.02s) [2022-04-07T18:04:46.525Z] === RUN TestAddDelete [2022-04-07T18:04:46.525Z] --- PASS: TestAddDelete (0.01s) [2022-04-07T18:04:46.525Z] === RUN TestSearchAfterDelete [2022-04-07T18:04:46.525Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-04-07T18:04:46.525Z] === RUN TestParentReset [2022-04-07T18:04:46.525Z] --- PASS: TestParentReset (0.01s) [2022-04-07T18:04:46.525Z] === RUN TestGetAndSetLastUpdated [2022-04-07T18:04:46.525Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-04-07T18:04:46.525Z] === RUN TestStoreLen [2022-04-07T18:04:46.525Z] --- PASS: TestStoreLen (0.03s) [2022-04-07T18:04:46.525Z] PASS [2022-04-07T18:04:46.525Z] coverage: 86.9% of statements [2022-04-07T18:04:46.525Z] ok github.com/docker/docker/image 0.391s coverage: 86.9% of statements [2022-04-07T18:04:46.525Z] time="2022-04-07T18:04:46Z" level=error msg="Upload failed, retrying: simulating retry" [2022-04-07T18:04:46.525Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-04-07T18:04:46.525Z] === RUN TestCancelledUpload [2022-04-07T18:04:46.525Z] --- PASS: TestCancelledUpload (0.00s) [2022-04-07T18:04:46.525Z] PASS [2022-04-07T18:04:46.525Z] coverage: 76.8% of statements [2022-04-07T18:04:46.525Z] ok github.com/docker/docker/distribution/xfer 1.767s coverage: 76.8% of statements [2022-04-07T18:04:46.525Z] === RUN TestCompare [2022-04-07T18:04:46.525Z] --- PASS: TestCompare (0.00s) [2022-04-07T18:04:46.525Z] PASS [2022-04-07T18:04:46.525Z] coverage: 19.2% of statements [2022-04-07T18:04:46.525Z] ok github.com/docker/docker/image/cache 0.060s coverage: 19.2% of statements [2022-04-07T18:04:46.686Z] === RUN TestNewListSecretsFilters [2022-04-07T18:04:46.686Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-04-07T18:04:46.686Z] === RUN TestNewListConfigsFilters [2022-04-07T18:04:46.686Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-04-07T18:04:46.686Z] PASS [2022-04-07T18:04:46.686Z] coverage: 0.5% of statements [2022-04-07T18:04:46.686Z] ok github.com/docker/docker/daemon/cluster 0.372s coverage: 0.5% of statements [2022-04-07T18:04:47.000Z] --- PASS: TestWhenEmptyAuthConfig (1.10s) [2022-04-07T18:04:47.000Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-04-07T18:04:47.000Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-04-07T18:04:47.000Z] === RUN TestTokenPassThru [2022-04-07T18:04:47.000Z] --- PASS: TestTokenPassThru (0.00s) [2022-04-07T18:04:47.000Z] === RUN TestTokenPassThruDifferentHost [2022-04-07T18:04:47.000Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2022-04-07T18:04:47.000Z] PASS [2022-04-07T18:04:47.000Z] coverage: 26.6% of statements [2022-04-07T18:04:47.000Z] ok github.com/docker/docker/distribution 1.941s coverage: 26.6% of statements [2022-04-07T18:04:47.000Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-07T18:04:47.000Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-07T18:04:47.255Z] ............................ [ 66%] [2022-04-07T18:04:47.475Z] === RUN TestMakeV1ConfigFromConfig [2022-04-07T18:04:47.475Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-04-07T18:04:47.475Z] PASS [2022-04-07T18:04:47.475Z] coverage: 25.0% of statements [2022-04-07T18:04:47.475Z] ok github.com/docker/docker/image/v1 0.083s coverage: 25.0% of statements [2022-04-07T18:04:47.551Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-07T18:04:47.664Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-04-07T18:04:47.664Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCIsolation [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCIsolation [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-04-07T18:04:47.664Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCConfigs [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCConfigs [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-04-07T18:04:47.664Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-04-07T18:04:47.664Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-04-07T18:04:47.664Z] PASS [2022-04-07T18:04:47.664Z] coverage: 35.9% of statements [2022-04-07T18:04:47.664Z] ok github.com/docker/docker/daemon/cluster/convert 0.596s coverage: 35.9% of statements [2022-04-07T18:04:47.812Z] --- PASS: TestDaemonStartWithLogOpt (4.28s) [2022-04-07T18:04:47.812Z] === CONT TestReadPluginNoRead [2022-04-07T18:04:47.949Z] === RUN TestValidateManifest [2022-04-07T18:04:47.950Z] === RUN TestValidateManifest/nil [2022-04-07T18:04:47.950Z] === RUN TestValidateManifest/non-nil [2022-04-07T18:04:47.950Z] --- PASS: TestValidateManifest (0.00s) [2022-04-07T18:04:47.950Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-04-07T18:04:47.950Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-04-07T18:04:47.950Z] PASS [2022-04-07T18:04:47.950Z] coverage: 0.7% of statements [2022-04-07T18:04:47.950Z] ok github.com/docker/docker/image/tarexport 0.075s coverage: 0.7% of statements [2022-04-07T18:04:47.950Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-07T18:04:48.090Z] time="2022-04-07T18:04:47Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.90.147:10033 172.21.90.147:10034 172.21.90.147:10035]" [2022-04-07T18:04:48.554Z] time="2022-04-07T18:04:48Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.90.147:10033 172.21.90.147:10034 172.21.90.147:10035]" [2022-04-07T18:04:48.754Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-07T18:04:48.754Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-07T18:04:48.948Z] === RUN TestSerialization [2022-04-07T18:04:48.948Z] --- PASS: TestSerialization (0.02s) [2022-04-07T18:04:48.948Z] PASS [2022-04-07T18:04:48.948Z] coverage: 100.0% of statements [2022-04-07T18:04:48.948Z] ok github.com/docker/docker/libcontainerd/queue 0.080s coverage: 100.0% of statements [2022-04-07T18:04:48.948Z] === RUN TestEmptyLayer [2022-04-07T18:04:48.948Z] --- PASS: TestEmptyLayer (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestCommitFailure [2022-04-07T18:04:48.948Z] --- PASS: TestCommitFailure (0.01s) [2022-04-07T18:04:48.948Z] === RUN TestStartTransactionFailure [2022-04-07T18:04:48.948Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestGetOrphan [2022-04-07T18:04:48.948Z] --- PASS: TestGetOrphan (0.01s) [2022-04-07T18:04:48.948Z] === RUN TestMountAndRegister [2022-04-07T18:04:48.948Z] layer_test.go:258: Layer size: 14 [2022-04-07T18:04:48.948Z] --- PASS: TestMountAndRegister (0.05s) [2022-04-07T18:04:48.948Z] === RUN TestLayerRelease [2022-04-07T18:04:48.948Z] layer_test.go:291: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestLayerRelease (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestStoreRestore [2022-04-07T18:04:48.948Z] layer_test.go:340: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestStoreRestore (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestTarStreamStability [2022-04-07T18:04:48.948Z] layer_test.go:455: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestTarStreamStability (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestRegisterExistingLayer [2022-04-07T18:04:48.948Z] --- PASS: TestRegisterExistingLayer (0.09s) [2022-04-07T18:04:48.948Z] === RUN TestTarStreamVerification [2022-04-07T18:04:48.948Z] layer_test.go:684: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestLayerMigration [2022-04-07T18:04:48.948Z] migration_test.go:45: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestLayerMigration (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestLayerMigrationNoTarsplit [2022-04-07T18:04:48.948Z] migration_test.go:181: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestMountInit [2022-04-07T18:04:48.948Z] mount_test.go:17: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestMountInit (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestMountSize [2022-04-07T18:04:48.948Z] mount_test.go:76: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestMountSize (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestMountChanges [2022-04-07T18:04:48.948Z] mount_test.go:125: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestMountChanges (0.00s) [2022-04-07T18:04:48.948Z] === RUN TestMountApply [2022-04-07T18:04:48.948Z] mount_test.go:212: Failing on Windows [2022-04-07T18:04:48.948Z] --- SKIP: TestMountApply (0.00s) [2022-04-07T18:04:48.948Z] PASS [2022-04-07T18:04:48.948Z] coverage: 30.6% of statements [2022-04-07T18:04:48.948Z] ok github.com/docker/docker/layer 0.235s coverage: 30.6% of statements [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10033" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49398" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node d845eec91019/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node d845eec91019/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 16b211bbe258/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 16b211bbe258/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, is the new incarnation of the shutdown node 9859219af332/172.21.90.147" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10034" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49399" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 16b211bbe258/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 16b211bbe258/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node d845eec91019/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node d845eec91019/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, is the new incarnation of the shutdown node 94155d23d840/172.21.90.147" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49400" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10035" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 16b211bbe258/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 16b211bbe258/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node d845eec91019/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node d845eec91019/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 4471a34c264b/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 4471a34c264b/172.21.90.147, is the new incarnation of the shutdown node 2b177ac4982f/172.21.90.147" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 4471a34c264b/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, is the new incarnation of the shutdown node 94155d23d840/172.21.90.147" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, is the new incarnation of the shutdown node 9859219af332/172.21.90.147" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 3ec794bc368f/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node f351382e8bd9/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 4471a34c264b/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 4471a34c264b/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 4471a34c264b/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.018Z] time="2022-04-07T18:04:48Z" level=info msg="Node 4471a34c264b/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.326Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-07T18:04:49.422Z] === RUN TestEnvironmentParsing [2022-04-07T18:04:49.422Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-04-07T18:04:49.422Z] PASS [2022-04-07T18:04:49.422Z] coverage: 1.2% of statements [2022-04-07T18:04:49.422Z] ok github.com/docker/docker/libcontainerd/local 0.065s coverage: 1.2% of statements [2022-04-07T18:04:49.422Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-07T18:04:49.422Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-07T18:04:49.422Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-07T18:04:49.422Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-07T18:04:49.482Z] time="2022-04-07T18:04:49Z" level=info msg="Node 4471a34c264b/172.21.90.147, joined gossip cluster" [2022-04-07T18:04:49.482Z] time="2022-04-07T18:04:49Z" level=info msg="Node 4471a34c264b/172.21.90.147, is the new incarnation of the shutdown node 2b177ac4982f/172.21.90.147" [2022-04-07T18:04:49.482Z] time="2022-04-07T18:04:49Z" level=info msg="Node 4471a34c264b/172.21.90.147, added to nodes list" [2022-04-07T18:04:49.482Z] time="2022-04-07T18:04:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10033" [2022-04-07T18:04:49.482Z] time="2022-04-07T18:04:49Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49401" [2022-04-07T18:04:49.482Z] time="2022-04-07T18:04:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10034" [2022-04-07T18:04:49.482Z] time="2022-04-07T18:04:49Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49402" [2022-04-07T18:04:49.482Z] time="2022-04-07T18:04:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.90.147:10035" [2022-04-07T18:04:49.482Z] time="2022-04-07T18:04:49Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49403" [2022-04-07T18:04:49.946Z] 2022/04/07 18:04:49 Closing DB instances... [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="Node 3ec794bc368f change state NodeActive --> NodeLeft" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="node3(4471a34c264b): Node leave event for 3ec794bc368f/172.21.90.147" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="Node 3ec794bc368f change state NodeActive --> NodeLeft" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="node4(d845eec91019): Node leave event for 3ec794bc368f/172.21.90.147" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="Node 3ec794bc368f change state NodeActive --> NodeLeft" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="node2(f351382e8bd9): Node leave event for 3ec794bc368f/172.21.90.147" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="Node 3ec794bc368f change state NodeActive --> NodeLeft" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="node5(16b211bbe258): Node leave event for 3ec794bc368f/172.21.90.147" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="Node 3ec794bc368f/172.21.90.147, left gossip cluster" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="Node 3ec794bc368f change state NodeActive --> NodeFailed" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=info msg="Node 3ec794bc368f/172.21.90.147, added to failed nodes list" [2022-04-07T18:04:49.946Z] time="2022-04-07T18:04:49Z" level=error msg="node: 3ec794bc368f is unknown to memberlist" [2022-04-07T18:04:50.267Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="Node 3ec794bc368f/172.21.90.147, left gossip cluster" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="Node 3ec794bc368f/172.21.90.147, left gossip cluster" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="Node 3ec794bc368f/172.21.90.147, left gossip cluster" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="Node 3ec794bc368f/172.21.90.147, left gossip cluster" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="Node f351382e8bd9 change state NodeActive --> NodeLeft" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="node3(4471a34c264b): Node leave event for f351382e8bd9/172.21.90.147" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="Node f351382e8bd9 change state NodeActive --> NodeLeft" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="node4(d845eec91019): Node leave event for f351382e8bd9/172.21.90.147" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="Node f351382e8bd9 change state NodeActive --> NodeLeft" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="node5(16b211bbe258): Node leave event for f351382e8bd9/172.21.90.147" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="Node f351382e8bd9 change state NodeActive --> NodeLeft" [2022-04-07T18:04:50.410Z] time="2022-04-07T18:04:50Z" level=info msg="node2(f351382e8bd9): Node leave event for f351382e8bd9/172.21.90.147" [2022-04-07T18:04:50.422Z] === RUN TestSequenceGetAvailableBit [2022-04-07T18:04:50.422Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestSequenceEqual [2022-04-07T18:04:50.422Z] --- PASS: TestSequenceEqual (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestSequenceCopy [2022-04-07T18:04:50.422Z] --- PASS: TestSequenceCopy (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestGetFirstAvailable [2022-04-07T18:04:50.422Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestFindSequence [2022-04-07T18:04:50.422Z] --- PASS: TestFindSequence (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestCheckIfAvailable [2022-04-07T18:04:50.422Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestMergeSequences [2022-04-07T18:04:50.422Z] --- PASS: TestMergeSequences (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestPushReservation [2022-04-07T18:04:50.422Z] --- PASS: TestPushReservation (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestSerializeDeserialize [2022-04-07T18:04:50.422Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestSet [2022-04-07T18:04:50.422Z] --- PASS: TestSet (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestSetUnset [2022-04-07T18:04:50.422Z] --- PASS: TestSetUnset (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestOffsetSetUnset [2022-04-07T18:04:50.422Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestSetInRange [2022-04-07T18:04:50.422Z] --- PASS: TestSetInRange (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestSetAnyInRange [2022-04-07T18:04:50.422Z] --- PASS: TestSetAnyInRange (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestMethods [2022-04-07T18:04:50.422Z] --- PASS: TestMethods (0.00s) [2022-04-07T18:04:50.422Z] === RUN TestRandomAllocateDeallocate [2022-04-07T18:04:50.529Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-07T18:04:50.529Z] === RUN TestReadPluginNoRead/default [2022-04-07T18:04:50.595Z] === RUN TestWaitNodeAttachment [2022-04-07T18:04:50.595Z] === RUN TestBuilderGC [2022-04-07T18:04:50.595Z] --- PASS: TestBuilderGC (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationNotFound [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestDaemonBrokenConfiguration [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestFindConfigurationConflicts [2022-04-07T18:04:50.595Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-04-07T18:04:50.595Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationMergeConflicts [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.02s) [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-04-07T18:04:50.595Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-04-07T18:04:50.595Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-04-07T18:04:50.595Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestValidateConfiguration [2022-04-07T18:04:50.595Z] === RUN TestValidateConfiguration/with_label [2022-04-07T18:04:50.595Z] === RUN TestValidateConfiguration/with_dns [2022-04-07T18:04:50.595Z] === RUN TestValidateConfiguration/with_dns-search [2022-04-07T18:04:50.595Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-04-07T18:04:50.595Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-04-07T18:04:50.595Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-04-07T18:04:50.595Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-04-07T18:04:50.595Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfiguration (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestReloadSetConfigFileNotExist [2022-04-07T18:04:50.595Z] time="2022-04-07T18:04:49Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-04-07T18:04:50.595Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2022-04-07T18:04:50.595Z] === RUN TestReloadDefaultConfigNotExist [2022-04-07T18:04:50.595Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:50.595Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestReloadBadDefaultConfig [2022-04-07T18:04:50.595Z] time="2022-04-07T18:04:50Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-4153519481" [2022-04-07T18:04:50.595Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestReloadWithConflictingLabels [2022-04-07T18:04:50.595Z] time="2022-04-07T18:04:50Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-513648033" [2022-04-07T18:04:50.595Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestReloadWithDuplicateLabels [2022-04-07T18:04:50.595Z] time="2022-04-07T18:04:50Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3147266051" [2022-04-07T18:04:50.595Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestMaskURLCredentials [2022-04-07T18:04:50.595Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestDaemonConfigurationMerge [2022-04-07T18:04:50.595Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-04-07T18:04:50.595Z] PASS [2022-04-07T18:04:50.595Z] coverage: 79.2% of statements [2022-04-07T18:04:50.595Z] ok github.com/docker/docker/daemon/config 0.244s coverage: 79.2% of statements [2022-04-07T18:04:50.595Z] === RUN TestEventsLog [2022-04-07T18:04:50.595Z] --- PASS: TestEventsLog (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestEventsLogTimeout [2022-04-07T18:04:50.595Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestLogEvents [2022-04-07T18:04:50.595Z] --- PASS: TestLogEvents (0.05s) [2022-04-07T18:04:50.595Z] === RUN TestLoadBufferedEvents [2022-04-07T18:04:50.595Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-04-07T18:04:50.595Z] === RUN TestIsolationConversion [2022-04-07T18:04:50.595Z] === RUN TestIsolationConversion/default [2022-04-07T18:04:50.595Z] === RUN TestIsolationConversion/process [2022-04-07T18:04:50.595Z] === RUN TestIsolationConversion/hyperv [2022-04-07T18:04:50.595Z] --- PASS: TestIsolationConversion (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestContainerLabels [2022-04-07T18:04:50.595Z] --- PASS: TestContainerLabels (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestCredentialSpecConversion [2022-04-07T18:04:50.595Z] === RUN TestCredentialSpecConversion/none [2022-04-07T18:04:50.595Z] === RUN TestCredentialSpecConversion/config [2022-04-07T18:04:50.595Z] === RUN TestCredentialSpecConversion/file [2022-04-07T18:04:50.595Z] === RUN TestCredentialSpecConversion/registry [2022-04-07T18:04:50.595Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-04-07T18:04:50.595Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestControllerValidateMountBind [2022-04-07T18:04:50.595Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestControllerValidateMountVolume [2022-04-07T18:04:50.595Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestControllerValidateMountTarget [2022-04-07T18:04:50.595Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestControllerValidateMountTmpfs [2022-04-07T18:04:50.595Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestControllerValidateMountInvalidType [2022-04-07T18:04:50.595Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-04-07T18:04:50.595Z] === RUN TestControllerValidateMountNamedPipe [2022-04-07T18:04:50.596Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-04-07T18:04:50.596Z] PASS [2022-04-07T18:04:50.596Z] coverage: 11.0% of statements [2022-04-07T18:04:50.596Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.616s coverage: 11.0% of statements [2022-04-07T18:04:50.596Z] --- PASS: TestLoadBufferedEvents (0.13s) [2022-04-07T18:04:50.596Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-04-07T18:04:50.596Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-04-07T18:04:50.596Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-04-07T18:04:50.596Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-04-07T18:04:50.596Z] PASS [2022-04-07T18:04:50.596Z] coverage: 50.0% of statements [2022-04-07T18:04:50.596Z] ok github.com/docker/docker/daemon/events 0.220s coverage: 50.0% of statements [2022-04-07T18:04:50.875Z] time="2022-04-07T18:04:50Z" level=info msg="Node f351382e8bd9/172.21.90.147, left gossip cluster" [2022-04-07T18:04:50.875Z] time="2022-04-07T18:04:50Z" level=info msg="Node f351382e8bd9/172.21.90.147, left gossip cluster" [2022-04-07T18:04:50.875Z] time="2022-04-07T18:04:50Z" level=info msg="Node f351382e8bd9/172.21.90.147, left gossip cluster" [2022-04-07T18:04:50.875Z] time="2022-04-07T18:04:50Z" level=info msg="Node f351382e8bd9/172.21.90.147, left gossip cluster" [2022-04-07T18:04:50.875Z] time="2022-04-07T18:04:50Z" level=info msg="Node 4471a34c264b change state NodeActive --> NodeLeft" [2022-04-07T18:04:50.875Z] time="2022-04-07T18:04:50Z" level=info msg="node5(16b211bbe258): Node leave event for 4471a34c264b/172.21.90.147" [2022-04-07T18:04:50.875Z] time="2022-04-07T18:04:50Z" level=info msg="Node 4471a34c264b change state NodeActive --> NodeLeft" [2022-04-07T18:04:50.875Z] time="2022-04-07T18:04:50Z" level=info msg="node4(d845eec91019): Node leave event for 4471a34c264b/172.21.90.147" [2022-04-07T18:04:51.100Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-07T18:04:51.339Z] time="2022-04-07T18:04:50Z" level=info msg="Node 4471a34c264b change state NodeActive --> NodeLeft" [2022-04-07T18:04:51.339Z] time="2022-04-07T18:04:50Z" level=info msg="node3(4471a34c264b): Node leave event for 4471a34c264b/172.21.90.147" [2022-04-07T18:04:51.339Z] time="2022-04-07T18:04:50Z" level=info msg="Node 4471a34c264b/172.21.90.147, left gossip cluster" [2022-04-07T18:04:51.339Z] time="2022-04-07T18:04:50Z" level=info msg="Node 4471a34c264b/172.21.90.147, left gossip cluster" [2022-04-07T18:04:51.339Z] time="2022-04-07T18:04:50Z" level=info msg="Node 4471a34c264b/172.21.90.147, left gossip cluster" [2022-04-07T18:04:51.339Z] time="2022-04-07T18:04:51Z" level=debug msg="memberlist: Failed ping: 16b211bbe258 (timeout reached)" [2022-04-07T18:04:51.339Z] time="2022-04-07T18:04:51Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.21.90.147:10036: use of closed network connection" [2022-04-07T18:04:51.339Z] time="2022-04-07T18:04:51Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.21.90.147:10035: use of closed network connection" [2022-04-07T18:04:51.339Z] time="2022-04-07T18:04:51Z" level=debug msg="memberlist: Stream connection from=172.21.90.147:49404" [2022-04-07T18:04:51.575Z] === RUN TestIsEmptyDir [2022-04-07T18:04:51.575Z] --- PASS: TestIsEmptyDir (0.00s) [2022-04-07T18:04:51.575Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-04-07T18:04:51.575Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-04-07T18:04:51.575Z] PASS [2022-04-07T18:04:51.575Z] coverage: 2.3% of statements [2022-04-07T18:04:51.575Z] ok github.com/docker/docker/daemon/graphdriver 0.064s coverage: 2.3% of statements [2022-04-07T18:04:51.670Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-07T18:04:51.670Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-07T18:04:51.670Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-07T18:04:51.803Z] time="2022-04-07T18:04:51Z" level=info msg="Node d845eec91019 change state NodeActive --> NodeLeft" [2022-04-07T18:04:51.803Z] time="2022-04-07T18:04:51Z" level=info msg="node5(16b211bbe258): Node leave event for d845eec91019/172.21.90.147" [2022-04-07T18:04:51.803Z] time="2022-04-07T18:04:51Z" level=info msg="Node d845eec91019 change state NodeActive --> NodeLeft" [2022-04-07T18:04:51.803Z] time="2022-04-07T18:04:51Z" level=info msg="node4(d845eec91019): Node leave event for d845eec91019/172.21.90.147" [2022-04-07T18:04:51.803Z] time="2022-04-07T18:04:51Z" level=warning msg="memberlist: Was able to connect to 16b211bbe258 but other probes failed, network may be misconfigured" [2022-04-07T18:04:52.003Z] === RUN TestInvalidConfig [2022-04-07T18:04:52.003Z] --- PASS: TestInvalidConfig (0.00s) [2022-04-07T18:04:52.003Z] === RUN TestConfig [2022-04-07T18:04:52.003Z] --- PASS: TestConfig (0.00s) [2022-04-07T18:04:52.003Z] === RUN TestOptionsLabels [2022-04-07T18:04:52.003Z] --- PASS: TestOptionsLabels (0.00s) [2022-04-07T18:04:52.003Z] === RUN TestValidName [2022-04-07T18:04:52.003Z] --- PASS: TestValidName (0.00s) [2022-04-07T18:04:52.003Z] PASS [2022-04-07T18:04:52.003Z] coverage: 19.7% of statements [2022-04-07T18:04:52.003Z] ok github.com/docker/docker/libnetwork/config 0.058s coverage: 19.7% of statements [2022-04-07T18:04:52.003Z] === RUN TestKey [2022-04-07T18:04:52.003Z] --- PASS: TestKey (0.00s) [2022-04-07T18:04:52.003Z] === RUN TestParseKey [2022-04-07T18:04:52.003Z] --- PASS: TestParseKey (0.00s) [2022-04-07T18:04:52.003Z] === RUN TestInvalidDataStore [2022-04-07T18:04:52.003Z] --- PASS: TestInvalidDataStore (0.00s) [2022-04-07T18:04:52.003Z] === RUN TestKVObjectFlatKey [2022-04-07T18:04:52.003Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-04-07T18:04:52.003Z] === RUN TestAtomicKVObjectFlatKey [2022-04-07T18:04:52.003Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-04-07T18:04:52.003Z] PASS [2022-04-07T18:04:52.003Z] coverage: 21.9% of statements [2022-04-07T18:04:52.003Z] ok github.com/docker/docker/libnetwork/datastore 0.041s coverage: 21.9% of statements [2022-04-07T18:04:52.039Z] === RUN TestLinkNaming [2022-04-07T18:04:52.039Z] --- PASS: TestLinkNaming (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestLinkNew [2022-04-07T18:04:52.039Z] --- PASS: TestLinkNew (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestLinkEnv [2022-04-07T18:04:52.039Z] --- PASS: TestLinkEnv (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestLinkMultipleEnv [2022-04-07T18:04:52.039Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestLinkPortRangeEnv [2022-04-07T18:04:52.039Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-04-07T18:04:52.039Z] PASS [2022-04-07T18:04:52.039Z] coverage: 93.0% of statements [2022-04-07T18:04:52.039Z] ok github.com/docker/docker/daemon/links 0.034s coverage: 93.0% of statements [2022-04-07T18:04:52.039Z] === RUN TestVerifyNetworkingConfig [2022-04-07T18:04:52.039Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestGetContainer [2022-04-07T18:04:52.039Z] --- PASS: TestGetContainer (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestValidContainerNames [2022-04-07T18:04:52.039Z] --- PASS: TestValidContainerNames (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestContainerInitDNS [2022-04-07T18:04:52.039Z] daemon_test.go:145: root required [2022-04-07T18:04:52.039Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestMerge [2022-04-07T18:04:52.039Z] --- PASS: TestMerge (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestValidateContainerIsolation [2022-04-07T18:04:52.039Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestFindNetworkErrorType [2022-04-07T18:04:52.039Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestEnsureServicesExist [2022-04-07T18:04:52.039Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-04-07T18:04:52.039Z] === RUN TestEnsureServicesExistErrors [2022-04-07T18:04:52.039Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-04-07T18:04:52.039Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-04-07T18:04:52.039Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-04-07T18:04:52.039Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-04-07T18:04:52.039Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-04-07T18:04:52.039Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-04-07T18:04:52.039Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestContainerDelete [2022-04-07T18:04:52.040Z] --- PASS: TestContainerDelete (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestContainerDoubleDelete [2022-04-07T18:04:52.040Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestLogContainerEventCopyLabels [2022-04-07T18:04:52.040Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestLogContainerEventWithAttributes [2022-04-07T18:04:52.040Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestNoneHealthcheck [2022-04-07T18:04:52.040Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestHealthStates [2022-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] time="2022-04-07T18:04:51Z" 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-04-07T18:04:52.040Z] --- PASS: TestHealthStates (0.14s) [2022-04-07T18:04:52.040Z] === RUN TestGetInspectData [2022-04-07T18:04:52.040Z] --- PASS: TestGetInspectData (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestFillLicense [2022-04-07T18:04:52.040Z] --- PASS: TestFillLicense (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestListInvalidFilter [2022-04-07T18:04:52.040Z] --- PASS: TestListInvalidFilter (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestNameFilter [2022-04-07T18:04:52.040Z] --- PASS: TestNameFilter (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-04-07T18:04:52.040Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-04-07T18:04:52.040Z] === 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-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-04-07T18:04:52.040Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-04-07T18:04:52.040Z] --- 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-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-04-07T18:04:52.040Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-04-07T18:04:52.040Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestDaemonReloadLabels [2022-04-07T18:04:52.040Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-04-07T18:04:52.040Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestDaemonReloadMirrors [2022-04-07T18:04:52.040Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestDaemonReloadInsecureRegistries [2022-04-07T18:04:52.040Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestDaemonReloadNotAffectOthers [2022-04-07T18:04:52.040Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-04-07T18:04:52.040Z] reload_test.go:342: root required [2022-04-07T18:04:52.040Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-04-07T18:04:52.040Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-04-07T18:04:52.040Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-04-07T18:04:52.040Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-04-07T18:04:52.040Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-04-07T18:04:52.040Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-04-07T18:04:52.040Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-04-07T18:04:52.040Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-04-07T18:04:52.040Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-04-07T18:04:52.040Z] === RUN TestParseVolumesFrom [2022-04-07T18:04:52.040Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-04-07T18:04:52.040Z] PASS [2022-04-07T18:04:52.040Z] coverage: 8.8% of statements [2022-04-07T18:04:52.040Z] ok github.com/docker/docker/daemon 0.353s coverage: 8.8% of statements [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-04-07T18:04:52.040Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-04-07T18:04:52.242Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-07T18:04:52.242Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-07T18:04:52.242Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-07T18:04:52.242Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-07T18:04:52.242Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-07T18:04:52.267Z] time="2022-04-07T18:04:52Z" level=info msg="Node d845eec91019/172.21.90.147, left gossip cluster" [2022-04-07T18:04:52.478Z] === RUN TestErrorInterfaces [2022-04-07T18:04:52.478Z] --- PASS: TestErrorInterfaces (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestNetworkMarshalling [2022-04-07T18:04:52.478Z] --- PASS: TestNetworkMarshalling (0.13s) [2022-04-07T18:04:52.478Z] === RUN TestEndpointMarshalling [2022-04-07T18:04:52.478Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestAuxAddresses [2022-04-07T18:04:52.478Z] time="2022-04-07T18:04:52Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-07T18:04:52.478Z] --- PASS: TestAuxAddresses (0.01s) [2022-04-07T18:04:52.478Z] === RUN TestSRVServiceQuery [2022-04-07T18:04:52.478Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-04-07T18:04:52.478Z] === RUN TestServiceVIPReuse [2022-04-07T18:04:52.478Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-04-07T18:04:52.478Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestDNSIPQuery [2022-04-07T18:04:52.478Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestDNSProxyServFail [2022-04-07T18:04:52.478Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestSandboxAddEmpty [2022-04-07T18:04:52.478Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestSandboxAddMultiPrio [2022-04-07T18:04:52.478Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestSandboxAddSamePrio [2022-04-07T18:04:52.478Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestCleanupServiceDiscovery [2022-04-07T18:04:52.478Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestDNSOptions [2022-04-07T18:04:52.478Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:52.478Z] --- SKIP: TestDNSOptions (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestMultipleControllersWithSameStore [2022-04-07T18:04:52.478Z] time="2022-04-07T18:04:52Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-07T18:04:52.478Z] time="2022-04-07T18:04:52Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-07T18:04:52.478Z] --- PASS: TestMultipleControllersWithSameStore (0.01s) [2022-04-07T18:04:52.478Z] PASS [2022-04-07T18:04:52.478Z] coverage: 8.5% of statements [2022-04-07T18:04:52.478Z] ok github.com/docker/docker/libnetwork 0.260s coverage: 8.5% of statements [2022-04-07T18:04:52.478Z] === RUN TestIPDataMarshalling [2022-04-07T18:04:52.478Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-04-07T18:04:52.478Z] === RUN TestValidateAndIsV6 [2022-04-07T18:04:52.478Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-04-07T18:04:52.478Z] PASS [2022-04-07T18:04:52.478Z] coverage: 68.9% of statements [2022-04-07T18:04:52.478Z] ok github.com/docker/docker/libnetwork/driverapi 0.036s coverage: 68.9% of statements [2022-04-07T18:04:52.502Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-07T18:04:52.731Z] time="2022-04-07T18:04:52Z" level=info msg="Node d845eec91019/172.21.90.147, left gossip cluster" [2022-04-07T18:04:53.074Z] --- PASS: TestContinueAfterPluginCrash (9.34s) [2022-04-07T18:04:53.074Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-07T18:04:53.196Z] time="2022-04-07T18:04:52Z" level=info msg="Node 16b211bbe258/172.21.90.147, left gossip cluster" [2022-04-07T18:04:53.196Z] time="2022-04-07T18:04:52Z" level=info msg="Node 16b211bbe258 change state NodeActive --> NodeFailed" [2022-04-07T18:04:53.196Z] time="2022-04-07T18:04:52Z" level=info msg="Node 16b211bbe258/172.21.90.147, added to failed nodes list" [2022-04-07T18:04:53.196Z] time="2022-04-07T18:04:52Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.21.90.147:10036: use of closed network connection from=172.21.90.147:10036" [2022-04-07T18:04:53.196Z] --- PASS: TestNetworkDBIslands (12.26s) [2022-04-07T18:04:53.196Z] PASS [2022-04-07T18:04:53.196Z] coverage: 60.1% of statements [2022-04-07T18:04:53.196Z] ok github.com/docker/docker/libnetwork/networkdb 104.252s coverage: 60.1% of statements [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/quota [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/rootless [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/volume [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-07T18:04:53.196Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-07T18:04:53.478Z] === RUN TestDriver [2022-04-07T18:04:53.478Z] --- PASS: TestDriver (0.00s) [2022-04-07T18:04:53.478Z] PASS [2022-04-07T18:04:53.478Z] coverage: 34.8% of statements [2022-04-07T18:04:53.478Z] ok github.com/docker/docker/libnetwork/drivers/host 0.044s coverage: 34.8% of statements [2022-04-07T18:04:53.478Z] --- PASS: TestRandomAllocateDeallocate (3.10s) [2022-04-07T18:04:53.478Z] === RUN TestAllocateRandomDeallocate [2022-04-07T18:04:53.478Z] === RUN TestDriver [2022-04-07T18:04:53.478Z] --- PASS: TestDriver (0.00s) [2022-04-07T18:04:53.478Z] PASS [2022-04-07T18:04:53.478Z] coverage: 34.8% of statements [2022-04-07T18:04:53.478Z] ok github.com/docker/docker/libnetwork/drivers/null 0.041s coverage: 34.8% of statements [2022-04-07T18:04:53.645Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-07T18:04:53.645Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-07T18:04:53.952Z] === RUN TestNetworkAllocateFree [2022-04-07T18:04:53.952Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-04-07T18:04:53.952Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-04-07T18:04:53.952Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-04-07T18:04:53.952Z] PASS [2022-04-07T18:04:53.952Z] coverage: 63.6% of statements [2022-04-07T18:04:53.952Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.038s coverage: 63.6% of statements [2022-04-07T18:04:54.217Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-07T18:04:54.217Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-07T18:04:54.241Z] === RUN TestNewStreamConfig [2022-04-07T18:04:54.241Z] === RUN TestNewStreamConfig/defaults [2022-04-07T18:04:54.241Z] === RUN TestNewStreamConfig/invalid_create_group [2022-04-07T18:04:54.241Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-04-07T18:04:54.241Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-04-07T18:04:54.241Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-04-07T18:04:54.241Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-04-07T18:04:54.241Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-04-07T18:04:54.241Z] --- PASS: TestNewStreamConfig (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-04-07T18:04:54.241Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-04-07T18:04:54.241Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-04-07T18:04:54.241Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-04-07T18:04:54.241Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-04-07T18:04:54.241Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestNewAWSLogsClientRegionDetect [2022-04-07T18:04:54.241Z] time="2022-04-07T18:04:53Z" level=info msg="Trying to get region from EC2 Metadata" [2022-04-07T18:04:54.241Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2022-04-07T18:04:54.241Z] === RUN TestCreateSuccess [2022-04-07T18:04:54.241Z] --- PASS: TestCreateSuccess (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCreateStreamSkipped [2022-04-07T18:04:54.241Z] time="2022-04-07T18:04:53Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-04-07T18:04:54.241Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCreateLogGroupSuccess [2022-04-07T18:04:54.241Z] time="2022-04-07T18:04:53Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-04-07T18:04:54.241Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCreateError [2022-04-07T18:04:54.241Z] --- PASS: TestCreateError (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCreateAlreadyExists [2022-04-07T18:04:54.241Z] time="2022-04-07T18:04:53Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-04-07T18:04:54.241Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestLogClosed [2022-04-07T18:04:54.241Z] --- PASS: TestLogClosed (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestLogBlocking [2022-04-07T18:04:54.241Z] --- PASS: TestLogBlocking (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestLogNonBlockingBufferEmpty [2022-04-07T18:04:54.241Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestLogNonBlockingBufferFull [2022-04-07T18:04:54.241Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestPublishBatchSuccess [2022-04-07T18:04:54.241Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestPublishBatchError [2022-04-07T18:04:54.241Z] time="2022-04-07T18:04:53Z" level=error msg=error [2022-04-07T18:04:54.241Z] --- PASS: TestPublishBatchError (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-04-07T18:04:54.241Z] time="2022-04-07T18:04:53Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-07T18:04:54.241Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestPublishBatchAlreadyAccepted [2022-04-07T18:04:54.241Z] time="2022-04-07T18:04:53Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-07T18:04:54.241Z] time="2022-04-07T18:04:53Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-04-07T18:04:54.241Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchSimple [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchTicker [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchMultilinePattern [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchClose [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchClose (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestEffectiveLen [2022-04-07T18:04:54.241Z] === RUN TestEffectiveLen/0/Hello [2022-04-07T18:04:54.241Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-04-07T18:04:54.241Z] === RUN TestEffectiveLen/2/🙃 [2022-04-07T18:04:54.241Z] === RUN TestEffectiveLen/3/���� [2022-04-07T18:04:54.241Z] === RUN TestEffectiveLen/4/He��o [2022-04-07T18:04:54.241Z] === RUN TestEffectiveLen/5/ [2022-04-07T18:04:54.241Z] --- PASS: TestEffectiveLen (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestFindValidSplit [2022-04-07T18:04:54.241Z] === RUN TestFindValidSplit/0/ [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1076: [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:04:54.241Z] === RUN TestFindValidSplit/1/Hello [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1076: Hello [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:04:54.241Z] === RUN TestFindValidSplit/2/Hello [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1076: He [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1077: llo [2022-04-07T18:04:54.241Z] === RUN TestFindValidSplit/3/Hello [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1076: [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1077: Hello [2022-04-07T18:04:54.241Z] === RUN TestFindValidSplit/4/🙃 [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1076: [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1077: 🙃 [2022-04-07T18:04:54.241Z] === RUN TestFindValidSplit/5/🙃 [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1076: 🙃 [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:04:54.241Z] === RUN TestFindValidSplit/6/a� [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1076: a [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1077: � [2022-04-07T18:04:54.241Z] === RUN TestFindValidSplit/7/a� [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1076: a� [2022-04-07T18:04:54.241Z] cloudwatchlogs_test.go:1077: [2022-04-07T18:04:54.241Z] --- PASS: TestFindValidSplit (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestProcessEventEmoji [2022-04-07T18:04:54.241Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchLineSplit [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchLineSplitWithBinary [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchMaxEvents [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchMaxTotalBytes [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-04-07T18:04:54.241Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-04-07T18:04:54.241Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.08s) [2022-04-07T18:04:54.241Z] === RUN TestParseLogOptionsMultilinePattern [2022-04-07T18:04:54.241Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestParseLogOptionsDatetimeFormat [2022-04-07T18:04:54.241Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-04-07T18:04:54.241Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-04-07T18:04:54.241Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-04-07T18:04:54.241Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-04-07T18:04:54.241Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-04-07T18:04:54.241Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-04-07T18:04:54.241Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-04-07T18:04:54.241Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-04-07T18:04:54.241Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-04-07T18:04:54.241Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-04-07T18:04:54.241Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-04-07T18:04:54.241Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-04-07T18:04:54.241Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-04-07T18:04:54.241Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-04-07T18:04:54.241Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-04-07T18:04:54.241Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsFormat [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsFormat/1/random [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsFormat/2/ [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-04-07T18:04:54.242Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-04-07T18:04:54.242Z] === RUN TestCreateTagSuccess [2022-04-07T18:04:54.242Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-04-07T18:04:54.242Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-04-07T18:04:54.242Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-04-07T18:04:54.242Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-04-07T18:04:54.242Z] === RUN TestAdapterReadLogs [2022-04-07T18:04:54.242Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-04-07T18:04:54.242Z] === RUN TestCopier [2022-04-07T18:04:54.242Z] --- PASS: TestCopier (0.00s) [2022-04-07T18:04:54.242Z] === RUN TestCopierLongLines [2022-04-07T18:04:54.242Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-04-07T18:04:54.242Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-04-07T18:04:54.242Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-04-07T18:04:54.242Z] PASS [2022-04-07T18:04:54.242Z] coverage: 80.2% of statements [2022-04-07T18:04:54.242Z] --- PASS: TestCopierLongLines (0.00s) [2022-04-07T18:04:54.242Z] === RUN TestCopierSlow [2022-04-07T18:04:54.242Z] ok github.com/docker/docker/daemon/logger/awslogs 0.426s coverage: 80.2% of statements [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptReconnectInterval [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-04-07T18:04:54.242Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-04-07T18:04:54.426Z] --- PASS: TestAllocateRandomDeallocate (0.83s) [2022-04-07T18:04:54.426Z] === RUN TestAllocateRandomDeallocateSerialize [2022-04-07T18:04:54.426Z] === RUN TestGetEmptyCapabilities [2022-04-07T18:04:54.426Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-04-07T18:04:54.426Z] === RUN TestGetExtraCapabilities [2022-04-07T18:04:54.426Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-04-07T18:04:54.426Z] === RUN TestGetInvalidCapabilities [2022-04-07T18:04:54.426Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-04-07T18:04:54.426Z] === RUN TestRemoteDriver [2022-04-07T18:04:54.426Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-07T18:04:54.426Z] === RUN TestDriverError [2022-04-07T18:04:54.426Z] --- PASS: TestDriverError (0.00s) [2022-04-07T18:04:54.426Z] === RUN TestMissingValues [2022-04-07T18:04:54.426Z] --- PASS: TestMissingValues (0.01s) [2022-04-07T18:04:54.426Z] === RUN TestRollback [2022-04-07T18:04:54.426Z] --- PASS: TestRollback (0.00s) [2022-04-07T18:04:54.426Z] PASS [2022-04-07T18:04:54.426Z] coverage: 57.4% of statements [2022-04-07T18:04:54.426Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.074s coverage: 57.4% of statements [2022-04-07T18:04:54.707Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-04-07T18:04:54.707Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-04-07T18:04:54.707Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-04-07T18:04:54.707Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-04-07T18:04:54.707Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-04-07T18:04:54.707Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-04-07T18:04:54.707Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-04-07T18:04:54.707Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-04-07T18:04:54.707Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-04-07T18:04:54.707Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-04-07T18:04:54.707Z] PASS [2022-04-07T18:04:54.707Z] coverage: 33.6% of statements [2022-04-07T18:04:54.707Z] ok github.com/docker/docker/daemon/logger/fluentd 0.049s coverage: 33.6% of statements [2022-04-07T18:04:54.707Z] --- PASS: TestCopierSlow (0.20s) [2022-04-07T18:04:54.707Z] === RUN TestCopierWithSized [2022-04-07T18:04:54.707Z] === RUN TestCopierWithSized/as_is [2022-04-07T18:04:54.707Z] === RUN TestCopierWithSized/With_RingLogger [2022-04-07T18:04:54.707Z] --- PASS: TestCopierWithSized (0.01s) [2022-04-07T18:04:54.707Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-04-07T18:04:54.707Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-04-07T18:04:54.707Z] === RUN TestCopierWithPartial [2022-04-07T18:04:54.707Z] --- PASS: TestCopierWithPartial (0.00s) [2022-04-07T18:04:54.707Z] === RUN TestRingLogger [2022-04-07T18:04:54.707Z] --- PASS: TestRingLogger (0.00s) [2022-04-07T18:04:54.707Z] === RUN TestRingCap [2022-04-07T18:04:54.707Z] --- PASS: TestRingCap (0.00s) [2022-04-07T18:04:54.707Z] === RUN TestRingClose [2022-04-07T18:04:54.707Z] --- PASS: TestRingClose (0.00s) [2022-04-07T18:04:54.707Z] === RUN TestRingDrain [2022-04-07T18:04:54.707Z] --- PASS: TestRingDrain (0.00s) [2022-04-07T18:04:54.707Z] PASS [2022-04-07T18:04:54.707Z] coverage: 43.2% of statements [2022-04-07T18:04:54.707Z] ok github.com/docker/docker/daemon/logger 0.336s coverage: 43.2% of statements [2022-04-07T18:04:54.707Z] === RUN TestSearchRegistryForImagesErrors [2022-04-07T18:04:54.707Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-04-07T18:04:54.707Z] === RUN TestSearchRegistryForImages [2022-04-07T18:04:54.707Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-04-07T18:04:54.707Z] === RUN TestOnlyPlatformWithFallback [2022-04-07T18:04:54.707Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-04-07T18:04:54.707Z] === RUN TestImageDelete [2022-04-07T18:04:54.707Z] === RUN TestImageDelete/no_lease [2022-04-07T18:04:54.707Z] === RUN TestImageDelete/lease_exists [2022-04-07T18:04:54.707Z] --- PASS: TestImageDelete (0.03s) [2022-04-07T18:04:54.707Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-04-07T18:04:54.707Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-04-07T18:04:54.707Z] === RUN TestContentStoreForPull [2022-04-07T18:04:54.707Z] --- PASS: TestContentStoreForPull (0.15s) [2022-04-07T18:04:54.707Z] PASS [2022-04-07T18:04:54.707Z] coverage: 6.6% of statements [2022-04-07T18:04:54.900Z] === RUN TestNAT [2022-04-07T18:04:54.900Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-07T18:04:54.900Z] --- SKIP: TestNAT (0.00s) [2022-04-07T18:04:54.900Z] === RUN TestTransparent [2022-04-07T18:04:54.900Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-07T18:04:54.900Z] --- SKIP: TestTransparent (0.00s) [2022-04-07T18:04:54.900Z] PASS [2022-04-07T18:04:54.900Z] coverage: 0.0% of statements [2022-04-07T18:04:54.900Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.043s coverage: 0.0% of statements [2022-04-07T18:04:54.900Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.64s) [2022-04-07T18:04:54.900Z] === RUN TestRetrieveFromStore [2022-04-07T18:04:54.900Z] === RUN TestBuildDefault [2022-04-07T18:04:54.900Z] --- PASS: TestBuildDefault (0.00s) [2022-04-07T18:04:54.900Z] === RUN TestBuildHostnameDomainname [2022-04-07T18:04:54.900Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-04-07T18:04:54.900Z] === RUN TestBuildHostname [2022-04-07T18:04:54.900Z] --- PASS: TestBuildHostname (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestBuildHostnameFQDN [2022-04-07T18:04:54.901Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestBuildNoIP [2022-04-07T18:04:54.901Z] --- PASS: TestBuildNoIP (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestUpdate [2022-04-07T18:04:54.901Z] --- PASS: TestUpdate (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-04-07T18:04:54.901Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-04-07T18:04:54.901Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestAddEmpty [2022-04-07T18:04:54.901Z] --- PASS: TestAddEmpty (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestAdd [2022-04-07T18:04:54.901Z] --- PASS: TestAdd (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestDeleteEmpty [2022-04-07T18:04:54.901Z] --- PASS: TestDeleteEmpty (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestDeleteNewline [2022-04-07T18:04:54.901Z] --- PASS: TestDeleteNewline (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestDelete [2022-04-07T18:04:54.901Z] --- PASS: TestDelete (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestConcurrentWrites [2022-04-07T18:04:54.901Z] === RUN TestNew [2022-04-07T18:04:54.901Z] --- PASS: TestNew (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestAddDriver [2022-04-07T18:04:54.901Z] --- PASS: TestAddDriver (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestAddDuplicateDriver [2022-04-07T18:04:54.901Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestIPAMDefaultAddressSpaces [2022-04-07T18:04:54.901Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestDriver [2022-04-07T18:04:54.901Z] --- PASS: TestDriver (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestIPAM [2022-04-07T18:04:54.901Z] --- PASS: TestIPAM (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestWalkIPAMs [2022-04-07T18:04:54.901Z] --- PASS: TestWalkIPAMs (0.00s) [2022-04-07T18:04:54.901Z] === RUN TestWalkDrivers [2022-04-07T18:04:54.901Z] --- PASS: TestWalkDrivers (0.00s) [2022-04-07T18:04:54.901Z] PASS [2022-04-07T18:04:54.901Z] coverage: 82.4% of statements [2022-04-07T18:04:54.901Z] ok github.com/docker/docker/libnetwork/drvregistry 0.067s coverage: 82.4% of statements [2022-04-07T18:04:55.159Z] === CONT TestReadPluginNoRead [2022-04-07T18:04:55.159Z] read_test.go:92: [dc579fe8a32a2] daemon is not started [2022-04-07T18:04:55.159Z] --- PASS: TestReadPluginNoRead (7.16s) [2022-04-07T18:04:55.159Z] --- PASS: TestReadPluginNoRead/default (1.54s) [2022-04-07T18:04:55.159Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.48s) [2022-04-07T18:04:55.159Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.47s) [2022-04-07T18:04:55.159Z] PASS [2022-04-07T18:04:55.159Z] [2022-04-07T18:04:55.159Z] DONE 6 tests in 11.605s [2022-04-07T18:04:55.159Z] 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-04-07T18:04:55.159Z] ++ 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-04-07T18:04:55.159Z] ++ set -e [2022-04-07T18:04:55.159Z] ++ '[' -n 0 ']' [2022-04-07T18:04:55.159Z] ++ set -x [2022-04-07T18:04:55.159Z] ++ 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-04-07T18:04:55.159Z] testing: warning: no tests to run [2022-04-07T18:04:55.159Z] PASS [2022-04-07T18:04:55.159Z] [2022-04-07T18:04:55.159Z] DONE 0 tests in 0.039s [2022-04-07T18:04:55.159Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-07T18:04:55.159Z] ++ 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-04-07T18:04:55.159Z] ++ set -e [2022-04-07T18:04:55.159Z] ++ '[' -n 0 ']' [2022-04-07T18:04:55.159Z] ++ set -x [2022-04-07T18:04:55.159Z] ++ 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-04-07T18:04:55.159Z] INFO: Testing against a local daemon [2022-04-07T18:04:55.159Z] === RUN TestPluginWithDevMounts [2022-04-07T18:04:55.159Z] === PAUSE TestPluginWithDevMounts [2022-04-07T18:04:55.159Z] === CONT TestPluginWithDevMounts [2022-04-07T18:04:55.171Z] ok github.com/docker/docker/daemon/images 0.318s coverage: 6.6% of statements [2022-04-07T18:04:55.171Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-07T18:04:55.171Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-07T18:04:55.171Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-04-07T18:04:55.171Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-07T18:04:55.171Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-04-07T18:04:55.171Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-04-07T18:04:55.171Z] === RUN TestJSONLogsMarshalJSONBuf [2022-04-07T18:04:55.171Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-04-07T18:04:55.171Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-04-07T18:04:55.375Z] --- PASS: TestConcurrentWrites (0.16s) [2022-04-07T18:04:55.375Z] PASS [2022-04-07T18:04:55.375Z] coverage: 81.2% of statements [2022-04-07T18:04:55.375Z] ok github.com/docker/docker/libnetwork/etchosts 0.203s coverage: 81.2% of statements [2022-04-07T18:04:55.375Z] --- PASS: TestRetrieveFromStore (0.32s) [2022-04-07T18:04:55.375Z] === RUN TestIsCorrupted [2022-04-07T18:04:55.375Z] --- PASS: TestIsCorrupted (0.01s) [2022-04-07T18:04:55.375Z] === RUN TestSetRollover [2022-04-07T18:04:55.375Z] === RUN TestNew [2022-04-07T18:04:55.375Z] --- PASS: TestNew (0.00s) [2022-04-07T18:04:55.375Z] === RUN TestAllocate [2022-04-07T18:04:55.375Z] --- PASS: TestAllocate (0.00s) [2022-04-07T18:04:55.375Z] === RUN TestUninitialized [2022-04-07T18:04:55.375Z] --- PASS: TestUninitialized (0.00s) [2022-04-07T18:04:55.375Z] === RUN TestAllocateInRange [2022-04-07T18:04:55.375Z] --- PASS: TestAllocateInRange (0.00s) [2022-04-07T18:04:55.375Z] === RUN TestAllocateSerial [2022-04-07T18:04:55.375Z] --- PASS: TestAllocateSerial (0.00s) [2022-04-07T18:04:55.375Z] PASS [2022-04-07T18:04:55.375Z] coverage: 87.5% of statements [2022-04-07T18:04:55.375Z] ok github.com/docker/docker/libnetwork/idm 0.041s coverage: 87.5% of statements [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === Skipped [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-04-07T18:04:55.395Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-04-07T18:04:55.395Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-04-07T18:04:55.395Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-04-07T18:04:55.395Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-04-07T18:04:55.395Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-04-07T18:04:55.395Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-07T18:04:55.395Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-07T18:04:55.395Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-07T18:04:55.395Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-04-07T18:04:55.395Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-07T18:04:55.395Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-04-07T18:04:55.395Z] daemon_test.go:145: root required [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-07T18:04:55.395Z] reload_test.go:342: root required [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-04-07T18:04:55.395Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-07T18:04:55.395Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-04-07T18:04:55.395Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-04-07T18:04:55.395Z] download_test.go:267: Needs fixing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-04-07T18:04:55.395Z] layer_test.go:291: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-04-07T18:04:55.395Z] layer_test.go:340: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-04-07T18:04:55.395Z] layer_test.go:455: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-04-07T18:04:55.395Z] layer_test.go:684: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-04-07T18:04:55.395Z] migration_test.go:45: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-04-07T18:04:55.395Z] migration_test.go:181: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-04-07T18:04:55.395Z] mount_test.go:17: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-04-07T18:04:55.395Z] mount_test.go:76: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-04-07T18:04:55.395Z] mount_test.go:125: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-04-07T18:04:55.395Z] mount_test.go:212: Failing on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-04-07T18:04:55.395Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-04-07T18:04:55.395Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-07T18:04:55.395Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-04-07T18:04:55.395Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-04-07T18:04:55.395Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-04-07T18:04:55.395Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-04-07T18:04:55.395Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-04-07T18:04:55.395Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-04-07T18:04:55.395Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-04-07T18:04:55.395Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-04-07T18:04:55.395Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-04-07T18:04:55.395Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-07T18:04:55.395Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-07T18:04:55.395Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-07T18:04:55.395Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-07T18:04:55.395Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-07T18:04:55.395Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:133: Xz not present in msys2 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-04-07T18:04:55.395Z] archive_test.go:140: zstd not installed [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:252: Failing on Windows CI machines [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-04-07T18:04:55.395Z] archive_windows_test.go:16: Currently fails [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-04-07T18:04:55.395Z] changes_test.go:196: needs more investigation [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-04-07T18:04:55.395Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-04-07T18:04:55.395Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-04-07T18:04:55.395Z] changes_test.go:433: needs further investigation [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-04-07T18:04:55.395Z] changes_test.go:469: needs further investigation [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-04-07T18:04:55.395Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.395Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-04-07T18:04:55.395Z] poller_test.go:40: No chmod on Windows [2022-04-07T18:04:55.395Z] [2022-04-07T18:04:55.396Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-07T18:04:55.396Z] fileutils_test.go:133: Needs porting to Windows [2022-04-07T18:04:55.396Z] [2022-04-07T18:04:55.396Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-07T18:04:55.396Z] fileutils_test.go:179: Needs porting to Windows [2022-04-07T18:04:55.396Z] [2022-04-07T18:04:55.396Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-04-07T18:04:55.396Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.396Z] [2022-04-07T18:04:55.396Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-04-07T18:04:55.396Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.396Z] [2022-04-07T18:04:55.396Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-04-07T18:04:55.396Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:04:55.396Z] [2022-04-07T18:04:55.396Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-04-07T18:04:55.396Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-07T18:04:55.396Z] [2022-04-07T18:04:55.396Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-04-07T18:04:55.396Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-07T18:04:55.396Z] [2022-04-07T18:04:55.396Z] DONE 2103 tests, 70 skipped in 257.313s [2022-04-07T18:04:55.396Z] INFO: make.ps1 ended at 04/07/2022 18:04:54 [2022-04-07T18:04:55.419Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-07T18:04:55.636Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2022-04-07T18:04:55.636Z] === RUN TestFastTimeMarshalJSON [2022-04-07T18:04:55.636Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-04-07T18:04:55.636Z] PASS [2022-04-07T18:04:55.636Z] coverage: 87.2% of statements [2022-04-07T18:04:55.636Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.167s coverage: 87.2% of statements [2022-04-07T18:04:55.636Z] === RUN TestJSONFileLogger [2022-04-07T18:04:55.849Z] === RUN TestCaller [2022-04-07T18:04:55.849Z] --- PASS: TestCaller (0.00s) [2022-04-07T18:04:55.849Z] PASS [2022-04-07T18:04:55.849Z] coverage: 100.0% of statements [2022-04-07T18:04:55.849Z] ok github.com/docker/docker/libnetwork/internal/caller 0.033s coverage: 100.0% of statements [2022-04-07T18:04:55.991Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-07T18:04:55.992Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-07T18:04:56.101Z] --- PASS: TestJSONFileLogger (0.00s) [2022-04-07T18:04:56.101Z] === RUN TestJSONFileLoggerWithTags [2022-04-07T18:04:56.101Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-04-07T18:04:56.101Z] === RUN TestJSONFileLoggerWithOpts [2022-04-07T18:04:56.101Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-04-07T18:04:56.101Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-04-07T18:04:56.101Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-04-07T18:04:56.101Z] === RUN TestEncodeDecode [2022-04-07T18:04:56.101Z] === PAUSE TestEncodeDecode [2022-04-07T18:04:56.101Z] === RUN TestUnexpectedEOF [2022-04-07T18:04:56.101Z] time="2022-04-07T18:04:55Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-07T18:04:56.101Z] time="2022-04-07T18:04:55Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-07T18:04:56.101Z] --- PASS: TestUnexpectedEOF (0.12s) [2022-04-07T18:04:56.101Z] === CONT TestEncodeDecode [2022-04-07T18:04:56.101Z] --- PASS: TestEncodeDecode (0.00s) [2022-04-07T18:04:56.101Z] PASS [2022-04-07T18:04:56.101Z] coverage: 69.9% of statements [2022-04-07T18:04:56.101Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.187s coverage: 69.9% of statements [2022-04-07T18:04:56.101Z] === RUN TestWriteLog [2022-04-07T18:04:56.101Z] === PAUSE TestWriteLog [2022-04-07T18:04:56.101Z] === RUN TestReadLog [2022-04-07T18:04:56.101Z] === PAUSE TestReadLog [2022-04-07T18:04:56.101Z] === RUN TestDecode [2022-04-07T18:04:56.101Z] --- PASS: TestDecode (0.02s) [2022-04-07T18:04:56.101Z] === CONT TestWriteLog [2022-04-07T18:04:56.101Z] --- PASS: TestWriteLog (0.00s) [2022-04-07T18:04:56.101Z] === CONT TestReadLog [2022-04-07T18:04:56.101Z] === RUN TestReadLog/tail_exact [2022-04-07T18:04:56.101Z] === RUN TestReadLog/tail_less_than_available [2022-04-07T18:04:56.101Z] === RUN TestReadLog/tail_more_than_available [2022-04-07T18:04:56.101Z] --- PASS: TestReadLog (0.16s) [2022-04-07T18:04:56.101Z] --- PASS: TestReadLog/tail_exact (0.14s) [2022-04-07T18:04:56.101Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-04-07T18:04:56.101Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-04-07T18:04:56.101Z] PASS [2022-04-07T18:04:56.101Z] coverage: 78.7% of statements [2022-04-07T18:04:56.101Z] ok github.com/docker/docker/daemon/logger/local 0.250s coverage: 78.7% of statements [2022-04-07T18:04:56.324Z] === RUN TestSetSerialInsertDelete [2022-04-07T18:04:56.324Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-04-07T18:04:56.324Z] === RUN TestSetParallelInsertDelete [2022-04-07T18:04:56.324Z] --- PASS: TestSetRollover (1.15s) [2022-04-07T18:04:56.324Z] === RUN TestSetRolloverSerial [2022-04-07T18:04:56.564Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-07T18:04:56.566Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-07T18:04:56.950Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-04-07T18:04:56.950Z] INFO: Unit tests ended at 04/07/2022 18:04:56. Duration:00:04:28.3789210 [2022-04-07T18:04:56.950Z] INFO: Building busybox [2022-04-07T18:04:56.950Z] Sending build context to Docker daemon 5.12kB [2022-04-07T18:04:56.950Z] [2022-04-07T18:04:56.950Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-04-07T18:04:56.950Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-04-07T18:04:56.950Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-04-07T18:04:56.950Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-04-07T18:04:56.950Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-04-07T18:04:56.950Z] ---> 02f938cacc3b [2022-04-07T18:04:56.950Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-04-07T18:04:56.950Z] ---> Running in 5e06e34ff1ce [2022-04-07T18:04:57.030Z] === RUN TestOpenFileDelete [2022-04-07T18:04:57.030Z] --- PASS: TestOpenFileDelete (0.00s) [2022-04-07T18:04:57.030Z] === RUN TestOpenFileRename [2022-04-07T18:04:57.030Z] --- PASS: TestOpenFileRename (0.00s) [2022-04-07T18:04:57.030Z] === RUN TestHandleDecoderErr [2022-04-07T18:04:57.030Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-04-07T18:04:57.030Z] === RUN TestParseLogTagDefaultTag [2022-04-07T18:04:57.030Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-04-07T18:04:57.030Z] === RUN TestParseLogTag [2022-04-07T18:04:57.030Z] --- PASS: TestParseLogTag (0.00s) [2022-04-07T18:04:57.030Z] === RUN TestParseLogTagEmptyTag [2022-04-07T18:04:57.030Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-04-07T18:04:57.030Z] === RUN TestTailFiles [2022-04-07T18:04:57.030Z] --- PASS: TestTailFiles (0.00s) [2022-04-07T18:04:57.030Z] === RUN TestFollowLogsConsumerGone [2022-04-07T18:04:57.030Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-04-07T18:04:57.030Z] === RUN TestFollowLogsProducerGone [2022-04-07T18:04:57.030Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-04-07T18:04:57.030Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-04-07T18:04:57.030Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-04-07T18:04:57.030Z] === RUN TestCheckCapacityAndRotate [2022-04-07T18:04:57.030Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-04-07T18:04:57.030Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-04-07T18:04:57.030Z] === RUN TestLog [2022-04-07T18:04:57.030Z] --- PASS: TestLog (0.02s) [2022-04-07T18:04:57.030Z] PASS [2022-04-07T18:04:57.030Z] coverage: 31.5% of statements [2022-04-07T18:04:57.030Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.068s coverage: 31.5% of statements [2022-04-07T18:04:57.030Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2022-04-07T18:04:57.030Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2022-04-07T18:04:57.030Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2022-04-07T18:04:57.030Z] PASS [2022-04-07T18:04:57.030Z] coverage: 55.1% of statements [2022-04-07T18:04:57.030Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.209s coverage: 55.1% of statements [2022-04-07T18:04:57.135Z] --- PASS: TestPluginWithDevMounts (1.73s) [2022-04-07T18:04:57.135Z] PASS [2022-04-07T18:04:57.135Z] [2022-04-07T18:04:57.135Z] DONE 1 tests in 1.861s [2022-04-07T18:04:57.135Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-07T18:04:57.135Z] ++ 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-04-07T18:04:57.135Z] ++ set -e [2022-04-07T18:04:57.135Z] ++ '[' -n 0 ']' [2022-04-07T18:04:57.135Z] ++ set -x [2022-04-07T18:04:57.136Z] ++ 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-04-07T18:04:57.136Z] INFO: Testing against a local daemon [2022-04-07T18:04:57.136Z] === RUN TestSecretInspect [2022-04-07T18:04:57.136Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-07T18:04:57.323Z] === RUN TestInt2IP2IntConversion [2022-04-07T18:04:57.323Z] === RUN TestPoolRequest [2022-04-07T18:04:57.323Z] --- PASS: TestPoolRequest (0.00s) [2022-04-07T18:04:57.323Z] === RUN TestOtherRequests [2022-04-07T18:04:57.323Z] --- PASS: TestOtherRequests (0.00s) [2022-04-07T18:04:57.323Z] PASS [2022-04-07T18:04:57.323Z] coverage: 57.1% of statements [2022-04-07T18:04:57.323Z] ok github.com/docker/docker/libnetwork/ipams/null 0.037s coverage: 57.1% of statements [2022-04-07T18:04:57.323Z] --- PASS: TestSetRolloverSerial (0.81s) [2022-04-07T18:04:57.323Z] === RUN TestGetFirstAvailableFromCurrent [2022-04-07T18:04:57.323Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-04-07T18:04:57.323Z] PASS [2022-04-07T18:04:57.323Z] coverage: 84.4% of statements [2022-04-07T18:04:57.323Z] ok github.com/docker/docker/libnetwork/bitseq 7.027s coverage: 84.4% of statements [2022-04-07T18:04:57.323Z] --- PASS: TestInt2IP2IntConversion (0.41s) [2022-04-07T18:04:57.323Z] === RUN TestGetAddressVersion [2022-04-07T18:04:57.323Z] --- PASS: TestGetAddressVersion (0.00s) [2022-04-07T18:04:57.323Z] === RUN TestKeyString [2022-04-07T18:04:57.323Z] --- PASS: TestKeyString (0.00s) [2022-04-07T18:04:57.323Z] === RUN TestPoolDataMarshal [2022-04-07T18:04:57.323Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-04-07T18:04:57.323Z] === RUN TestSubnetsMarshal [2022-04-07T18:04:57.323Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-04-07T18:04:57.323Z] === RUN TestAddSubnets [2022-04-07T18:04:57.323Z] --- PASS: TestAddSubnets (0.03s) [2022-04-07T18:04:57.323Z] === RUN TestDoublePoolRelease [2022-04-07T18:04:57.708Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-07T18:04:57.798Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-04-07T18:04:57.798Z] === RUN TestAddReleasePoolID [2022-04-07T18:04:57.798Z] --- PASS: TestAddReleasePoolID (0.05s) [2022-04-07T18:04:57.798Z] === RUN TestPredefinedPool [2022-04-07T18:04:57.798Z] --- PASS: TestPredefinedPool (0.02s) [2022-04-07T18:04:57.798Z] === RUN TestRemoveSubnet [2022-04-07T18:04:57.798Z] --- PASS: TestRemoveSubnet (0.12s) [2022-04-07T18:04:57.798Z] === RUN TestGetSameAddress [2022-04-07T18:04:57.798Z] --- PASS: TestGetSameAddress (0.01s) [2022-04-07T18:04:57.798Z] === RUN TestPoolAllocationReuse [2022-04-07T18:04:58.009Z] === RUN TestParseLogFormat [2022-04-07T18:04:58.009Z] --- PASS: TestParseLogFormat (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestValidateLogOptEmpty [2022-04-07T18:04:58.009Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestValidateSyslogAddress [2022-04-07T18:04:58.009Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestParseAddressDefaultPort [2022-04-07T18:04:58.009Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestValidateSyslogFacility [2022-04-07T18:04:58.009Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestValidateLogOptSyslogFormat [2022-04-07T18:04:58.009Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestValidateLogOpt [2022-04-07T18:04:58.009Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-07T18:04:58.009Z] PASS [2022-04-07T18:04:58.009Z] coverage: 46.8% of statements [2022-04-07T18:04:58.009Z] ok github.com/docker/docker/daemon/logger/syslog 0.045s coverage: 46.8% of statements [2022-04-07T18:04:58.009Z] === RUN TestNewParse [2022-04-07T18:04:58.009Z] --- PASS: TestNewParse (0.00s) [2022-04-07T18:04:58.009Z] PASS [2022-04-07T18:04:58.009Z] coverage: 8.3% of statements [2022-04-07T18:04:58.009Z] ok github.com/docker/docker/daemon/logger/templates 0.035s coverage: 8.3% of statements [2022-04-07T18:04:58.009Z] === RUN TestValidateLogOpt [2022-04-07T18:04:58.009Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestNewMissedConfig [2022-04-07T18:04:58.009Z] --- PASS: TestNewMissedConfig (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestNewMissedUrl [2022-04-07T18:04:58.009Z] --- PASS: TestNewMissedUrl (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestNewMissedToken [2022-04-07T18:04:58.009Z] --- PASS: TestNewMissedToken (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestNewWithProxy [2022-04-07T18:04:58.009Z] --- PASS: TestNewWithProxy (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestDefault [2022-04-07T18:04:58.009Z] --- PASS: TestDefault (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-04-07T18:04:58.009Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestJsonFormat [2022-04-07T18:04:58.009Z] --- PASS: TestJsonFormat (0.01s) [2022-04-07T18:04:58.009Z] === RUN TestRawFormat [2022-04-07T18:04:58.009Z] --- PASS: TestRawFormat (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestRawFormatWithLabels [2022-04-07T18:04:58.009Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestRawFormatWithoutTag [2022-04-07T18:04:58.009Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-04-07T18:04:58.009Z] === RUN TestBatching [2022-04-07T18:04:58.009Z] --- PASS: TestBatching (0.22s) [2022-04-07T18:04:58.009Z] === RUN TestFrequency [2022-04-07T18:04:58.273Z] === RUN TestGetCapabilities [2022-04-07T18:04:58.273Z] --- PASS: TestGetCapabilities (0.01s) [2022-04-07T18:04:58.273Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-04-07T18:04:58.273Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-04-07T18:04:58.273Z] === RUN TestGetDefaultAddressSpaces [2022-04-07T18:04:58.273Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-04-07T18:04:58.273Z] === RUN TestRemoteDriver [2022-04-07T18:04:58.273Z] --- PASS: TestRemoteDriver (0.00s) [2022-04-07T18:04:58.273Z] PASS [2022-04-07T18:04:58.273Z] coverage: 47.4% of statements [2022-04-07T18:04:58.273Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.056s coverage: 47.4% of statements [2022-04-07T18:04:58.279Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-07T18:04:58.279Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-07T18:04:58.473Z] --- PASS: TestFrequency (0.22s) [2022-04-07T18:04:58.473Z] === RUN TestOneMessagePerRequest [2022-04-07T18:04:58.473Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-04-07T18:04:58.473Z] === RUN TestVerify [2022-04-07T18:04:58.473Z] --- PASS: TestVerify (0.00s) [2022-04-07T18:04:58.473Z] === RUN TestSkipVerify [2022-04-07T18:04:58.473Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.473Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.473Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.748Z] --- PASS: TestPoolAllocationReuse (1.05s) [2022-04-07T18:04:58.748Z] === RUN TestGetAddressSubPoolEqualPool [2022-04-07T18:04:58.748Z] --- PASS: TestGetAddressSubPoolEqualPool (0.01s) [2022-04-07T18:04:58.748Z] === RUN TestRequestReleaseAddressFromSubPool [2022-04-07T18:04:58.851Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-07T18:04:58.937Z] --- PASS: TestSkipVerify (0.46s) [2022-04-07T18:04:58.937Z] === RUN TestBufferMaximum [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354698.630686\",\"host\":\"1f2480f8f0ab\"}'" [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354698.630686\",\"host\":\"1f2480f8f0ab\"}'" [2022-04-07T18:04:58.937Z] --- PASS: TestBufferMaximum (0.00s) [2022-04-07T18:04:58.937Z] === RUN TestServerAlwaysDown [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354698.632675\",\"host\":\"1f2480f8f0ab\"}'" [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354698.632675\",\"host\":\"1f2480f8f0ab\"}'" [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354698.632675\",\"host\":\"1f2480f8f0ab\"}'" [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354698.633678\",\"host\":\"1f2480f8f0ab\"}'" [2022-04-07T18:04:58.937Z] time="2022-04-07T18:04:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1649354698.633678\",\"host\":\"1f2480f8f0ab\"}'" [2022-04-07T18:04:58.937Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-04-07T18:04:58.937Z] === RUN TestCannotSendAfterClose [2022-04-07T18:04:58.937Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-04-07T18:04:58.937Z] === RUN TestDeadlockOnBlockedEndpoint [2022-04-07T18:04:59.222Z] === RUN TestWindowsIPAM [2022-04-07T18:04:59.222Z] --- PASS: TestWindowsIPAM (0.00s) [2022-04-07T18:04:59.222Z] PASS [2022-04-07T18:04:59.222Z] coverage: 71.4% of statements [2022-04-07T18:04:59.222Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.034s coverage: 71.4% of statements [2022-04-07T18:04:59.402Z] === RUN TestV1IDService [2022-04-07T18:04:59.402Z] --- PASS: TestV1IDService (0.02s) [2022-04-07T18:04:59.402Z] === RUN TestV2MetadataService [2022-04-07T18:04:59.422Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-07T18:04:59.696Z] === RUN TestDefaultNetwork [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-07T18:04:59.696Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-07T18:04:59.867Z] === RUN TestSuccessfulDownload [2022-04-07T18:04:59.867Z] download_test.go:267: Needs fixing on Windows [2022-04-07T18:04:59.867Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-04-07T18:04:59.867Z] === RUN TestCancelledDownload [2022-04-07T18:04:59.867Z] --- PASS: TestCancelledDownload (0.00s) [2022-04-07T18:04:59.867Z] === RUN TestMaxDownloadAttempts [2022-04-07T18:04:59.867Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-07T18:04:59.867Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-07T18:04:59.867Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-07T18:04:59.867Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-07T18:04:59.867Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-07T18:04:59.867Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-07T18:04:59.867Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-07T18:04:59.867Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-07T18:04:59.867Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-07T18:04:59.867Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-07T18:04:59.867Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-07T18:04:59.867Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-07T18:04:59.867Z] time="2022-04-07T18:04:59Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49210/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-04-07T18:04:59.867Z] time="2022-04-07T18:04:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"1f2480f8f0ab\"}'" [2022-04-07T18:04:59.867Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-04-07T18:04:59.867Z] PASS [2022-04-07T18:04:59.867Z] coverage: 82.5% of statements [2022-04-07T18:04:59.867Z] ok github.com/docker/docker/daemon/logger/splunk 1.993s coverage: 82.5% of statements [2022-04-07T18:04:59.867Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-07T18:04:59.867Z] ? github.com/docker/docker/daemon/network [no test files] [2022-04-07T18:04:59.867Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-07T18:04:59.994Z] --- PASS: TestSecretInspect (2.95s) [2022-04-07T18:04:59.994Z] === RUN TestSecretList [2022-04-07T18:05:00.170Z] --- PASS: TestDefaultNetwork (0.23s) [2022-04-07T18:05:00.170Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-04-07T18:05:00.170Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.21s) [2022-04-07T18:05:00.170Z] === RUN TestInitAddressPools [2022-04-07T18:05:00.170Z] --- PASS: TestInitAddressPools (0.00s) [2022-04-07T18:05:00.170Z] PASS [2022-04-07T18:05:00.170Z] coverage: 74.0% of statements [2022-04-07T18:05:00.170Z] ok github.com/docker/docker/libnetwork/ipamutils 0.501s coverage: 74.0% of statements [2022-04-07T18:05:00.170Z] === RUN TestKeyValue [2022-04-07T18:05:00.170Z] --- PASS: TestKeyValue (0.00s) [2022-04-07T18:05:00.170Z] PASS [2022-04-07T18:05:00.170Z] coverage: 60.0% of statements [2022-04-07T18:05:00.170Z] ok github.com/docker/docker/libnetwork/netlabel 0.032s coverage: 60.0% of statements [2022-04-07T18:05:00.170Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.55s) [2022-04-07T18:05:00.170Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-04-07T18:05:00.255Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-04-07T18:05:00.255Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-07T18:05:00.332Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-04-07T18:05:00.332Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestContinueOnError_MirrorEndpoint [2022-04-07T18:05:00.332Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestContinueOnError_NeverContinue [2022-04-07T18:05:00.332Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestManifestStore [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/no_remote_or_local [2022-04-07T18:05:00.332Z] time="2022-04-07T18:04:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:05:00.332Z] time="2022-04-07T18:04:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:05:00.332Z] time="2022-04-07T18:04:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:05:00.332Z] time="2022-04-07T18:04:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-07T18:05:00.332Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.46s) [2022-04-07T18:05:00.332Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.46s) [2022-04-07T18:05:00.332Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.46s) [2022-04-07T18:05:00.332Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.46s) [2022-04-07T18:05:00.332Z] === RUN TestTransfer [2022-04-07T18:05:00.332Z] --- PASS: TestV2MetadataService (0.68s) [2022-04-07T18:05:00.332Z] PASS [2022-04-07T18:05:00.332Z] coverage: 48.2% of statements [2022-04-07T18:05:00.332Z] ok github.com/docker/docker/distribution/metadata 0.791s coverage: 48.2% of statements [2022-04-07T18:05:00.332Z] time="2022-04-07T18:05:00Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2798302427\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/no_local_cache [2022-04-07T18:05:00.332Z] --- PASS: TestTransfer (0.15s) [2022-04-07T18:05:00.332Z] === RUN TestConcurrencyLimit [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/with_local_cache [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/unknown_media_type [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-04-07T18:05:00.332Z] time="2022-04-07T18:05:00Z" level=warning msg="reference for unknown type: " [2022-04-07T18:05:00.332Z] time="2022-04-07T18:05:00Z" level=warning msg="reference for unknown type: " [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-04-07T18:05:00.332Z] time="2022-04-07T18:05:00Z" level=warning msg="reference for unknown type: " [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-04-07T18:05:00.332Z] time="2022-04-07T18:05:00Z" level=warning msg="reference for unknown type: " [2022-04-07T18:05:00.332Z] time="2022-04-07T18:05:00Z" level=warning msg="reference for unknown type: " [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/error_persisting_manifest [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-04-07T18:05:00.332Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-04-07T18:05:00.332Z] time="2022-04-07T18:05:00Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore (0.27s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaType [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-04-07T18:05:00.332Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-04-07T18:05:00.332Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestFixManifestLayers [2022-04-07T18:05:00.332Z] --- PASS: TestFixManifestLayers (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestFixManifestLayersBaseLayerParent [2022-04-07T18:05:00.332Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-07T18:05:00.332Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestFixManifestLayersBadParent [2022-04-07T18:05:00.332Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestValidateManifest [2022-04-07T18:05:00.332Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-07T18:05:00.332Z] --- SKIP: TestValidateManifest (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestFormatPlatform [2022-04-07T18:05:00.332Z] --- PASS: TestFormatPlatform (0.00s) [2022-04-07T18:05:00.332Z] === RUN TestPullSchema2Config [2022-04-07T18:05:00.332Z] === RUN TestPullSchema2Config/success_first_time [2022-04-07T18:05:00.332Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:05:00.332Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:05:00.332Z] === RUN TestPullSchema2Config/500_status [2022-04-07T18:05:00.332Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:05:00.332Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:05:00.515Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-07T18:05:00.797Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-04-07T18:05:00.797Z] === RUN TestInactiveJobs [2022-04-07T18:05:00.797Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:05:00.797Z] === RUN TestPullSchema2Config/EOF [2022-04-07T18:05:00.797Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:05:00.797Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:05:00.797Z] 2022/04/07 18:05:00 http: panic serving 127.0.0.1:49221: intentional panic [2022-04-07T18:05:00.797Z] goroutine 116 [running]: [2022-04-07T18:05:00.797Z] net/http.(*conn).serve.func1() [2022-04-07T18:05:00.797Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-07T18:05:00.797Z] panic({0x1629000, 0x180b8f0}) [2022-04-07T18:05:00.797Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-07T18:05:00.797Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000051860?, {0x18130d8?, 0xc0002922a0?}) [2022-04-07T18:05:00.797Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-04-07T18:05:00.797Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x18130d8, 0xc0002922a0}, 0xc0001a4b00) [2022-04-07T18:05:00.797Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-04-07T18:05:00.797Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x18130d8?, 0xc0002922a0?}, 0xc000081800?) [2022-04-07T18:05:00.797Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-07T18:05:00.797Z] net/http.serverHandler.ServeHTTP({0xc000250570?}, {0x18130d8, 0xc0002922a0}, 0xc0001a4b00) [2022-04-07T18:05:00.797Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-07T18:05:00.797Z] net/http.(*conn).serve(0xc00017de00, {0x1813950, 0xc00047e600}) [2022-04-07T18:05:00.797Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-07T18:05:00.797Z] created by net/http.(*Server).Serve [2022-04-07T18:05:00.797Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-07T18:05:00.797Z] === RUN TestNotFound [2022-04-07T18:05:00.797Z] --- PASS: TestNotFound (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestConflict [2022-04-07T18:05:00.797Z] --- PASS: TestConflict (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestForbidden [2022-04-07T18:05:00.797Z] --- PASS: TestForbidden (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestInvalidParameter [2022-04-07T18:05:00.797Z] --- PASS: TestInvalidParameter (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestNotImplemented [2022-04-07T18:05:00.797Z] --- PASS: TestNotImplemented (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestNotModified [2022-04-07T18:05:00.797Z] --- PASS: TestNotModified (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestUnauthorized [2022-04-07T18:05:00.797Z] --- PASS: TestUnauthorized (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestUnknown [2022-04-07T18:05:00.797Z] --- PASS: TestUnknown (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestCancelled [2022-04-07T18:05:00.797Z] --- PASS: TestCancelled (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestDeadline [2022-04-07T18:05:00.797Z] --- PASS: TestDeadline (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestDataLoss [2022-04-07T18:05:00.797Z] --- PASS: TestDataLoss (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestUnavailable [2022-04-07T18:05:00.797Z] --- PASS: TestUnavailable (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestSystem [2022-04-07T18:05:00.797Z] --- PASS: TestSystem (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Not_Found [2022-04-07T18:05:00.797Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Bad_Request [2022-04-07T18:05:00.797Z] === RUN TestPullSchema2Config/unauthorized [2022-04-07T18:05:00.797Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Conflict [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Unauthorized [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Service_Unavailable [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Forbidden [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Not_Modified [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Not_Implemented [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-04-07T18:05:00.797Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-04-07T18:05:00.797Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-04-07T18:05:00.797Z] PASS [2022-04-07T18:05:00.797Z] coverage: 77.0% of statements [2022-04-07T18:05:00.797Z] ok github.com/docker/docker/errdefs 0.068s coverage: 77.0% of statements [2022-04-07T18:05:00.797Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-07T18:05:00.797Z] --- PASS: TestPullSchema2Config (0.55s) [2022-04-07T18:05:00.797Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-04-07T18:05:00.797Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-04-07T18:05:00.797Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-04-07T18:05:00.797Z] --- PASS: TestPullSchema2Config/unauthorized (0.02s) [2022-04-07T18:05:00.797Z] === RUN TestGetRepositoryMountCandidates [2022-04-07T18:05:00.797Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-04-07T18:05:00.797Z] === RUN TestLayerAlreadyExists [2022-04-07T18:05:00.797Z] 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-04-07T18:05:00.797Z] 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-04-07T18:05:00.797Z] 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-04-07T18:05:00.797Z] 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-04-07T18:05:00.797Z] 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-04-07T18:05:00.797Z] 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-04-07T18:05:00.797Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-04-07T18:05:00.798Z] === RUN TestWhenEmptyAuthConfig [2022-04-07T18:05:01.086Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-07T18:05:01.173Z] === RUN TestGenerate [2022-04-07T18:05:01.173Z] --- PASS: TestGenerate (0.00s) [2022-04-07T18:05:01.173Z] === RUN TestGeneratePtr [2022-04-07T18:05:01.173Z] --- PASS: TestGeneratePtr (0.00s) [2022-04-07T18:05:01.173Z] === RUN TestGenerateMissingField [2022-04-07T18:05:01.173Z] --- PASS: TestGenerateMissingField (0.00s) [2022-04-07T18:05:01.173Z] === RUN TestFieldCannotBeSet [2022-04-07T18:05:01.173Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-04-07T18:05:01.173Z] === RUN TestTypeMismatchError [2022-04-07T18:05:01.173Z] --- PASS: TestTypeMismatchError (0.00s) [2022-04-07T18:05:01.173Z] PASS [2022-04-07T18:05:01.173Z] coverage: 100.0% of statements [2022-04-07T18:05:01.173Z] ok github.com/docker/docker/libnetwork/options 0.035s coverage: 100.0% of statements [2022-04-07T18:05:01.262Z] --- PASS: TestInactiveJobs (0.38s) [2022-04-07T18:05:01.262Z] === RUN TestWatchRelease [2022-04-07T18:05:01.262Z] --- PASS: TestWatchRelease (0.04s) [2022-04-07T18:05:01.262Z] === RUN TestWatchFinishedTransfer [2022-04-07T18:05:01.262Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-04-07T18:05:01.262Z] === RUN TestDuplicateTransfer [2022-04-07T18:05:01.262Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-04-07T18:05:01.262Z] === RUN TestSuccessfulUpload [2022-04-07T18:05:01.262Z] time="2022-04-07T18:05:01Z" level=error msg="Upload failed, retrying: simulating retry" [2022-04-07T18:05:01.681Z] Removing intermediate container 5e06e34ff1ce [2022-04-07T18:05:01.681Z] ---> 06c49275e0d0 [2022-04-07T18:05:01.681Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-04-07T18:05:01.681Z] ---> Running in d9a5ad293c07 [2022-04-07T18:05:01.726Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-04-07T18:05:01.726Z] === RUN TestCancelledUpload [2022-04-07T18:05:01.726Z] --- PASS: TestCancelledUpload (0.00s) [2022-04-07T18:05:01.726Z] PASS [2022-04-07T18:05:01.726Z] coverage: 76.8% of statements [2022-04-07T18:05:01.726Z] ok github.com/docker/docker/distribution/xfer 1.845s coverage: 76.8% of statements [2022-04-07T18:05:01.726Z] === RUN TestFSGetInvalidData [2022-04-07T18:05:01.726Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-04-07T18:05:01.726Z] === RUN TestFSInvalidSet [2022-04-07T18:05:01.726Z] --- PASS: TestFSInvalidSet (0.01s) [2022-04-07T18:05:01.726Z] === RUN TestFSInvalidRoot [2022-04-07T18:05:01.726Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-04-07T18:05:01.726Z] === RUN TestFSMetadataGetSet [2022-04-07T18:05:01.726Z] --- PASS: TestFSMetadataGetSet (0.06s) [2022-04-07T18:05:01.726Z] === RUN TestFSInvalidWalker [2022-04-07T18:05:01.726Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-04-07T18:05:01.726Z] === RUN TestFSGetSet [2022-04-07T18:05:01.726Z] --- PASS: TestFSGetSet (0.03s) [2022-04-07T18:05:01.726Z] === RUN TestFSGetUnsetKey [2022-04-07T18:05:01.726Z] === RUN TestCompare [2022-04-07T18:05:01.726Z] --- PASS: TestCompare (0.00s) [2022-04-07T18:05:01.726Z] PASS [2022-04-07T18:05:01.726Z] coverage: 19.2% of statements [2022-04-07T18:05:01.726Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-04-07T18:05:01.726Z] === RUN TestFSGetEmptyData [2022-04-07T18:05:01.726Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-04-07T18:05:01.726Z] === RUN TestFSDelete [2022-04-07T18:05:01.726Z] ok github.com/docker/docker/image/cache 0.070s coverage: 19.2% of statements [2022-04-07T18:05:02.145Z] Removing intermediate container d9a5ad293c07 [2022-04-07T18:05:02.145Z] ---> 3dcf57bed719 [2022-04-07T18:05:02.145Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-04-07T18:05:02.145Z] ---> Running in f4c19d8bf657 [2022-04-07T18:05:02.145Z] Removing intermediate container f4c19d8bf657 [2022-04-07T18:05:02.145Z] ---> 6b4c8c3eb6d1 [2022-04-07T18:05:02.145Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-04-07T18:05:02.170Z] testing: warning: no tests to run [2022-04-07T18:05:02.170Z] PASS [2022-04-07T18:05:02.170Z] coverage: 0.0% of statements [2022-04-07T18:05:02.170Z] ok github.com/docker/docker/libnetwork/osl 0.033s coverage: 0.0% of statements [no tests to run] [2022-04-07T18:05:02.170Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.88s) [2022-04-07T18:05:02.170Z] === RUN TestGetAddress [2022-04-07T18:05:02.190Z] --- PASS: TestFSDelete (0.01s) [2022-04-07T18:05:02.190Z] === RUN TestFSWalker [2022-04-07T18:05:02.190Z] --- PASS: TestFSWalker (0.01s) [2022-04-07T18:05:02.190Z] === RUN TestFSWalkerStopOnError [2022-04-07T18:05:02.190Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-04-07T18:05:02.190Z] === RUN TestNewFromJSON [2022-04-07T18:05:02.190Z] --- PASS: TestNewFromJSON (0.00s) [2022-04-07T18:05:02.190Z] === RUN TestNewFromJSONWithInvalidJSON [2022-04-07T18:05:02.190Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-04-07T18:05:02.190Z] === RUN TestMarshalKeyOrder [2022-04-07T18:05:02.190Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-04-07T18:05:02.190Z] === RUN TestHistoryEqual [2022-04-07T18:05:02.190Z] --- PASS: TestWhenEmptyAuthConfig (1.09s) [2022-04-07T18:05:02.190Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-04-07T18:05:02.190Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-04-07T18:05:02.190Z] === RUN TestTokenPassThru [2022-04-07T18:05:02.190Z] --- PASS: TestTokenPassThru (0.01s) [2022-04-07T18:05:02.190Z] === RUN TestTokenPassThruDifferentHost [2022-04-07T18:05:02.190Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-04-07T18:05:02.190Z] PASS [2022-04-07T18:05:02.190Z] coverage: 26.6% of statements [2022-04-07T18:05:02.190Z] ok github.com/docker/docker/distribution 2.004s coverage: 26.6% of statements [2022-04-07T18:05:02.190Z] --- PASS: TestHistoryEqual (0.13s) [2022-04-07T18:05:02.190Z] === RUN TestImage [2022-04-07T18:05:02.190Z] --- PASS: TestImage (0.00s) [2022-04-07T18:05:02.190Z] === RUN TestImageOSNotEmpty [2022-04-07T18:05:02.190Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-04-07T18:05:02.190Z] === RUN TestNewChildImageFromImageWithRootFS [2022-04-07T18:05:02.190Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-04-07T18:05:02.190Z] === RUN TestCreate [2022-04-07T18:05:02.190Z] --- PASS: TestCreate (0.01s) [2022-04-07T18:05:02.190Z] === RUN TestRestore [2022-04-07T18:05:02.190Z] time="2022-04-07T18:05:01Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-04-07T18:05:02.190Z] --- PASS: TestRestore (0.03s) [2022-04-07T18:05:02.190Z] === RUN TestAddDelete [2022-04-07T18:05:02.190Z] --- PASS: TestAddDelete (0.03s) [2022-04-07T18:05:02.190Z] === RUN TestSearchAfterDelete [2022-04-07T18:05:02.190Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-04-07T18:05:02.190Z] === RUN TestParentReset [2022-04-07T18:05:02.190Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-07T18:05:02.190Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-07T18:05:02.190Z] --- PASS: TestParentReset (0.03s) [2022-04-07T18:05:02.190Z] === RUN TestGetAndSetLastUpdated [2022-04-07T18:05:02.190Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-04-07T18:05:02.190Z] === RUN TestStoreLen [2022-04-07T18:05:02.190Z] --- PASS: TestStoreLen (0.05s) [2022-04-07T18:05:02.190Z] PASS [2022-04-07T18:05:02.190Z] coverage: 86.9% of statements [2022-04-07T18:05:02.190Z] ok github.com/docker/docker/image 0.561s coverage: 86.9% of statements [2022-04-07T18:05:02.473Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-07T18:05:02.644Z] === RUN TestNetworkDBSimple [2022-04-07T18:05:02.655Z] === RUN TestValidateManifest [2022-04-07T18:05:02.655Z] === RUN TestValidateManifest/nil [2022-04-07T18:05:02.655Z] === RUN TestValidateManifest/non-nil [2022-04-07T18:05:02.655Z] --- PASS: TestValidateManifest (0.00s) [2022-04-07T18:05:02.655Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-04-07T18:05:02.655Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-04-07T18:05:02.655Z] PASS [2022-04-07T18:05:02.655Z] coverage: 0.7% of statements [2022-04-07T18:05:02.655Z] ok github.com/docker/docker/image/tarexport 0.061s coverage: 0.7% of statements [2022-04-07T18:05:03.118Z] === RUN TestRequestNewPort [2022-04-07T18:05:03.118Z] --- PASS: TestRequestNewPort (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestRequestSpecificPort [2022-04-07T18:05:03.118Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestReleasePort [2022-04-07T18:05:03.118Z] --- PASS: TestReleasePort (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestReuseReleasedPort [2022-04-07T18:05:03.118Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestReleaseUnreadledPort [2022-04-07T18:05:03.118Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestUnknowProtocol [2022-04-07T18:05:03.118Z] --- PASS: TestUnknowProtocol (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestAllocateAllPorts [2022-04-07T18:05:03.118Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestPortAllocation [2022-04-07T18:05:03.118Z] --- PASS: TestPortAllocation (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestPortAllocationWithCustomRange [2022-04-07T18:05:03.118Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestNoDuplicateBPR [2022-04-07T18:05:03.118Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-04-07T18:05:03.118Z] === RUN TestChangePortRange [2022-04-07T18:05:03.118Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-04-07T18:05:03.118Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-04-07T18:05:03.118Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-04-07T18:05:03.118Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-04-07T18:05:03.118Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-04-07T18:05:03.118Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-04-07T18:05:03.118Z] --- PASS: TestChangePortRange (0.00s) [2022-04-07T18:05:03.118Z] PASS [2022-04-07T18:05:03.118Z] coverage: 88.6% of statements [2022-04-07T18:05:03.118Z] ok github.com/docker/docker/libnetwork/portallocator 0.047s coverage: 88.6% of statements [2022-04-07T18:05:03.120Z] === RUN TestMakeV1ConfigFromConfig [2022-04-07T18:05:03.120Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-04-07T18:05:03.120Z] PASS [2022-04-07T18:05:03.120Z] coverage: 25.0% of statements [2022-04-07T18:05:03.120Z] ok github.com/docker/docker/image/v1 0.114s coverage: 25.0% of statements [2022-04-07T18:05:03.120Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-07T18:05:03.418Z] --- PASS: TestSecretList (3.17s) [2022-04-07T18:05:03.418Z] === RUN TestSecretsCreateAndDelete [2022-04-07T18:05:03.585Z] === RUN TestSerialization [2022-04-07T18:05:03.585Z] --- PASS: TestSerialization (0.02s) [2022-04-07T18:05:03.585Z] PASS [2022-04-07T18:05:03.585Z] coverage: 100.0% of statements [2022-04-07T18:05:03.585Z] ok github.com/docker/docker/libcontainerd/queue 0.066s coverage: 100.0% of statements [2022-04-07T18:05:03.592Z] 2022/04/07 18:05:03 Closing DB instances... [2022-04-07T18:05:03.592Z] testing: warning: no tests to run [2022-04-07T18:05:03.592Z] PASS [2022-04-07T18:05:03.592Z] coverage: 0.0% of statements [2022-04-07T18:05:03.592Z] ok github.com/docker/docker/libnetwork/portmapper 0.035s coverage: 0.0% of statements [no tests to run] [2022-04-07T18:05:03.696Z] [2022-04-07T18:05:04.160Z] ---> 1366d3b80661 [2022-04-07T18:05:04.160Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-04-07T18:05:04.160Z] ---> Running in 5187537113fb [2022-04-07T18:05:04.362Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-07T18:05:04.362Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-07T18:05:04.362Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-07T18:05:04.362Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-07T18:05:04.362Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-07T18:05:04.564Z] === RUN TestEmptyLayer [2022-04-07T18:05:04.564Z] --- PASS: TestEmptyLayer (0.00s) [2022-04-07T18:05:04.564Z] === RUN TestCommitFailure [2022-04-07T18:05:04.564Z] --- PASS: TestCommitFailure (0.01s) [2022-04-07T18:05:04.564Z] === RUN TestStartTransactionFailure [2022-04-07T18:05:04.564Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-04-07T18:05:04.564Z] === RUN TestGetOrphan [2022-04-07T18:05:04.564Z] --- PASS: TestGetOrphan (0.01s) [2022-04-07T18:05:04.564Z] === RUN TestMountAndRegister [2022-04-07T18:05:04.564Z] layer_test.go:258: Layer size: 14 [2022-04-07T18:05:04.564Z] --- PASS: TestMountAndRegister (0.04s) [2022-04-07T18:05:04.564Z] === RUN TestLayerRelease [2022-04-07T18:05:04.564Z] layer_test.go:291: Failing on Windows [2022-04-07T18:05:04.564Z] --- SKIP: TestLayerRelease (0.00s) [2022-04-07T18:05:04.564Z] === RUN TestStoreRestore [2022-04-07T18:05:04.564Z] layer_test.go:340: Failing on Windows [2022-04-07T18:05:04.564Z] --- SKIP: TestStoreRestore (0.00s) [2022-04-07T18:05:04.564Z] === RUN TestTarStreamStability [2022-04-07T18:05:04.564Z] layer_test.go:455: Failing on Windows [2022-04-07T18:05:04.564Z] --- SKIP: TestTarStreamStability (0.00s) [2022-04-07T18:05:04.564Z] === RUN TestRegisterExistingLayer [2022-04-07T18:05:04.564Z] === RUN TestEnvironmentParsing [2022-04-07T18:05:04.564Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-04-07T18:05:04.564Z] PASS [2022-04-07T18:05:04.564Z] coverage: 1.2% of statements [2022-04-07T18:05:04.564Z] ok github.com/docker/docker/libcontainerd/local 0.053s coverage: 1.2% of statements [2022-04-07T18:05:04.564Z] --- PASS: TestRegisterExistingLayer (0.12s) [2022-04-07T18:05:04.564Z] === RUN TestTarStreamVerification [2022-04-07T18:05:04.564Z] layer_test.go:684: Failing on Windows [2022-04-07T18:05:04.564Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-04-07T18:05:04.564Z] === RUN TestLayerMigration [2022-04-07T18:05:04.565Z] migration_test.go:45: Failing on Windows [2022-04-07T18:05:04.565Z] --- SKIP: TestLayerMigration (0.00s) [2022-04-07T18:05:04.565Z] === RUN TestLayerMigrationNoTarsplit [2022-04-07T18:05:04.565Z] migration_test.go:181: Failing on Windows [2022-04-07T18:05:04.565Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-04-07T18:05:04.565Z] === RUN TestMountInit [2022-04-07T18:05:04.565Z] mount_test.go:17: Failing on Windows [2022-04-07T18:05:04.565Z] --- SKIP: TestMountInit (0.00s) [2022-04-07T18:05:04.565Z] === RUN TestMountSize [2022-04-07T18:05:04.565Z] mount_test.go:76: Failing on Windows [2022-04-07T18:05:04.565Z] --- SKIP: TestMountSize (0.00s) [2022-04-07T18:05:04.565Z] === RUN TestMountChanges [2022-04-07T18:05:04.565Z] mount_test.go:125: Failing on Windows [2022-04-07T18:05:04.565Z] --- SKIP: TestMountChanges (0.00s) [2022-04-07T18:05:04.565Z] === RUN TestMountApply [2022-04-07T18:05:04.565Z] mount_test.go:212: Failing on Windows [2022-04-07T18:05:04.565Z] --- SKIP: TestMountApply (0.00s) [2022-04-07T18:05:04.565Z] PASS [2022-04-07T18:05:04.565Z] coverage: 30.6% of statements [2022-04-07T18:05:04.565Z] ok github.com/docker/docker/layer 0.248s coverage: 30.6% of statements [2022-04-07T18:05:04.565Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-07T18:05:04.565Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-07T18:05:04.565Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-07T18:05:04.565Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-07T18:05:04.590Z] === RUN TestHashData [2022-04-07T18:05:04.590Z] --- PASS: TestHashData (0.00s) [2022-04-07T18:05:04.590Z] PASS [2022-04-07T18:05:04.590Z] coverage: 2.8% of statements [2022-04-07T18:05:04.590Z] ok github.com/docker/docker/libnetwork/resolvconf 0.032s coverage: 2.8% of statements [2022-04-07T18:05:04.590Z] --- PASS: TestNetworkDBSimple (2.04s) [2022-04-07T18:05:04.590Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-04-07T18:05:04.626Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-04-07T18:05:04.887Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-07T18:05:05.029Z] === RUN TestSequenceGetAvailableBit [2022-04-07T18:05:05.029Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestSequenceEqual [2022-04-07T18:05:05.029Z] --- PASS: TestSequenceEqual (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestSequenceCopy [2022-04-07T18:05:05.029Z] --- PASS: TestSequenceCopy (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestGetFirstAvailable [2022-04-07T18:05:05.029Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestFindSequence [2022-04-07T18:05:05.029Z] --- PASS: TestFindSequence (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestCheckIfAvailable [2022-04-07T18:05:05.029Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestMergeSequences [2022-04-07T18:05:05.029Z] --- PASS: TestMergeSequences (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestPushReservation [2022-04-07T18:05:05.029Z] --- PASS: TestPushReservation (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestSerializeDeserialize [2022-04-07T18:05:05.029Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestSet [2022-04-07T18:05:05.029Z] --- PASS: TestSet (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestSetUnset [2022-04-07T18:05:05.029Z] --- PASS: TestSetUnset (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestOffsetSetUnset [2022-04-07T18:05:05.029Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestSetInRange [2022-04-07T18:05:05.029Z] --- PASS: TestSetInRange (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestSetAnyInRange [2022-04-07T18:05:05.029Z] --- PASS: TestSetAnyInRange (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestMethods [2022-04-07T18:05:05.029Z] --- PASS: TestMethods (0.00s) [2022-04-07T18:05:05.029Z] === RUN TestRandomAllocateDeallocate [2022-04-07T18:05:05.065Z] === RUN TestErrorConstructors [2022-04-07T18:05:05.065Z] --- PASS: TestErrorConstructors (0.00s) [2022-04-07T18:05:05.065Z] === RUN TestCompareIPMask [2022-04-07T18:05:05.065Z] --- PASS: TestCompareIPMask (0.00s) [2022-04-07T18:05:05.065Z] === RUN TestUtilGetHostPartIP [2022-04-07T18:05:05.065Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-04-07T18:05:05.065Z] === RUN TestUtilGetBroadcastIP [2022-04-07T18:05:05.065Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-04-07T18:05:05.065Z] === RUN TestParseCIDR [2022-04-07T18:05:05.065Z] --- PASS: TestParseCIDR (0.00s) [2022-04-07T18:05:05.065Z] PASS [2022-04-07T18:05:05.065Z] coverage: 37.3% of statements [2022-04-07T18:05:05.065Z] ok github.com/docker/docker/libnetwork/types 0.033s coverage: 37.3% of statements [2022-04-07T18:05:05.539Z] 2022/04/07 18:05:05 Closing DB instances... [2022-04-07T18:05:05.828Z] --- PASS: TestSecretsCreateAndDelete (2.70s) [2022-04-07T18:05:05.829Z] === RUN TestSecretsUpdate [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-04-07T18:05:06.013Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-04-07T18:05:06.013Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-04-07T18:05:06.491Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-04-07T18:05:06.491Z] PASS [2022-04-07T18:05:06.491Z] coverage: 55.0% of statements [2022-04-07T18:05:06.491Z] ok github.com/docker/docker/oci 0.038s coverage: 55.0% of statements [2022-04-07T18:05:06.491Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-04-07T18:05:06.491Z] PASS [2022-04-07T18:05:06.491Z] coverage: 100.0% of statements [2022-04-07T18:05:06.491Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.045s coverage: 100.0% of statements [2022-04-07T18:05:06.583Z] === RUN TestInvalidConfig [2022-04-07T18:05:06.583Z] --- PASS: TestInvalidConfig (0.00s) [2022-04-07T18:05:06.583Z] === RUN TestConfig [2022-04-07T18:05:06.583Z] --- PASS: TestConfig (0.00s) [2022-04-07T18:05:06.583Z] === RUN TestOptionsLabels [2022-04-07T18:05:06.583Z] --- PASS: TestOptionsLabels (0.00s) [2022-04-07T18:05:06.583Z] === RUN TestValidName [2022-04-07T18:05:06.583Z] --- PASS: TestValidName (0.00s) [2022-04-07T18:05:06.583Z] PASS [2022-04-07T18:05:06.583Z] coverage: 19.7% of statements [2022-04-07T18:05:06.583Z] ok github.com/docker/docker/libnetwork/config 0.131s coverage: 19.7% of statements [2022-04-07T18:05:06.771Z] docker_api_swarm_node_test.go:20: [dcffb5b005d94] joining swarm manager [dee499884780a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:05:06.966Z] === RUN TestParseVersion [2022-04-07T18:05:06.966Z] --- PASS: TestParseVersion (0.00s) [2022-04-07T18:05:06.966Z] PASS [2022-04-07T18:05:06.966Z] coverage: 52.9% of statements [2022-04-07T18:05:06.966Z] ok github.com/docker/docker/pkg/aaparser 0.050s coverage: 52.9% of statements [2022-04-07T18:05:07.049Z] === RUN TestKey [2022-04-07T18:05:07.049Z] --- PASS: TestKey (0.00s) [2022-04-07T18:05:07.049Z] === RUN TestParseKey [2022-04-07T18:05:07.049Z] --- PASS: TestParseKey (0.00s) [2022-04-07T18:05:07.049Z] === RUN TestInvalidDataStore [2022-04-07T18:05:07.049Z] --- PASS: TestInvalidDataStore (0.00s) [2022-04-07T18:05:07.049Z] === RUN TestKVObjectFlatKey [2022-04-07T18:05:07.049Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-04-07T18:05:07.049Z] === RUN TestAtomicKVObjectFlatKey [2022-04-07T18:05:07.049Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-04-07T18:05:07.049Z] PASS [2022-04-07T18:05:07.049Z] coverage: 21.9% of statements [2022-04-07T18:05:07.049Z] ok github.com/docker/docker/libnetwork/datastore 0.042s coverage: 21.9% of statements [2022-04-07T18:05:07.440Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-04-07T18:05:07.440Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-04-07T18:05:07.717Z] docker_api_swarm_node_test.go:21: [d7c0f8e603500] joining swarm manager [dee499884780a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:05:07.914Z] === RUN TestAddressPoolOpt [2022-04-07T18:05:07.914Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/a [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/something [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/_=a [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/env1=value1 [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/_env1=value1 [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/env2=value2=value3 [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/env3=abc!qwe [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/env_4=value_4 [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/PATH [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/=a [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/PATH= [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/PATH=something [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/asd!qwe [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/1asd [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/123 [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/some_space [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/__some_space_before [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/some_space_after__ [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/= [2022-04-07T18:05:07.914Z] === RUN TestValidateEnv/PaTh [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/a (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/something (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/= (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestParseHost [2022-04-07T18:05:07.914Z] --- PASS: TestParseHost (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestParseDockerDaemonHost [2022-04-07T18:05:07.914Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestParseTCP [2022-04-07T18:05:07.914Z] --- PASS: TestParseTCP (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestParseInvalidUnixAddrInvalid [2022-04-07T18:05:07.914Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestValidateExtraHosts [2022-04-07T18:05:07.914Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestIpOptString [2022-04-07T18:05:07.914Z] --- PASS: TestIpOptString (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestNewIpOptInvalidDefaultVal [2022-04-07T18:05:07.914Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestNewIpOptValidDefaultVal [2022-04-07T18:05:07.914Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestIpOptSetInvalidVal [2022-04-07T18:05:07.914Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestValidateIPAddress [2022-04-07T18:05:07.914Z] --- PASS: TestValidateIPAddress (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestMapOpts [2022-04-07T18:05:07.914Z] --- PASS: TestMapOpts (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestListOptsWithoutValidator [2022-04-07T18:05:07.914Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestListOptsWithValidator [2022-04-07T18:05:07.914Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestValidateDNSSearch [2022-04-07T18:05:07.914Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_general_format [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_one_more [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-04-07T18:05:07.914Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-04-07T18:05:07.914Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestNamedListOpts [2022-04-07T18:05:07.914Z] --- PASS: TestNamedListOpts (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestNamedMapOpts [2022-04-07T18:05:07.914Z] --- PASS: TestNamedMapOpts (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestParseLink [2022-04-07T18:05:07.914Z] --- PASS: TestParseLink (0.00s) [2022-04-07T18:05:07.914Z] === RUN TestUlimitOpt [2022-04-07T18:05:07.914Z] --- PASS: TestUlimitOpt (0.00s) [2022-04-07T18:05:07.914Z] PASS [2022-04-07T18:05:07.914Z] coverage: 66.3% of statements [2022-04-07T18:05:07.914Z] ok github.com/docker/docker/opts 0.072s coverage: 66.3% of statements [2022-04-07T18:05:08.029Z] === RUN TestIPDataMarshalling [2022-04-07T18:05:08.029Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-04-07T18:05:08.029Z] === RUN TestValidateAndIsV6 [2022-04-07T18:05:08.029Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-04-07T18:05:08.029Z] PASS [2022-04-07T18:05:08.029Z] coverage: 68.9% of statements [2022-04-07T18:05:08.029Z] ok github.com/docker/docker/libnetwork/driverapi 0.042s coverage: 68.9% of statements [2022-04-07T18:05:08.388Z] 2022/04/07 18:05:08 Closing DB instances... [2022-04-07T18:05:08.494Z] === RUN TestErrorInterfaces [2022-04-07T18:05:08.494Z] --- PASS: TestErrorInterfaces (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestNetworkMarshalling [2022-04-07T18:05:08.494Z] === RUN TestDriver [2022-04-07T18:05:08.494Z] --- PASS: TestDriver (0.00s) [2022-04-07T18:05:08.494Z] PASS [2022-04-07T18:05:08.494Z] coverage: 34.8% of statements [2022-04-07T18:05:08.494Z] ok github.com/docker/docker/libnetwork/drivers/host 0.036s coverage: 34.8% of statements [2022-04-07T18:05:08.494Z] --- PASS: TestNetworkMarshalling (0.14s) [2022-04-07T18:05:08.494Z] === RUN TestEndpointMarshalling [2022-04-07T18:05:08.494Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestAuxAddresses [2022-04-07T18:05:08.494Z] time="2022-04-07T18:05:08Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-07T18:05:08.494Z] --- PASS: TestAuxAddresses (0.01s) [2022-04-07T18:05:08.494Z] === RUN TestSRVServiceQuery [2022-04-07T18:05:08.494Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestServiceVIPReuse [2022-04-07T18:05:08.494Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-04-07T18:05:08.494Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestDNSIPQuery [2022-04-07T18:05:08.494Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestDNSProxyServFail [2022-04-07T18:05:08.494Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestSandboxAddEmpty [2022-04-07T18:05:08.494Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestSandboxAddMultiPrio [2022-04-07T18:05:08.494Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestSandboxAddSamePrio [2022-04-07T18:05:08.494Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestCleanupServiceDiscovery [2022-04-07T18:05:08.494Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestDNSOptions [2022-04-07T18:05:08.494Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:05:08.494Z] --- SKIP: TestDNSOptions (0.00s) [2022-04-07T18:05:08.494Z] === RUN TestMultipleControllersWithSameStore [2022-04-07T18:05:08.494Z] time="2022-04-07T18:05:08Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-07T18:05:08.494Z] time="2022-04-07T18:05:08Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-07T18:05:08.494Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-04-07T18:05:08.494Z] PASS [2022-04-07T18:05:08.494Z] coverage: 8.5% of statements [2022-04-07T18:05:08.494Z] ok github.com/docker/docker/libnetwork 0.269s coverage: 8.5% of statements [2022-04-07T18:05:08.657Z] --- PASS: TestSecretsUpdate (2.67s) [2022-04-07T18:05:08.658Z] === RUN TestTemplatedSecret [2022-04-07T18:05:08.959Z] === RUN TestDriver [2022-04-07T18:05:08.959Z] --- PASS: TestDriver (0.00s) [2022-04-07T18:05:08.959Z] PASS [2022-04-07T18:05:08.959Z] coverage: 34.8% of statements [2022-04-07T18:05:08.959Z] ok github.com/docker/docker/libnetwork/drivers/null 0.036s coverage: 34.8% of statements [2022-04-07T18:05:09.387Z] === RUN TestPeerCertificateMarshalJSON [2022-04-07T18:05:09.387Z] === RUN TestIsArchivePathDir [2022-04-07T18:05:09.387Z] --- PASS: TestIsArchivePathDir (0.05s) [2022-04-07T18:05:09.387Z] === RUN TestIsArchivePathInvalidFile [2022-04-07T18:05:09.387Z] --- PASS: TestIsArchivePathInvalidFile (0.10s) [2022-04-07T18:05:09.387Z] === RUN TestIsArchivePathTar [2022-04-07T18:05:09.387Z] --- PASS: TestIsArchivePathTar (0.12s) [2022-04-07T18:05:09.387Z] === RUN TestDecompressStreamGzip [2022-04-07T18:05:09.387Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-04-07T18:05:09.387Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-04-07T18:05:09.387Z] --- PASS: TestPeerCertificateMarshalJSON (0.34s) [2022-04-07T18:05:09.387Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-04-07T18:05:09.387Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-04-07T18:05:09.387Z] === RUN TestMiddleware [2022-04-07T18:05:09.387Z] --- PASS: TestMiddleware (0.00s) [2022-04-07T18:05:09.387Z] === RUN TestNewResponseModifier [2022-04-07T18:05:09.387Z] --- PASS: TestNewResponseModifier (0.00s) [2022-04-07T18:05:09.387Z] PASS [2022-04-07T18:05:09.387Z] coverage: 26.8% of statements [2022-04-07T18:05:09.387Z] ok github.com/docker/docker/pkg/authorization 0.379s coverage: 26.8% of statements [2022-04-07T18:05:09.423Z] === RUN TestNetworkAllocateFree [2022-04-07T18:05:09.423Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-04-07T18:05:09.423Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-04-07T18:05:09.423Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-04-07T18:05:09.423Z] PASS [2022-04-07T18:05:09.423Z] coverage: 63.6% of statements [2022-04-07T18:05:09.423Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.041s coverage: 63.6% of statements [2022-04-07T18:05:09.597Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-07T18:05:09.857Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-07T18:05:09.860Z] --- PASS: TestDecompressStreamGzip (0.10s) [2022-04-07T18:05:09.860Z] === RUN TestDecompressStreamBzip2 [2022-04-07T18:05:09.860Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-04-07T18:05:09.860Z] === RUN TestDecompressStreamXz [2022-04-07T18:05:09.860Z] archive_test.go:133: Xz not present in msys2 [2022-04-07T18:05:09.860Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-04-07T18:05:09.860Z] === RUN TestDecompressStreamZstd [2022-04-07T18:05:09.860Z] archive_test.go:140: zstd not installed [2022-04-07T18:05:09.860Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-04-07T18:05:09.860Z] === RUN TestCompressStreamXzUnsupported [2022-04-07T18:05:09.860Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-04-07T18:05:09.860Z] === RUN TestCompressStreamBzip2Unsupported [2022-04-07T18:05:09.860Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-04-07T18:05:09.860Z] === RUN TestCompressStreamInvalid [2022-04-07T18:05:09.860Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-04-07T18:05:09.860Z] === RUN TestExtensionInvalid [2022-04-07T18:05:09.860Z] --- PASS: TestExtensionInvalid (0.00s) [2022-04-07T18:05:09.860Z] === RUN TestExtensionUncompressed [2022-04-07T18:05:09.861Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestExtensionBzip2 [2022-04-07T18:05:09.861Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestExtensionGzip [2022-04-07T18:05:09.861Z] --- PASS: TestExtensionGzip (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestExtensionXz [2022-04-07T18:05:09.861Z] --- PASS: TestExtensionXz (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestExtensionZstd [2022-04-07T18:05:09.861Z] --- PASS: TestExtensionZstd (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestCmdStreamLargeStderr [2022-04-07T18:05:09.861Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2022-04-07T18:05:09.861Z] === RUN TestCmdStreamBad [2022-04-07T18:05:09.861Z] archive_test.go:252: Failing on Windows CI machines [2022-04-07T18:05:09.861Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestCmdStreamGood [2022-04-07T18:05:09.861Z] --- PASS: TestCmdStreamGood (0.03s) [2022-04-07T18:05:09.861Z] === RUN TestUntarPathWithInvalidDest [2022-04-07T18:05:09.861Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2022-04-07T18:05:09.861Z] === RUN TestUntarPathWithInvalidSrc [2022-04-07T18:05:09.861Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestUntarPath [2022-04-07T18:05:09.861Z] --- PASS: TestUntarPath (0.05s) [2022-04-07T18:05:09.861Z] === RUN TestUntarPathWithDestinationFile [2022-04-07T18:05:09.861Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2022-04-07T18:05:09.861Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-04-07T18:05:09.861Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2022-04-07T18:05:09.861Z] === RUN TestCopyWithTarInvalidSrc [2022-04-07T18:05:09.861Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-04-07T18:05:09.861Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestCopyWithTarSrcFile [2022-04-07T18:05:09.861Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2022-04-07T18:05:09.861Z] === RUN TestCopyWithTarSrcFolder [2022-04-07T18:05:09.861Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-04-07T18:05:09.889Z] === RUN TestGetEmptyCapabilities [2022-04-07T18:05:09.889Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-04-07T18:05:09.889Z] === RUN TestGetExtraCapabilities [2022-04-07T18:05:09.889Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-04-07T18:05:09.889Z] === RUN TestGetInvalidCapabilities [2022-04-07T18:05:09.889Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-04-07T18:05:09.889Z] === RUN TestRemoteDriver [2022-04-07T18:05:09.889Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-07T18:05:09.889Z] === RUN TestDriverError [2022-04-07T18:05:09.889Z] --- PASS: TestDriverError (0.01s) [2022-04-07T18:05:09.889Z] === RUN TestMissingValues [2022-04-07T18:05:09.889Z] --- PASS: TestMissingValues (0.00s) [2022-04-07T18:05:09.889Z] === RUN TestRollback [2022-04-07T18:05:09.889Z] --- PASS: TestRollback (0.00s) [2022-04-07T18:05:09.889Z] PASS [2022-04-07T18:05:09.889Z] coverage: 57.4% of statements [2022-04-07T18:05:09.889Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.080s coverage: 57.4% of statements [2022-04-07T18:05:10.335Z] === RUN TestCopyFileWithTarInvalidSrc [2022-04-07T18:05:10.335Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-04-07T18:05:10.335Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-04-07T18:05:10.335Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-04-07T18:05:10.335Z] === RUN TestCopyFileWithTarSrcFolder [2022-04-07T18:05:10.335Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-04-07T18:05:10.335Z] === RUN TestCopyFileWithTarSrcFile [2022-04-07T18:05:10.335Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2022-04-07T18:05:10.335Z] === RUN TestTarFiles [2022-04-07T18:05:10.335Z] === RUN TestUnbuffered [2022-04-07T18:05:10.335Z] --- PASS: TestUnbuffered (0.00s) [2022-04-07T18:05:10.335Z] === RUN TestRaceUnbuffered [2022-04-07T18:05:10.335Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-04-07T18:05:10.335Z] PASS [2022-04-07T18:05:10.335Z] coverage: 100.0% of statements [2022-04-07T18:05:10.335Z] ok github.com/docker/docker/pkg/broadcaster 0.033s coverage: 100.0% of statements [2022-04-07T18:05:10.335Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-04-07T18:05:10.335Z] === RUN TestNetworkDBCRUDTableEntry [2022-04-07T18:05:10.799Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-07T18:05:10.799Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-04-07T18:05:10.799Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-07T18:05:10.799Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-07T18:05:10.809Z] === RUN TestMatch [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[]] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[foo]] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[bar]_[foo]] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[foo_bar]] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[qux]_[foo]] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[]#01 [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[qux]] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[foo_bar_qux]] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[qux]_[baz]] [2022-04-07T18:05:10.809Z] === RUN TestMatch/[[foo_baz]] [2022-04-07T18:05:10.809Z] --- PASS: TestMatch (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[]] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-04-07T18:05:10.809Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-04-07T18:05:10.809Z] PASS [2022-04-07T18:05:10.809Z] coverage: 87.5% of statements [2022-04-07T18:05:10.809Z] ok github.com/docker/docker/pkg/capabilities 0.033s coverage: 87.5% of statements [2022-04-07T18:05:10.869Z] === RUN TestNAT [2022-04-07T18:05:10.869Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-07T18:05:10.869Z] --- SKIP: TestNAT (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestTransparent [2022-04-07T18:05:10.869Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-07T18:05:10.869Z] --- SKIP: TestTransparent (0.00s) [2022-04-07T18:05:10.869Z] PASS [2022-04-07T18:05:10.869Z] coverage: 0.0% of statements [2022-04-07T18:05:10.869Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.048s coverage: 0.0% of statements [2022-04-07T18:05:10.869Z] === RUN TestNew [2022-04-07T18:05:10.869Z] --- PASS: TestNew (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestAddDriver [2022-04-07T18:05:10.869Z] --- PASS: TestAddDriver (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestAddDuplicateDriver [2022-04-07T18:05:10.869Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestIPAMDefaultAddressSpaces [2022-04-07T18:05:10.869Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestDriver [2022-04-07T18:05:10.869Z] --- PASS: TestDriver (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestIPAM [2022-04-07T18:05:10.869Z] --- PASS: TestIPAM (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestWalkIPAMs [2022-04-07T18:05:10.869Z] --- PASS: TestWalkIPAMs (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestWalkDrivers [2022-04-07T18:05:10.869Z] --- PASS: TestWalkDrivers (0.00s) [2022-04-07T18:05:10.869Z] PASS [2022-04-07T18:05:10.869Z] coverage: 82.4% of statements [2022-04-07T18:05:10.869Z] ok github.com/docker/docker/libnetwork/drvregistry 0.065s coverage: 82.4% of statements [2022-04-07T18:05:10.869Z] === RUN TestBuildDefault [2022-04-07T18:05:10.869Z] --- PASS: TestBuildDefault (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestBuildHostnameDomainname [2022-04-07T18:05:10.869Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestBuildHostname [2022-04-07T18:05:10.869Z] --- PASS: TestBuildHostname (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestBuildHostnameFQDN [2022-04-07T18:05:10.869Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestBuildNoIP [2022-04-07T18:05:10.869Z] --- PASS: TestBuildNoIP (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestUpdate [2022-04-07T18:05:10.869Z] --- PASS: TestUpdate (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-04-07T18:05:10.869Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-04-07T18:05:10.869Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestAddEmpty [2022-04-07T18:05:10.869Z] --- PASS: TestAddEmpty (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestAdd [2022-04-07T18:05:10.869Z] --- PASS: TestAdd (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestDeleteEmpty [2022-04-07T18:05:10.869Z] --- PASS: TestDeleteEmpty (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestDeleteNewline [2022-04-07T18:05:10.869Z] --- PASS: TestDeleteNewline (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestDelete [2022-04-07T18:05:10.869Z] --- PASS: TestDelete (0.00s) [2022-04-07T18:05:10.869Z] === RUN TestConcurrentWrites [2022-04-07T18:05:10.869Z] --- PASS: TestConcurrentWrites (0.16s) [2022-04-07T18:05:10.869Z] PASS [2022-04-07T18:05:10.869Z] coverage: 81.2% of statements [2022-04-07T18:05:10.869Z] ok github.com/docker/docker/libnetwork/etchosts 0.212s coverage: 81.2% of statements [2022-04-07T18:05:10.869Z] --- PASS: TestRandomAllocateDeallocate (6.05s) [2022-04-07T18:05:10.869Z] === RUN TestAllocateRandomDeallocate [2022-04-07T18:05:11.285Z] Removing intermediate container 5187537113fb [2022-04-07T18:05:11.285Z] ---> a31543f6a83e [2022-04-07T18:05:11.285Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-04-07T18:05:11.285Z] ---> Running in f1c74dd60093 [2022-04-07T18:05:11.334Z] === RUN TestNew [2022-04-07T18:05:11.334Z] --- PASS: TestNew (0.00s) [2022-04-07T18:05:11.334Z] === RUN TestAllocate [2022-04-07T18:05:11.334Z] --- PASS: TestAllocate (0.00s) [2022-04-07T18:05:11.334Z] === RUN TestUninitialized [2022-04-07T18:05:11.334Z] --- PASS: TestUninitialized (0.00s) [2022-04-07T18:05:11.334Z] === RUN TestAllocateInRange [2022-04-07T18:05:11.334Z] --- PASS: TestAllocateInRange (0.00s) [2022-04-07T18:05:11.334Z] === RUN TestAllocateSerial [2022-04-07T18:05:11.334Z] --- PASS: TestAllocateSerial (0.00s) [2022-04-07T18:05:11.334Z] PASS [2022-04-07T18:05:11.334Z] coverage: 87.5% of statements [2022-04-07T18:05:11.334Z] === RUN TestCaller [2022-04-07T18:05:11.334Z] --- PASS: TestCaller (0.00s) [2022-04-07T18:05:11.334Z] PASS [2022-04-07T18:05:11.334Z] coverage: 100.0% of statements [2022-04-07T18:05:11.334Z] ok github.com/docker/docker/libnetwork/idm 0.038s coverage: 87.5% of statements [2022-04-07T18:05:11.334Z] ok github.com/docker/docker/libnetwork/internal/caller 0.034s coverage: 100.0% of statements [2022-04-07T18:05:11.368Z] --- PASS: TestTemplatedSecret (2.89s) [2022-04-07T18:05:11.368Z] === RUN TestSecretCreateResolve [2022-04-07T18:05:11.808Z] === RUN TestChrootTarUntar [2022-04-07T18:05:11.808Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:11.808Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-04-07T18:05:11.808Z] === RUN TestChrootUntarWithHugeExcludesList [2022-04-07T18:05:11.808Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:11.808Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-07T18:05:11.808Z] === RUN TestChrootUntarEmptyArchive [2022-04-07T18:05:11.808Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-04-07T18:05:11.808Z] === RUN TestChrootTarUntarWithSymlink [2022-04-07T18:05:11.808Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:05:11.808Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-04-07T18:05:11.808Z] === RUN TestChrootCopyWithTar [2022-04-07T18:05:11.808Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:05:11.808Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-04-07T18:05:11.808Z] === RUN TestChrootCopyFileWithTar [2022-04-07T18:05:11.808Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:11.808Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-04-07T18:05:11.808Z] === RUN TestChrootUntarPath [2022-04-07T18:05:11.808Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:05:11.808Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-04-07T18:05:11.808Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-04-07T18:05:11.808Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:11.808Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:05:11.808Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-04-07T18:05:11.808Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:11.808Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:05:11.808Z] === RUN TestChrootApplyDotDotFile [2022-04-07T18:05:11.808Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:11.808Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-04-07T18:05:11.808Z] PASS [2022-04-07T18:05:11.808Z] coverage: 12.0% of statements [2022-04-07T18:05:11.808Z] ok github.com/docker/docker/pkg/chrootarchive 0.074s coverage: 12.0% of statements [2022-04-07T18:05:12.282Z] 2022/04/07 18:05:12 Closing DB instances... [2022-04-07T18:05:12.313Z] === RUN TestSetSerialInsertDelete [2022-04-07T18:05:12.313Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-04-07T18:05:12.313Z] === RUN TestSetParallelInsertDelete [2022-04-07T18:05:12.313Z] --- PASS: TestAllocateRandomDeallocate (1.42s) [2022-04-07T18:05:12.313Z] === RUN TestAllocateRandomDeallocateSerialize [2022-04-07T18:05:12.756Z] === RUN TestEnsureRemoveAllNotExist [2022-04-07T18:05:12.756Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-04-07T18:05:12.756Z] === RUN TestEnsureRemoveAllWithDir [2022-04-07T18:05:12.756Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-04-07T18:05:12.756Z] === RUN TestEnsureRemoveAllWithFile [2022-04-07T18:05:12.756Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-04-07T18:05:12.756Z] PASS [2022-04-07T18:05:12.756Z] coverage: 0.0% of statements [2022-04-07T18:05:12.756Z] ok github.com/docker/docker/pkg/containerfs 0.035s coverage: 0.0% of statements [2022-04-07T18:05:12.778Z] === RUN TestInt2IP2IntConversion [2022-04-07T18:05:12.778Z] === RUN TestPoolRequest [2022-04-07T18:05:12.778Z] --- PASS: TestPoolRequest (0.00s) [2022-04-07T18:05:12.778Z] === RUN TestOtherRequests [2022-04-07T18:05:12.778Z] --- PASS: TestOtherRequests (0.00s) [2022-04-07T18:05:12.778Z] PASS [2022-04-07T18:05:12.778Z] coverage: 57.1% of statements [2022-04-07T18:05:12.778Z] ok github.com/docker/docker/libnetwork/ipams/null 0.034s coverage: 57.1% of statements [2022-04-07T18:05:12.838Z] [2022-04-07T18:05:12.838Z] SUCCESS: Specified value was saved. [2022-04-07T18:05:13.230Z] === RUN TestSizeEmpty [2022-04-07T18:05:13.230Z] --- PASS: TestSizeEmpty (0.00s) [2022-04-07T18:05:13.230Z] === RUN TestSizeEmptyFile [2022-04-07T18:05:13.230Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-04-07T18:05:13.230Z] === RUN TestSizeNonemptyFile [2022-04-07T18:05:13.230Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-04-07T18:05:13.230Z] === RUN TestSizeNestedDirectoryEmpty [2022-04-07T18:05:13.230Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-04-07T18:05:13.230Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-04-07T18:05:13.230Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-04-07T18:05:13.230Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-04-07T18:05:13.230Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-04-07T18:05:13.230Z] === RUN TestMoveToSubdir [2022-04-07T18:05:13.230Z] --- PASS: TestMoveToSubdir (0.00s) [2022-04-07T18:05:13.230Z] === RUN TestSizeNonExistingDirectory [2022-04-07T18:05:13.230Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-04-07T18:05:13.230Z] PASS [2022-04-07T18:05:13.230Z] coverage: 80.0% of statements [2022-04-07T18:05:13.230Z] ok github.com/docker/docker/pkg/directory 0.040s coverage: 80.0% of statements [2022-04-07T18:05:13.242Z] --- PASS: TestInt2IP2IntConversion (0.42s) [2022-04-07T18:05:13.242Z] === RUN TestGetAddressVersion [2022-04-07T18:05:13.242Z] --- PASS: TestGetAddressVersion (0.00s) [2022-04-07T18:05:13.242Z] === RUN TestKeyString [2022-04-07T18:05:13.242Z] --- PASS: TestKeyString (0.00s) [2022-04-07T18:05:13.242Z] === RUN TestPoolDataMarshal [2022-04-07T18:05:13.242Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-04-07T18:05:13.242Z] === RUN TestSubnetsMarshal [2022-04-07T18:05:13.242Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-04-07T18:05:13.242Z] === RUN TestAddSubnets [2022-04-07T18:05:13.242Z] --- PASS: TestAddSubnets (0.05s) [2022-04-07T18:05:13.242Z] === RUN TestDoublePoolRelease [2022-04-07T18:05:13.242Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-04-07T18:05:13.242Z] === RUN TestAddReleasePoolID [2022-04-07T18:05:13.242Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.95s) [2022-04-07T18:05:13.242Z] === RUN TestRetrieveFromStore [2022-04-07T18:05:13.242Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-04-07T18:05:13.242Z] === RUN TestPredefinedPool [2022-04-07T18:05:13.242Z] --- PASS: TestPredefinedPool (0.02s) [2022-04-07T18:05:13.242Z] === RUN TestRemoveSubnet [2022-04-07T18:05:13.282Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-07T18:05:13.704Z] --- PASS: TestTarFiles (3.36s) [2022-04-07T18:05:13.704Z] === RUN TestDetectCompressionZstd [2022-04-07T18:05:13.704Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-04-07T18:05:13.704Z] === RUN TestTarUntar [2022-04-07T18:05:13.704Z] --- PASS: TestTarUntar (0.03s) [2022-04-07T18:05:13.704Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-04-07T18:05:13.704Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-04-07T18:05:13.704Z] === RUN TestTarWithOptions [2022-04-07T18:05:13.704Z] --- PASS: TestTarWithOptions (0.02s) [2022-04-07T18:05:13.704Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-04-07T18:05:13.704Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-04-07T18:05:13.704Z] === RUN TestUntarUstarGnuConflict [2022-04-07T18:05:13.704Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-04-07T18:05:13.704Z] === RUN TestUntarInvalidFilenames [2022-04-07T18:05:13.704Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames288095237\\dest" [2022-04-07T18:05:13.704Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2022-04-07T18:05:13.704Z] === RUN TestUntarHardlinkToSymlink [2022-04-07T18:05:13.704Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-04-07T18:05:13.704Z] === RUN TestUntarInvalidHardlink [2022-04-07T18:05:13.704Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3165932813\\victim\\hello" -> "../victim/hello" [2022-04-07T18:05:13.704Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1278373610\\victim\\hello" -> "/../victim/hello" [2022-04-07T18:05:13.704Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink697126323\\victim" -> "../victim" [2022-04-07T18:05:13.704Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2361805689\\victim" -> "../victim" [2022-04-07T18:05:13.704Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3670619459\\victim" -> "../victim" [2022-04-07T18:05:13.704Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1306613473\\victim" -> "../victim" [2022-04-07T18:05:13.704Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-04-07T18:05:13.704Z] === RUN TestUntarInvalidSymlink [2022-04-07T18:05:13.704Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2107487609\\dest\\dotdot" -> "../victim/hello" [2022-04-07T18:05:13.704Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2875185946\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-07T18:05:13.704Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1289516750\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:13.704Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2627713963\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:13.704Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2032377331\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:13.704Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1732305126\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:13.704Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3791634525\\dest\\dir\\loophole" -> "../../victim" [2022-04-07T18:05:13.704Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-04-07T18:05:13.704Z] === RUN TestTempArchiveCloseMultipleTimes [2022-04-07T18:05:13.704Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-04-07T18:05:13.704Z] === RUN TestXGlobalNoParent [2022-04-07T18:05:13.704Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-04-07T18:05:13.704Z] === RUN TestReplaceFileTarWrapper [2022-04-07T18:05:13.704Z] --- PASS: TestReplaceFileTarWrapper (0.11s) [2022-04-07T18:05:13.704Z] === RUN TestPrefixHeaderReadable [2022-04-07T18:05:13.704Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-04-07T18:05:13.704Z] === RUN TestDisablePigz [2022-04-07T18:05:13.704Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-04-07T18:05:13.706Z] --- PASS: TestRemoveSubnet (0.17s) [2022-04-07T18:05:13.707Z] === RUN TestGetSameAddress [2022-04-07T18:05:13.707Z] --- PASS: TestGetSameAddress (0.02s) [2022-04-07T18:05:13.707Z] === RUN TestPoolAllocationReuse [2022-04-07T18:05:13.707Z] --- PASS: TestRetrieveFromStore (0.45s) [2022-04-07T18:05:13.707Z] === RUN TestIsCorrupted [2022-04-07T18:05:13.707Z] --- PASS: TestIsCorrupted (0.01s) [2022-04-07T18:05:13.707Z] === RUN TestSetRollover [2022-04-07T18:05:13.707Z] === RUN TestGetCapabilities [2022-04-07T18:05:13.707Z] --- PASS: TestGetCapabilities (0.01s) [2022-04-07T18:05:13.707Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-04-07T18:05:13.707Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-04-07T18:05:13.853Z] --- PASS: TestSecretCreateResolve (2.23s) [2022-04-07T18:05:13.853Z] PASS [2022-04-07T18:05:13.853Z] [2022-04-07T18:05:13.853Z] DONE 6 tests in 16.718s [2022-04-07T18:05:13.853Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-04-07T18:05:13.853Z] ++ 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-04-07T18:05:13.853Z] ++ set -e [2022-04-07T18:05:13.853Z] ++ '[' -n 0 ']' [2022-04-07T18:05:13.853Z] ++ set -x [2022-04-07T18:05:13.853Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04-07T18:05:13.853Z] INFO: Testing against a local daemon [2022-04-07T18:05:13.853Z] === RUN TestServiceCreateInit [2022-04-07T18:05:13.853Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-07T18:05:14.114Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-07T18:05:14.173Z] === RUN TestGetDefaultAddressSpaces [2022-04-07T18:05:14.173Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-04-07T18:05:14.173Z] === RUN TestRemoteDriver [2022-04-07T18:05:14.173Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-07T18:05:14.173Z] PASS [2022-04-07T18:05:14.173Z] coverage: 47.4% of statements [2022-04-07T18:05:14.173Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.058s coverage: 47.4% of statements [2022-04-07T18:05:14.178Z] --- PASS: TestDisablePigz (0.10s) [2022-04-07T18:05:14.178Z] === RUN TestPigz [2022-04-07T18:05:14.178Z] === RUN TestPollerAddRemove [2022-04-07T18:05:14.178Z] --- PASS: TestPollerAddRemove (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestPollerEvent [2022-04-07T18:05:14.178Z] poller_test.go:40: No chmod on Windows [2022-04-07T18:05:14.178Z] --- SKIP: TestPollerEvent (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestPollerClose [2022-04-07T18:05:14.178Z] --- PASS: TestPollerClose (0.00s) [2022-04-07T18:05:14.178Z] PASS [2022-04-07T18:05:14.178Z] coverage: 45.7% of statements [2022-04-07T18:05:14.178Z] ok github.com/docker/docker/pkg/filenotify 0.033s coverage: 45.7% of statements [2022-04-07T18:05:14.178Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-04-07T18:05:14.178Z] --- PASS: TestPigz (0.12s) [2022-04-07T18:05:14.178Z] === RUN TestNosysFileInfo [2022-04-07T18:05:14.178Z] --- PASS: TestNosysFileInfo (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestCopyFileWithInvalidDest [2022-04-07T18:05:14.178Z] archive_windows_test.go:16: Currently fails [2022-04-07T18:05:14.178Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestCanonicalTarNameForPath [2022-04-07T18:05:14.178Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestCanonicalTarName [2022-04-07T18:05:14.178Z] --- PASS: TestCanonicalTarName (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestChmodTarEntry [2022-04-07T18:05:14.178Z] --- PASS: TestChmodTarEntry (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestHardLinkOrder [2022-04-07T18:05:14.178Z] --- PASS: TestHardLinkOrder (0.06s) [2022-04-07T18:05:14.178Z] === RUN TestChangeString [2022-04-07T18:05:14.178Z] --- PASS: TestChangeString (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestChangesWithNoChanges [2022-04-07T18:05:14.178Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-04-07T18:05:14.178Z] === RUN TestChangesWithChanges [2022-04-07T18:05:14.178Z] --- PASS: TestChangesWithChanges (0.04s) [2022-04-07T18:05:14.178Z] === RUN TestChangesWithChangesGH13590 [2022-04-07T18:05:14.178Z] changes_test.go:196: needs more investigation [2022-04-07T18:05:14.178Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestChangesDirsEmpty [2022-04-07T18:05:14.178Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-07T18:05:14.178Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestChangesDirsMutated [2022-04-07T18:05:14.178Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-07T18:05:14.178Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestApplyLayer [2022-04-07T18:05:14.178Z] changes_test.go:433: needs further investigation [2022-04-07T18:05:14.178Z] --- SKIP: TestApplyLayer (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestChangesSizeWithHardlinks [2022-04-07T18:05:14.178Z] changes_test.go:469: needs further investigation [2022-04-07T18:05:14.178Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestChangesSizeWithNoChanges [2022-04-07T18:05:14.178Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-04-07T18:05:14.178Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestChangesSize [2022-04-07T18:05:14.178Z] --- PASS: TestChangesSize (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestApplyLayerInvalidFilenames [2022-04-07T18:05:14.178Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames4243356113\\dest" [2022-04-07T18:05:14.178Z] --- PASS: TestNetworkDBCRUDTableEntry (4.05s) [2022-04-07T18:05:14.178Z] === RUN TestNetworkDBCRUDTableEntries [2022-04-07T18:05:14.178Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-04-07T18:05:14.178Z] === RUN TestApplyLayerInvalidHardlink [2022-04-07T18:05:14.178Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1898528478\\victim\\hello" -> "../victim/hello" [2022-04-07T18:05:14.178Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2521744265\\victim\\hello" -> "/../victim/hello" [2022-04-07T18:05:14.178Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3873623722\\victim" -> "../victim" [2022-04-07T18:05:14.178Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2714209590\\victim" -> "../victim" [2022-04-07T18:05:14.178Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2131861575\\victim" -> "../victim" [2022-04-07T18:05:14.178Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink317993267\\victim" -> "../victim" [2022-04-07T18:05:14.178Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-04-07T18:05:14.178Z] === RUN TestApplyLayerInvalidSymlink [2022-04-07T18:05:14.178Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3836697350\\dest\\dotdot" -> "../victim/hello" [2022-04-07T18:05:14.178Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1553499495\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-07T18:05:14.178Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2371243414\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:14.178Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3953035197\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:14.178Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink166331859\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:14.178Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4165282102\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:14.178Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2022-04-07T18:05:14.178Z] === RUN TestApplyLayerWhiteouts [2022-04-07T18:05:14.178Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2022-04-07T18:05:14.178Z] === RUN TestGenerateEmptyFile [2022-04-07T18:05:14.178Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-04-07T18:05:14.178Z] === RUN TestGenerateWithContent [2022-04-07T18:05:14.178Z] --- PASS: TestGenerateWithContent (0.00s) [2022-04-07T18:05:14.178Z] PASS [2022-04-07T18:05:14.178Z] coverage: 61.9% of statements [2022-04-07T18:05:14.178Z] ok github.com/docker/docker/pkg/archive 5.052s coverage: 61.9% of statements [2022-04-07T18:05:14.638Z] === RUN TestWindowsIPAM [2022-04-07T18:05:14.638Z] --- PASS: TestWindowsIPAM (0.00s) [2022-04-07T18:05:14.638Z] PASS [2022-04-07T18:05:14.638Z] coverage: 71.4% of statements [2022-04-07T18:05:14.638Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.046s coverage: 71.4% of statements [2022-04-07T18:05:14.684Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-07T18:05:15.039Z] Removing intermediate container f1c74dd60093 [2022-04-07T18:05:15.039Z] ---> 12ac29847d33 [2022-04-07T18:05:15.039Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-04-07T18:05:15.103Z] --- PASS: TestPoolAllocationReuse (1.45s) [2022-04-07T18:05:15.103Z] === RUN TestGetAddressSubPoolEqualPool [2022-04-07T18:05:15.103Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-04-07T18:05:15.103Z] === RUN TestRequestReleaseAddressFromSubPool [2022-04-07T18:05:15.103Z] --- PASS: TestSetRollover (1.34s) [2022-04-07T18:05:15.103Z] === RUN TestSetRolloverSerial [2022-04-07T18:05:15.178Z] === RUN TestCopyFileWithInvalidSrc [2022-04-07T18:05:15.178Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCopyFileWithInvalidDest [2022-04-07T18:05:15.178Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCopyFileWithSameSrcAndDest [2022-04-07T18:05:15.178Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-04-07T18:05:15.178Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCopyFile [2022-04-07T18:05:15.178Z] --- PASS: TestCopyFile (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-04-07T18:05:15.178Z] fileutils_test.go:133: Needs porting to Windows [2022-04-07T18:05:15.178Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-04-07T18:05:15.178Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestReadSymlinkedDirectoryToFile [2022-04-07T18:05:15.178Z] fileutils_test.go:179: Needs porting to Windows [2022-04-07T18:05:15.178Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestWildcardMatches [2022-04-07T18:05:15.178Z] --- PASS: TestWildcardMatches (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestPatternMatches [2022-04-07T18:05:15.178Z] --- PASS: TestPatternMatches (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-04-07T18:05:15.178Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestPatternMatchesFolderExclusions [2022-04-07T18:05:15.178Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-04-07T18:05:15.178Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-04-07T18:05:15.178Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-04-07T18:05:15.178Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-04-07T18:05:15.178Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestSingleExclamationError [2022-04-07T18:05:15.178Z] --- PASS: TestSingleExclamationError (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestMatchesWithNoPatterns [2022-04-07T18:05:15.178Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestMatchesWithMalformedPatterns [2022-04-07T18:05:15.178Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestMatches [2022-04-07T18:05:15.178Z] === RUN TestMatches/MatchesOrParentMatches [2022-04-07T18:05:15.178Z] === RUN TestMatches/MatchesUsingParentResult [2022-04-07T18:05:15.178Z] === RUN TestMatches/MatchesUsingParentResults [2022-04-07T18:05:15.178Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-04-07T18:05:15.178Z] --- PASS: TestMatches (0.01s) [2022-04-07T18:05:15.178Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-04-07T18:05:15.178Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-04-07T18:05:15.178Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-04-07T18:05:15.178Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCleanPatterns [2022-04-07T18:05:15.178Z] --- PASS: TestCleanPatterns (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-04-07T18:05:15.178Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCleanPatternsExceptionFlag [2022-04-07T18:05:15.178Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-04-07T18:05:15.178Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-04-07T18:05:15.178Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCleanPatternsErrorSingleException [2022-04-07T18:05:15.178Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCreateIfNotExistsDir [2022-04-07T18:05:15.178Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCreateIfNotExistsFile [2022-04-07T18:05:15.178Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestMatch [2022-04-07T18:05:15.178Z] --- PASS: TestMatch (0.00s) [2022-04-07T18:05:15.178Z] === RUN TestCompile [2022-04-07T18:05:15.178Z] === RUN TestCompile/slash [2022-04-07T18:05:15.178Z] === RUN TestCompile/backslash [2022-04-07T18:05:15.178Z] --- PASS: TestCompile (0.00s) [2022-04-07T18:05:15.178Z] --- PASS: TestCompile/slash (0.00s) [2022-04-07T18:05:15.178Z] --- PASS: TestCompile/backslash (0.00s) [2022-04-07T18:05:15.178Z] PASS [2022-04-07T18:05:15.178Z] coverage: 84.7% of statements [2022-04-07T18:05:15.178Z] ok github.com/docker/docker/pkg/fileutils 0.059s coverage: 84.7% of statements [2022-04-07T18:05:15.504Z] ---> Running in e993304bb041 [2022-04-07T18:05:15.568Z] === RUN TestDefaultNetwork [2022-04-07T18:05:15.568Z] --- PASS: TestDefaultNetwork (0.22s) [2022-04-07T18:05:15.568Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-04-07T18:05:15.652Z] === RUN TestGet [2022-04-07T18:05:15.652Z] --- PASS: TestGet (0.00s) [2022-04-07T18:05:15.652Z] === RUN TestGetShortcutString [2022-04-07T18:05:15.652Z] --- PASS: TestGetShortcutString (0.00s) [2022-04-07T18:05:15.652Z] PASS [2022-04-07T18:05:15.652Z] coverage: 42.9% of statements [2022-04-07T18:05:15.652Z] ok github.com/docker/docker/pkg/homedir 0.032s coverage: 42.9% of statements [2022-04-07T18:05:16.032Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.22s) [2022-04-07T18:05:16.032Z] === RUN TestInitAddressPools [2022-04-07T18:05:16.032Z] --- PASS: TestInitAddressPools (0.00s) [2022-04-07T18:05:16.032Z] PASS [2022-04-07T18:05:16.032Z] coverage: 74.0% of statements [2022-04-07T18:05:16.032Z] ok github.com/docker/docker/libnetwork/ipamutils 0.503s coverage: 74.0% of statements [2022-04-07T18:05:16.126Z] 2022/04/07 18:05:15 Closing DB instances... [2022-04-07T18:05:16.497Z] --- PASS: TestSetRolloverSerial (1.36s) [2022-04-07T18:05:16.497Z] === RUN TestGetFirstAvailableFromCurrent [2022-04-07T18:05:16.497Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-04-07T18:05:16.497Z] PASS [2022-04-07T18:05:16.497Z] coverage: 84.4% of statements [2022-04-07T18:05:16.497Z] ok github.com/docker/docker/libnetwork/bitseq 11.647s coverage: 84.4% of statements [2022-04-07T18:05:16.497Z] === RUN TestKeyValue [2022-04-07T18:05:16.497Z] --- PASS: TestKeyValue (0.00s) [2022-04-07T18:05:16.497Z] PASS [2022-04-07T18:05:16.497Z] coverage: 60.0% of statements [2022-04-07T18:05:16.497Z] ok github.com/docker/docker/libnetwork/netlabel 0.035s coverage: 60.0% of statements [2022-04-07T18:05:16.601Z] === RUN TestCreateIDMapOrder [2022-04-07T18:05:16.601Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-04-07T18:05:16.601Z] PASS [2022-04-07T18:05:16.601Z] coverage: 7.2% of statements [2022-04-07T18:05:16.601Z] ok github.com/docker/docker/pkg/idtools 0.035s coverage: 7.2% of statements [2022-04-07T18:05:16.961Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.01s) [2022-04-07T18:05:16.961Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-04-07T18:05:17.598Z] --- PASS: TestNetworkDBCRUDTableEntries (3.26s) [2022-04-07T18:05:17.598Z] === RUN TestNetworkDBNodeLeave [2022-04-07T18:05:17.598Z] === RUN TestFixedBufferCap [2022-04-07T18:05:17.598Z] --- PASS: TestFixedBufferCap (0.00s) [2022-04-07T18:05:17.598Z] === RUN TestFixedBufferLen [2022-04-07T18:05:17.598Z] --- PASS: TestFixedBufferLen (0.00s) [2022-04-07T18:05:17.598Z] === RUN TestFixedBufferString [2022-04-07T18:05:17.598Z] --- PASS: TestFixedBufferString (0.00s) [2022-04-07T18:05:17.598Z] === RUN TestFixedBufferWrite [2022-04-07T18:05:17.598Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-04-07T18:05:17.598Z] === RUN TestFixedBufferRead [2022-04-07T18:05:17.598Z] --- PASS: TestFixedBufferRead (0.00s) [2022-04-07T18:05:17.598Z] === RUN TestBytesPipeRead [2022-04-07T18:05:17.598Z] --- PASS: TestBytesPipeRead (0.00s) [2022-04-07T18:05:17.598Z] === RUN TestBytesPipeWrite [2022-04-07T18:05:17.598Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-04-07T18:05:17.598Z] === RUN TestBytesPipeWriteRandomChunks [2022-04-07T18:05:18.073Z] --- PASS: TestBytesPipeWriteRandomChunks (0.38s) [2022-04-07T18:05:18.073Z] === RUN TestAtomicWriteToFile [2022-04-07T18:05:18.073Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-04-07T18:05:18.073Z] === RUN TestAtomicWriteSetCommit [2022-04-07T18:05:18.073Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2022-04-07T18:05:18.073Z] === RUN TestAtomicWriteSetCancel [2022-04-07T18:05:18.073Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-04-07T18:05:18.073Z] === RUN TestReadCloserWrapperClose [2022-04-07T18:05:18.073Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-04-07T18:05:18.073Z] === RUN TestReaderErrWrapperReadOnError [2022-04-07T18:05:18.073Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-04-07T18:05:18.073Z] === RUN TestReaderErrWrapperRead [2022-04-07T18:05:18.073Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-04-07T18:05:18.073Z] === RUN TestCancelReadCloser [2022-04-07T18:05:18.073Z] --- PASS: TestCancelReadCloser (0.10s) [2022-04-07T18:05:18.073Z] === RUN TestWriteCloserWrapperClose [2022-04-07T18:05:18.073Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-04-07T18:05:18.073Z] === RUN TestNopWriteCloser [2022-04-07T18:05:18.073Z] --- PASS: TestNopWriteCloser (0.00s) [2022-04-07T18:05:18.073Z] === RUN TestNopWriter [2022-04-07T18:05:18.073Z] --- PASS: TestNopWriter (0.00s) [2022-04-07T18:05:18.073Z] === RUN TestWriteCounter [2022-04-07T18:05:18.073Z] --- PASS: TestWriteCounter (0.00s) [2022-04-07T18:05:18.073Z] PASS [2022-04-07T18:05:18.073Z] coverage: 69.2% of statements [2022-04-07T18:05:18.073Z] ok github.com/docker/docker/pkg/ioutils 0.541s coverage: 69.2% of statements [2022-04-07T18:05:18.441Z] Cannot create a file when that file already exists. [2022-04-07T18:05:18.890Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-07T18:05:18.890Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-07T18:05:18.890Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-04-07T18:05:18.890Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-07T18:05:19.071Z] === RUN TestError [2022-04-07T18:05:19.072Z] --- PASS: TestError (0.00s) [2022-04-07T18:05:19.072Z] === RUN TestProgressString [2022-04-07T18:05:19.072Z] === RUN TestProgressString/no_progress [2022-04-07T18:05:19.072Z] === RUN TestProgressString/progress_1 [2022-04-07T18:05:19.072Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-04-07T18:05:19.072Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-04-07T18:05:19.072Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-04-07T18:05:19.072Z] === RUN TestProgressString/with_units [2022-04-07T18:05:19.072Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-04-07T18:05:19.072Z] === RUN TestProgressString/hide_counts [2022-04-07T18:05:19.072Z] --- PASS: TestProgressString (0.00s) [2022-04-07T18:05:19.072Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-04-07T18:05:19.072Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-04-07T18:05:19.072Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-04-07T18:05:19.072Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-04-07T18:05:19.072Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-04-07T18:05:19.072Z] --- PASS: TestProgressString/with_units (0.00s) [2022-04-07T18:05:19.072Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-04-07T18:05:19.072Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-04-07T18:05:19.072Z] === RUN TestJSONMessageDisplay [2022-04-07T18:05:19.072Z] --- PASS: TestJSONMessageDisplay (0.12s) [2022-04-07T18:05:19.072Z] === RUN TestJSONMessageDisplayWithJSONError [2022-04-07T18:05:19.072Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-04-07T18:05:19.072Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-04-07T18:05:19.072Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-04-07T18:05:19.072Z] === RUN TestDisplayJSONMessagesStream [2022-04-07T18:05:19.072Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-04-07T18:05:19.072Z] PASS [2022-04-07T18:05:19.072Z] coverage: 91.7% of statements [2022-04-07T18:05:19.072Z] ok github.com/docker/docker/pkg/jsonmessage 0.158s coverage: 91.7% of statements [2022-04-07T18:05:19.161Z] === RUN TestNetworkDBSimple [2022-04-07T18:05:19.545Z] === RUN TestStandardLongPath [2022-04-07T18:05:19.545Z] --- PASS: TestStandardLongPath (0.00s) [2022-04-07T18:05:19.545Z] === RUN TestUNCLongPath [2022-04-07T18:05:19.545Z] --- PASS: TestUNCLongPath (0.00s) [2022-04-07T18:05:19.545Z] PASS [2022-04-07T18:05:19.545Z] coverage: 100.0% of statements [2022-04-07T18:05:19.545Z] ok github.com/docker/docker/pkg/longpath 0.033s coverage: 100.0% of statements [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-07T18:05:19.625Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-07T18:05:19.625Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.53s) [2022-04-07T18:05:19.625Z] === RUN TestGetAddress [2022-04-07T18:05:20.019Z] === RUN TestNameFormat [2022-04-07T18:05:20.019Z] --- PASS: TestNameFormat (0.00s) [2022-04-07T18:05:20.019Z] === RUN TestNameRetries [2022-04-07T18:05:20.019Z] --- PASS: TestNameRetries (0.00s) [2022-04-07T18:05:20.019Z] PASS [2022-04-07T18:05:20.019Z] coverage: 85.7% of statements [2022-04-07T18:05:20.019Z] ok github.com/docker/docker/pkg/namesgenerator 0.034s coverage: 85.7% of statements [2022-04-07T18:05:20.089Z] === RUN TestGenerate [2022-04-07T18:05:20.089Z] --- PASS: TestGenerate (0.00s) [2022-04-07T18:05:20.089Z] === RUN TestGeneratePtr [2022-04-07T18:05:20.089Z] --- PASS: TestGeneratePtr (0.00s) [2022-04-07T18:05:20.089Z] === RUN TestGenerateMissingField [2022-04-07T18:05:20.089Z] --- PASS: TestGenerateMissingField (0.00s) [2022-04-07T18:05:20.089Z] === RUN TestFieldCannotBeSet [2022-04-07T18:05:20.089Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-04-07T18:05:20.089Z] === RUN TestTypeMismatchError [2022-04-07T18:05:20.089Z] --- PASS: TestTypeMismatchError (0.00s) [2022-04-07T18:05:20.089Z] PASS [2022-04-07T18:05:20.089Z] coverage: 100.0% of statements [2022-04-07T18:05:20.089Z] ok github.com/docker/docker/libnetwork/options 0.034s coverage: 100.0% of statements [2022-04-07T18:05:20.089Z] 2022/04/07 18:05:19 Closing DB instances... [2022-04-07T18:05:20.275Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-07T18:05:20.493Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-04-07T18:05:20.493Z] === RUN TestNetworkDBWatch [2022-04-07T18:05:20.493Z] === RUN TestParseKeyValueOpt [2022-04-07T18:05:20.493Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-04-07T18:05:20.493Z] === RUN TestParseUintList [2022-04-07T18:05:20.493Z] --- PASS: TestParseUintList (0.00s) [2022-04-07T18:05:20.493Z] === RUN TestParseUintListMaximumLimits [2022-04-07T18:05:20.493Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-04-07T18:05:20.493Z] PASS [2022-04-07T18:05:20.493Z] coverage: 97.0% of statements [2022-04-07T18:05:20.493Z] ok github.com/docker/docker/pkg/parsers 0.035s coverage: 97.0% of statements [2022-04-07T18:05:20.554Z] testing: warning: no tests to run [2022-04-07T18:05:20.554Z] PASS [2022-04-07T18:05:20.554Z] coverage: 0.0% of statements [2022-04-07T18:05:20.554Z] ok github.com/docker/docker/libnetwork/osl 0.032s coverage: 0.0% of statements [no tests to run] [2022-04-07T18:05:21.492Z] === RUN Test_windowsOSRelease_String [2022-04-07T18:05:21.492Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-04-07T18:05:21.492Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-04-07T18:05:21.492Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-04-07T18:05:21.492Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-04-07T18:05:21.492Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-04-07T18:05:21.492Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-04-07T18:05:21.492Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-04-07T18:05:21.492Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-04-07T18:05:21.492Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-04-07T18:05:21.492Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-07T18:05:21.492Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-04-07T18:05:21.492Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-04-07T18:05:21.492Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-04-07T18:05:21.492Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-07T18:05:21.492Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-04-07T18:05:21.492Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-04-07T18:05:21.492Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-04-07T18:05:21.492Z] PASS [2022-04-07T18:05:21.492Z] coverage: 36.4% of statements [2022-04-07T18:05:21.492Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.036s coverage: 36.4% of statements [2022-04-07T18:05:21.532Z] --- PASS: TestNetworkDBSimple (2.03s) [2022-04-07T18:05:21.532Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-04-07T18:05:21.532Z] === RUN TestRequestNewPort [2022-04-07T18:05:21.532Z] --- PASS: TestRequestNewPort (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestRequestSpecificPort [2022-04-07T18:05:21.532Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestReleasePort [2022-04-07T18:05:21.532Z] --- PASS: TestReleasePort (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestReuseReleasedPort [2022-04-07T18:05:21.532Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestReleaseUnreadledPort [2022-04-07T18:05:21.532Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestUnknowProtocol [2022-04-07T18:05:21.532Z] --- PASS: TestUnknowProtocol (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestAllocateAllPorts [2022-04-07T18:05:21.532Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestPortAllocation [2022-04-07T18:05:21.532Z] --- PASS: TestPortAllocation (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestPortAllocationWithCustomRange [2022-04-07T18:05:21.532Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestNoDuplicateBPR [2022-04-07T18:05:21.532Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-04-07T18:05:21.532Z] === RUN TestChangePortRange [2022-04-07T18:05:21.532Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-04-07T18:05:21.532Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-04-07T18:05:21.532Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-04-07T18:05:21.532Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-04-07T18:05:21.532Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-04-07T18:05:21.532Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-04-07T18:05:21.532Z] --- PASS: TestChangePortRange (0.00s) [2022-04-07T18:05:21.532Z] PASS [2022-04-07T18:05:21.532Z] coverage: 88.6% of statements [2022-04-07T18:05:21.532Z] ok github.com/docker/docker/libnetwork/portallocator 0.039s coverage: 88.6% of statements [2022-04-07T18:05:21.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-07T18:05:21.967Z] 2022/04/07 18:05:21 Closing DB instances... [2022-04-07T18:05:21.996Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-04-07T18:05:21.996Z] PASS [2022-04-07T18:05:21.996Z] coverage: 100.0% of statements [2022-04-07T18:05:21.996Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.040s coverage: 100.0% of statements [2022-04-07T18:05:21.996Z] testing: warning: no tests to run [2022-04-07T18:05:21.996Z] PASS [2022-04-07T18:05:21.996Z] coverage: 0.0% of statements [2022-04-07T18:05:21.996Z] ok github.com/docker/docker/libnetwork/portmapper 0.033s coverage: 0.0% of statements [no tests to run] [2022-04-07T18:05:22.440Z] === RUN TestNewAndRemove [2022-04-07T18:05:22.440Z] --- PASS: TestNewAndRemove (0.00s) [2022-04-07T18:05:22.440Z] === RUN TestRemoveInvalidPath [2022-04-07T18:05:22.440Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-04-07T18:05:22.440Z] PASS [2022-04-07T18:05:22.440Z] coverage: 82.6% of statements [2022-04-07T18:05:22.440Z] ok github.com/docker/docker/pkg/pidfile 0.035s coverage: 82.6% of statements [2022-04-07T18:05:22.440Z] --- PASS: TestGetAddress (20.35s) [2022-04-07T18:05:22.440Z] === RUN TestRequestSyntaxCheck [2022-04-07T18:05:22.460Z] 2022/04/07 18:05:22 Closing DB instances... [2022-04-07T18:05:22.915Z] --- PASS: TestRequestSyntaxCheck (0.08s) [2022-04-07T18:05:22.915Z] === RUN TestRequest [2022-04-07T18:05:22.924Z] === RUN TestHashData [2022-04-07T18:05:22.924Z] --- PASS: TestHashData (0.00s) [2022-04-07T18:05:22.924Z] PASS [2022-04-07T18:05:22.924Z] coverage: 2.8% of statements [2022-04-07T18:05:22.924Z] ok github.com/docker/docker/libnetwork/resolvconf 0.036s coverage: 2.8% of statements [2022-04-07T18:05:22.924Z] === RUN TestErrorConstructors [2022-04-07T18:05:22.924Z] --- PASS: TestErrorConstructors (0.00s) [2022-04-07T18:05:22.924Z] === RUN TestCompareIPMask [2022-04-07T18:05:22.924Z] --- PASS: TestCompareIPMask (0.00s) [2022-04-07T18:05:22.924Z] === RUN TestUtilGetHostPartIP [2022-04-07T18:05:22.924Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-04-07T18:05:22.924Z] === RUN TestUtilGetBroadcastIP [2022-04-07T18:05:22.924Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-04-07T18:05:22.924Z] === RUN TestParseCIDR [2022-04-07T18:05:22.924Z] --- PASS: TestParseCIDR (0.00s) [2022-04-07T18:05:22.924Z] PASS [2022-04-07T18:05:22.924Z] coverage: 37.3% of statements [2022-04-07T18:05:22.924Z] ok github.com/docker/docker/libnetwork/types 0.034s coverage: 37.3% of statements [2022-04-07T18:05:23.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-04-07T18:05:23.168Z] Removing intermediate container e993304bb041 [2022-04-07T18:05:23.168Z] ---> 3e569247a031 [2022-04-07T18:05:23.168Z] Step 13/13 : CMD ["sh"] [2022-04-07T18:05:23.168Z] ---> Running in d65a447ed01f [2022-04-07T18:05:23.168Z] Removing intermediate container d65a447ed01f [2022-04-07T18:05:23.168Z] ---> 63b9fdb07ae0 [2022-04-07T18:05:23.168Z] Successfully built 63b9fdb07ae0 [2022-04-07T18:05:23.168Z] Successfully tagged busybox:latest [2022-04-07T18:05:23.168Z] INFO: Docker images of the daemon under test [2022-04-07T18:05:23.168Z] [2022-04-07T18:05:23.168Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-07T18:05:23.168Z] busybox latest 63b9fdb07ae0 Less than a second ago 5.01GB [2022-04-07T18:05:23.168Z] microsoft/windowsservercore latest 02f938cacc3b 5 weeks ago 4.96GB [2022-04-07T18:05:23.168Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 5 weeks ago 4.96GB [2022-04-07T18:05:23.168Z] [2022-04-07T18:05:23.168Z] INFO: Running integration tests at 04/07/2022 18:05:22... [2022-04-07T18:05:23.168Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-04-07T18:05:23.168Z] INFO: Integration API tests being run from the host: [2022-04-07T18:05:23.168Z] INFO: make.ps1 starting at 04/07/2022 18:05:22 [2022-04-07T18:05:23.389Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-04-07T18:05:23.389Z] === RUN TestNetworkDBBulkSync [2022-04-07T18:05:23.621Z] docker_api_swarm_test.go:502: [dc6e5699839c7] joining swarm manager [da7d9e12637f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:05:23.864Z] === RUN TestFailedConnection [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-04-07T18:05:23.902Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-04-07T18:05:23.902Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-04-07T18:05:23.902Z] PASS [2022-04-07T18:05:23.902Z] coverage: 55.0% of statements [2022-04-07T18:05:23.902Z] ok github.com/docker/docker/oci 0.046s coverage: 55.0% of statements [2022-04-07T18:05:24.146Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-04-07T18:05:24.190Z] --- PASS: TestServiceCreateInit (10.19s) [2022-04-07T18:05:24.190Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.63s) [2022-04-07T18:05:24.190Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.54s) [2022-04-07T18:05:24.190Z] === RUN TestCreateServiceMultipleTimes [2022-04-07T18:05:24.366Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-04-07T18:05:24.366Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-04-07T18:05:24.366Z] === RUN TestAddressPoolOpt [2022-04-07T18:05:24.366Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-04-07T18:05:24.366Z] === RUN TestValidateEnv [2022-04-07T18:05:24.366Z] === RUN TestValidateEnv/a [2022-04-07T18:05:24.366Z] === RUN TestValidateEnv/something [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/_=a [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/env1=value1 [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/_env1=value1 [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/env2=value2=value3 [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/env3=abc!qwe [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/env_4=value_4 [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/PATH [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/=a [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/PATH= [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/PATH=something [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/asd!qwe [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/1asd [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/123 [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/some_space [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/__some_space_before [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/some_space_after__ [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/= [2022-04-07T18:05:24.367Z] === RUN TestValidateEnv/PaTh [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/a (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/something (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/= (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestParseHost [2022-04-07T18:05:24.367Z] --- PASS: TestParseHost (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestParseDockerDaemonHost [2022-04-07T18:05:24.367Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestParseTCP [2022-04-07T18:05:24.367Z] --- PASS: TestParseTCP (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestParseInvalidUnixAddrInvalid [2022-04-07T18:05:24.367Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestValidateExtraHosts [2022-04-07T18:05:24.367Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestIpOptString [2022-04-07T18:05:24.367Z] --- PASS: TestIpOptString (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestNewIpOptInvalidDefaultVal [2022-04-07T18:05:24.367Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestNewIpOptValidDefaultVal [2022-04-07T18:05:24.367Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestIpOptSetInvalidVal [2022-04-07T18:05:24.367Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestValidateIPAddress [2022-04-07T18:05:24.367Z] --- PASS: TestValidateIPAddress (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestMapOpts [2022-04-07T18:05:24.367Z] --- PASS: TestMapOpts (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestListOptsWithoutValidator [2022-04-07T18:05:24.367Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestListOptsWithValidator [2022-04-07T18:05:24.367Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestValidateDNSSearch [2022-04-07T18:05:24.367Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_general_format [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_one_more [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-04-07T18:05:24.367Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-04-07T18:05:24.367Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestNamedListOpts [2022-04-07T18:05:24.367Z] --- PASS: TestNamedListOpts (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestNamedMapOpts [2022-04-07T18:05:24.367Z] --- PASS: TestNamedMapOpts (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestParseLink [2022-04-07T18:05:24.367Z] --- PASS: TestParseLink (0.00s) [2022-04-07T18:05:24.367Z] === RUN TestUlimitOpt [2022-04-07T18:05:24.367Z] --- PASS: TestUlimitOpt (0.00s) [2022-04-07T18:05:24.367Z] PASS [2022-04-07T18:05:24.367Z] coverage: 66.3% of statements [2022-04-07T18:05:24.367Z] ok github.com/docker/docker/opts 0.088s coverage: 66.3% of statements [2022-04-07T18:05:24.367Z] === RUN TestParseVersion [2022-04-07T18:05:24.367Z] --- PASS: TestParseVersion (0.00s) [2022-04-07T18:05:24.367Z] PASS [2022-04-07T18:05:24.367Z] coverage: 52.9% of statements [2022-04-07T18:05:24.367Z] ok github.com/docker/docker/pkg/aaparser 0.032s coverage: 52.9% of statements [2022-04-07T18:05:24.451Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-04-07T18:05:24.873Z] 2022/04/07 18:05:24 Closing DB instances... [2022-04-07T18:05:25.347Z] 2022/04/07 18:05:25 Closing DB instances... [2022-04-07T18:05:25.538Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-04-07T18:05:25.810Z] === RUN TestPeerCertificateMarshalJSON [2022-04-07T18:05:25.872Z] --- PASS: TestFailedConnection (2.04s) [2022-04-07T18:05:25.872Z] === RUN TestFailOnce [2022-04-07T18:05:25.872Z] 2022/04/07 18:05:25 http: panic serving 127.0.0.1:49291: Plugin not ready [2022-04-07T18:05:25.872Z] goroutine 13 [running]: [2022-04-07T18:05:25.872Z] net/http.(*conn).serve.func1() [2022-04-07T18:05:25.872Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-07T18:05:25.872Z] panic({0xba3700, 0xced040}) [2022-04-07T18:05:25.872Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-07T18:05:25.872Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001ada70?) [2022-04-07T18:05:25.872Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-04-07T18:05:25.872Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xcf2858?, 0xc0000b0000?}, 0xafda66?) [2022-04-07T18:05:25.872Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-07T18:05:25.872Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xcf2858, 0xc0000b0000}, 0xc00019e300) [2022-04-07T18:05:25.872Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-04-07T18:05:25.872Z] net/http.serverHandler.ServeHTTP({0xcf0e78?}, {0xcf2858, 0xc0000b0000}, 0xc00019e300) [2022-04-07T18:05:25.872Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-07T18:05:25.872Z] net/http.(*conn).serve(0xc000066e60, {0xcf2d58, 0xc00008a0c0}) [2022-04-07T18:05:25.872Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-07T18:05:25.872Z] created by net/http.(*Server).Serve [2022-04-07T18:05:25.872Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-07T18:05:25.872Z] time="2022-04-07T18:05:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.FailOnce: Post \"http://127.0.0.1:49290/Test.FailOnce\": EOF, retrying in 1s" [2022-04-07T18:05:26.275Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-04-07T18:05:26.275Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-04-07T18:05:26.275Z] --- PASS: TestPeerCertificateMarshalJSON (0.19s) [2022-04-07T18:05:26.275Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-04-07T18:05:26.275Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-04-07T18:05:26.275Z] === RUN TestMiddleware [2022-04-07T18:05:26.275Z] --- PASS: TestMiddleware (0.00s) [2022-04-07T18:05:26.275Z] === RUN TestNewResponseModifier [2022-04-07T18:05:26.275Z] --- PASS: TestNewResponseModifier (0.00s) [2022-04-07T18:05:26.275Z] PASS [2022-04-07T18:05:26.275Z] coverage: 26.8% of statements [2022-04-07T18:05:26.275Z] ok github.com/docker/docker/pkg/authorization 0.237s coverage: 26.8% of statements [2022-04-07T18:05:26.275Z] === RUN TestIsArchivePathDir [2022-04-07T18:05:26.275Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-04-07T18:05:26.275Z] === RUN TestIsArchivePathInvalidFile [2022-04-07T18:05:26.275Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-04-07T18:05:26.275Z] === RUN TestIsArchivePathTar [2022-04-07T18:05:26.347Z] --- PASS: TestNetworkDBBulkSync (3.02s) [2022-04-07T18:05:26.347Z] === RUN TestNetworkDBCRUDMediumCluster [2022-04-07T18:05:26.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-04-07T18:05:26.822Z] --- PASS: TestFailOnce (1.13s) [2022-04-07T18:05:26.822Z] === RUN TestEchoInputOutput [2022-04-07T18:05:26.822Z] --- PASS: TestEchoInputOutput (0.00s) [2022-04-07T18:05:26.822Z] === RUN TestBackoff [2022-04-07T18:05:26.822Z] --- PASS: TestBackoff (0.00s) [2022-04-07T18:05:26.822Z] === RUN TestAbortRetry [2022-04-07T18:05:26.822Z] --- PASS: TestAbortRetry (0.00s) [2022-04-07T18:05:26.822Z] === RUN TestClientScheme [2022-04-07T18:05:26.822Z] --- PASS: TestClientScheme (0.00s) [2022-04-07T18:05:26.822Z] === RUN TestNewClientWithTimeout [2022-04-07T18:05:27.028Z] --- PASS: TestIsArchivePathTar (0.17s) [2022-04-07T18:05:27.028Z] === RUN TestDecompressStreamGzip [2022-04-07T18:05:27.028Z] === RUN TestUnbuffered [2022-04-07T18:05:27.028Z] --- PASS: TestUnbuffered (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestRaceUnbuffered [2022-04-07T18:05:27.028Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-04-07T18:05:27.028Z] PASS [2022-04-07T18:05:27.028Z] coverage: 100.0% of statements [2022-04-07T18:05:27.028Z] ok github.com/docker/docker/pkg/broadcaster 0.030s coverage: 100.0% of statements [2022-04-07T18:05:27.028Z] --- PASS: TestDecompressStreamGzip (0.09s) [2022-04-07T18:05:27.028Z] === RUN TestDecompressStreamBzip2 [2022-04-07T18:05:27.028Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2022-04-07T18:05:27.028Z] === RUN TestDecompressStreamXz [2022-04-07T18:05:27.028Z] archive_test.go:133: Xz not present in msys2 [2022-04-07T18:05:27.028Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestDecompressStreamZstd [2022-04-07T18:05:27.028Z] archive_test.go:140: zstd not installed [2022-04-07T18:05:27.028Z] --- SKIP: TestDecompressStreamZstd (0.01s) [2022-04-07T18:05:27.028Z] === RUN TestCompressStreamXzUnsupported [2022-04-07T18:05:27.028Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestCompressStreamBzip2Unsupported [2022-04-07T18:05:27.028Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestCompressStreamInvalid [2022-04-07T18:05:27.028Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestExtensionInvalid [2022-04-07T18:05:27.028Z] --- PASS: TestExtensionInvalid (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestExtensionUncompressed [2022-04-07T18:05:27.028Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestExtensionBzip2 [2022-04-07T18:05:27.028Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestExtensionGzip [2022-04-07T18:05:27.028Z] --- PASS: TestExtensionGzip (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestExtensionXz [2022-04-07T18:05:27.028Z] --- PASS: TestExtensionXz (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestExtensionZstd [2022-04-07T18:05:27.028Z] --- PASS: TestExtensionZstd (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestCmdStreamLargeStderr [2022-04-07T18:05:27.028Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2022-04-07T18:05:27.028Z] === RUN TestCmdStreamBad [2022-04-07T18:05:27.028Z] archive_test.go:252: Failing on Windows CI machines [2022-04-07T18:05:27.028Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestCmdStreamGood [2022-04-07T18:05:27.028Z] --- PASS: TestCmdStreamGood (0.04s) [2022-04-07T18:05:27.028Z] === RUN TestUntarPathWithInvalidDest [2022-04-07T18:05:27.028Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-04-07T18:05:27.028Z] === RUN TestUntarPathWithInvalidSrc [2022-04-07T18:05:27.028Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestUntarPath [2022-04-07T18:05:27.028Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-04-07T18:05:27.028Z] === RUN TestNetworkDBCRUDTableEntry [2022-04-07T18:05:27.028Z] --- PASS: TestUntarPath (0.05s) [2022-04-07T18:05:27.028Z] === RUN TestUntarPathWithDestinationFile [2022-04-07T18:05:27.028Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2022-04-07T18:05:27.028Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-04-07T18:05:27.028Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2022-04-07T18:05:27.028Z] === RUN TestCopyWithTarInvalidSrc [2022-04-07T18:05:27.028Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-04-07T18:05:27.028Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestCopyWithTarSrcFile [2022-04-07T18:05:27.028Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2022-04-07T18:05:27.028Z] === RUN TestCopyWithTarSrcFolder [2022-04-07T18:05:27.028Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-04-07T18:05:27.028Z] === RUN TestCopyFileWithTarInvalidSrc [2022-04-07T18:05:27.029Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-04-07T18:05:27.029Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-04-07T18:05:27.029Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-04-07T18:05:27.029Z] === RUN TestCopyFileWithTarSrcFolder [2022-04-07T18:05:27.029Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-04-07T18:05:27.029Z] === RUN TestCopyFileWithTarSrcFile [2022-04-07T18:05:27.029Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-04-07T18:05:27.029Z] === RUN TestTarFiles [2022-04-07T18:05:27.029Z] === RUN TestMatch [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[]] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[foo]] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[bar]_[foo]] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[foo_bar]] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[qux]_[foo]] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[]#01 [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[qux]] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[foo_bar_qux]] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[qux]_[baz]] [2022-04-07T18:05:27.029Z] === RUN TestMatch/[[foo_baz]] [2022-04-07T18:05:27.029Z] --- PASS: TestMatch (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[]] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-04-07T18:05:27.029Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-04-07T18:05:27.029Z] PASS [2022-04-07T18:05:27.029Z] coverage: 87.5% of statements [2022-04-07T18:05:27.029Z] ok github.com/docker/docker/pkg/capabilities 0.034s coverage: 87.5% of statements [2022-04-07T18:05:27.296Z] time="2022-04-07T18:05:27Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.Echo: Post \"http://127.0.0.1:49298/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-04-07T18:05:27.307Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-04-07T18:05:27.771Z] --- PASS: TestRequest (5.10s) [2022-04-07T18:05:27.771Z] === RUN TestOverlappingRequests [2022-04-07T18:05:28.245Z] --- PASS: TestOverlappingRequests (0.25s) [2022-04-07T18:05:28.245Z] === RUN TestRelease [2022-04-07T18:05:28.583Z] === RUN TestChrootTarUntar [2022-04-07T18:05:28.583Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:28.583Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-04-07T18:05:28.583Z] === RUN TestChrootUntarWithHugeExcludesList [2022-04-07T18:05:28.583Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:28.583Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-07T18:05:28.583Z] === RUN TestChrootUntarEmptyArchive [2022-04-07T18:05:28.583Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-04-07T18:05:28.583Z] === RUN TestChrootTarUntarWithSymlink [2022-04-07T18:05:28.583Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:05:28.583Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-04-07T18:05:28.583Z] === RUN TestChrootCopyWithTar [2022-04-07T18:05:28.583Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:05:28.583Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-04-07T18:05:28.583Z] === RUN TestChrootCopyFileWithTar [2022-04-07T18:05:28.583Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:28.583Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-04-07T18:05:28.583Z] === RUN TestChrootUntarPath [2022-04-07T18:05:28.583Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:05:28.583Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-04-07T18:05:28.583Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-04-07T18:05:28.583Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:28.583Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:05:28.583Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-04-07T18:05:28.583Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:28.583Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:05:28.583Z] === RUN TestChrootApplyDotDotFile [2022-04-07T18:05:28.583Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:28.583Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-04-07T18:05:28.583Z] PASS [2022-04-07T18:05:28.583Z] coverage: 12.0% of statements [2022-04-07T18:05:28.583Z] ok github.com/docker/docker/pkg/chrootarchive 0.093s coverage: 12.0% of statements [2022-04-07T18:05:28.720Z] === RUN TestParseEmptyInterface [2022-04-07T18:05:28.720Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-04-07T18:05:28.720Z] === RUN TestParseNonInterfaceType [2022-04-07T18:05:28.720Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-04-07T18:05:28.720Z] === RUN TestParseWithOneFunction [2022-04-07T18:05:28.720Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-04-07T18:05:28.720Z] === RUN TestParseWithMultipleFuncs [2022-04-07T18:05:28.720Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-04-07T18:05:28.720Z] === RUN TestParseWithUnnamedReturn [2022-04-07T18:05:28.720Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-04-07T18:05:28.720Z] === RUN TestEmbeddedInterface [2022-04-07T18:05:28.720Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-04-07T18:05:28.720Z] === RUN TestParsedImports [2022-04-07T18:05:28.720Z] --- PASS: TestParsedImports (0.00s) [2022-04-07T18:05:28.720Z] === RUN TestAliasedImports [2022-04-07T18:05:28.720Z] --- PASS: TestAliasedImports (0.00s) [2022-04-07T18:05:28.720Z] PASS [2022-04-07T18:05:28.720Z] coverage: 56.8% of statements [2022-04-07T18:05:28.720Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2022-04-07T18:05:28.720Z] time="2022-04-07T18:05:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.Echo: Post \"http://127.0.0.1:49298/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-04-07T18:05:29.048Z] === RUN TestEnsureRemoveAllNotExist [2022-04-07T18:05:29.048Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-04-07T18:05:29.048Z] === RUN TestEnsureRemoveAllWithDir [2022-04-07T18:05:29.048Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-04-07T18:05:29.048Z] === RUN TestEnsureRemoveAllWithFile [2022-04-07T18:05:29.048Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-04-07T18:05:29.194Z] --- PASS: TestRelease (1.02s) [2022-04-07T18:05:29.194Z] === RUN TestAllocateRandomDeallocate [2022-04-07T18:05:29.194Z] 2022/04/07 18:05:28 Closing DB instances... [2022-04-07T18:05:29.194Z] time="2022-04-07T18:05:29Z" level=error msg="node: 3d341b69aea0 is unknown to memberlist" [2022-04-07T18:05:29.220Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000d58a68_} [2022-04-07T18:05:29.513Z] PASS [2022-04-07T18:05:29.513Z] coverage: 0.0% of statements [2022-04-07T18:05:29.513Z] ok github.com/docker/docker/pkg/containerfs 0.040s coverage: 0.0% of statements [2022-04-07T18:05:29.513Z] 2022/04/07 18:05:29 Closing DB instances... [2022-04-07T18:05:29.668Z] === RUN TestHTTPTransport [2022-04-07T18:05:29.668Z] --- PASS: TestHTTPTransport (0.00s) [2022-04-07T18:05:29.668Z] PASS [2022-04-07T18:05:29.668Z] coverage: 85.7% of statements [2022-04-07T18:05:29.668Z] ok github.com/docker/docker/pkg/plugins/transport 0.034s coverage: 85.7% of statements [2022-04-07T18:05:29.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13472247628_/foo_false____} [2022-04-07T18:05:29.978Z] === RUN TestSizeEmpty [2022-04-07T18:05:29.978Z] --- PASS: TestSizeEmpty (0.00s) [2022-04-07T18:05:29.978Z] === RUN TestSizeEmptyFile [2022-04-07T18:05:29.978Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-04-07T18:05:29.978Z] === RUN TestSizeNonemptyFile [2022-04-07T18:05:29.978Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-04-07T18:05:29.978Z] === RUN TestSizeNestedDirectoryEmpty [2022-04-07T18:05:29.978Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-04-07T18:05:29.978Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-04-07T18:05:29.978Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-04-07T18:05:29.978Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-04-07T18:05:29.978Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-04-07T18:05:29.978Z] === RUN TestMoveToSubdir [2022-04-07T18:05:29.978Z] --- PASS: TestMoveToSubdir (0.00s) [2022-04-07T18:05:29.978Z] === RUN TestSizeNonExistingDirectory [2022-04-07T18:05:29.978Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-04-07T18:05:29.978Z] PASS [2022-04-07T18:05:29.978Z] coverage: 80.0% of statements [2022-04-07T18:05:29.978Z] ok github.com/docker/docker/pkg/directory 0.047s coverage: 80.0% of statements [2022-04-07T18:05:30.142Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-04-07T18:05:30.142Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-07T18:05:30.142Z] === RUN TestBufioReaderPoolPutAndGet [2022-04-07T18:05:30.142Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-04-07T18:05:30.142Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-04-07T18:05:30.142Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-04-07T18:05:30.142Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-04-07T18:05:30.142Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-07T18:05:30.142Z] === RUN TestBufioWriterPoolPutAndGet [2022-04-07T18:05:30.142Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-04-07T18:05:30.142Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-04-07T18:05:30.142Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-04-07T18:05:30.142Z] === RUN TestBufferPoolPutAndGet [2022-04-07T18:05:30.142Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-04-07T18:05:30.142Z] PASS [2022-04-07T18:05:30.142Z] coverage: 88.2% of statements [2022-04-07T18:05:30.142Z] ok github.com/docker/docker/pkg/pools 0.032s coverage: 88.2% of statements [2022-04-07T18:05:30.616Z] === RUN TestOutputOnPrematureClose [2022-04-07T18:05:30.616Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-04-07T18:05:30.616Z] === RUN TestCompleteSilently [2022-04-07T18:05:30.616Z] --- PASS: TestCompleteSilently (0.00s) [2022-04-07T18:05:30.616Z] PASS [2022-04-07T18:05:30.616Z] coverage: 75.9% of statements [2022-04-07T18:05:30.616Z] ok github.com/docker/docker/pkg/progress 0.029s coverage: 75.9% of statements [2022-04-07T18:05:30.959Z] === RUN TestPollerAddRemove [2022-04-07T18:05:30.959Z] --- PASS: TestPollerAddRemove (0.00s) [2022-04-07T18:05:30.959Z] === RUN TestPollerEvent [2022-04-07T18:05:30.959Z] poller_test.go:40: No chmod on Windows [2022-04-07T18:05:30.959Z] --- SKIP: TestPollerEvent (0.00s) [2022-04-07T18:05:30.959Z] === RUN TestPollerClose [2022-04-07T18:05:30.959Z] --- PASS: TestPollerClose (0.00s) [2022-04-07T18:05:30.959Z] PASS [2022-04-07T18:05:30.959Z] coverage: 45.7% of statements [2022-04-07T18:05:30.959Z] ok github.com/docker/docker/pkg/filenotify 0.037s coverage: 45.7% of statements [2022-04-07T18:05:31.091Z] === RUN TestSendToOneSub [2022-04-07T18:05:31.091Z] --- PASS: TestSendToOneSub (0.00s) [2022-04-07T18:05:31.091Z] === RUN TestSendToMultipleSubs [2022-04-07T18:05:31.091Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-04-07T18:05:31.091Z] === RUN TestEvictOneSub [2022-04-07T18:05:31.091Z] --- PASS: TestEvictOneSub (0.00s) [2022-04-07T18:05:31.091Z] === RUN TestClosePublisher [2022-04-07T18:05:31.091Z] --- PASS: TestClosePublisher (0.00s) [2022-04-07T18:05:31.091Z] === RUN TestPubSubRace [2022-04-07T18:05:31.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13472247628_/foo_true____} [2022-04-07T18:05:31.424Z] --- PASS: TestNetworkDBCRUDTableEntry (4.45s) [2022-04-07T18:05:31.424Z] === RUN TestNetworkDBCRUDTableEntries [2022-04-07T18:05:31.424Z] --- PASS: TestTarFiles (4.32s) [2022-04-07T18:05:31.424Z] === RUN TestDetectCompressionZstd [2022-04-07T18:05:31.424Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-04-07T18:05:31.424Z] === RUN TestTarUntar [2022-04-07T18:05:31.424Z] --- PASS: TestTarUntar (0.03s) [2022-04-07T18:05:31.424Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-04-07T18:05:31.424Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-04-07T18:05:31.424Z] === RUN TestTarWithOptions [2022-04-07T18:05:31.424Z] --- PASS: TestTarWithOptions (0.02s) [2022-04-07T18:05:31.424Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-04-07T18:05:31.424Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-04-07T18:05:31.424Z] === RUN TestUntarUstarGnuConflict [2022-04-07T18:05:31.424Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-04-07T18:05:31.424Z] === RUN TestUntarInvalidFilenames [2022-04-07T18:05:31.424Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2037103147\\dest" [2022-04-07T18:05:31.565Z] time="2022-04-07T18:05:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.Echo: Post \"http://127.0.0.1:49298/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-04-07T18:05:31.565Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.27s) [2022-04-07T18:05:31.565Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-04-07T18:05:31.565Z] --- PASS: TestAllocateRandomDeallocate (2.60s) [2022-04-07T18:05:31.565Z] === RUN TestRetrieveFromStore [2022-04-07T18:05:31.893Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2022-04-07T18:05:31.894Z] === RUN TestUntarHardlinkToSymlink [2022-04-07T18:05:31.894Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-04-07T18:05:31.894Z] === RUN TestUntarInvalidHardlink [2022-04-07T18:05:31.894Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2426037222\\victim\\hello" -> "../victim/hello" [2022-04-07T18:05:31.894Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2609185603\\victim\\hello" -> "/../victim/hello" [2022-04-07T18:05:31.894Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4178248902\\victim" -> "../victim" [2022-04-07T18:05:31.894Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1773846341\\victim" -> "../victim" [2022-04-07T18:05:31.894Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3509911021\\victim" -> "../victim" [2022-04-07T18:05:31.894Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4288467922\\victim" -> "../victim" [2022-04-07T18:05:31.894Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2022-04-07T18:05:31.894Z] === RUN TestUntarInvalidSymlink [2022-04-07T18:05:31.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2647564840\\dest\\dotdot" -> "../victim/hello" [2022-04-07T18:05:31.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3253798445\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-07T18:05:31.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1606326575\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:31.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1590989066\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:31.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3131379127\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:31.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink123835874\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:31.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2686019291\\dest\\dir\\loophole" -> "../../victim" [2022-04-07T18:05:31.894Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2022-04-07T18:05:31.894Z] === RUN TestTempArchiveCloseMultipleTimes [2022-04-07T18:05:31.894Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestXGlobalNoParent [2022-04-07T18:05:31.894Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestReplaceFileTarWrapper [2022-04-07T18:05:31.894Z] === RUN TestCopyFileWithInvalidSrc [2022-04-07T18:05:31.894Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCopyFileWithInvalidDest [2022-04-07T18:05:31.894Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCopyFileWithSameSrcAndDest [2022-04-07T18:05:31.894Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-04-07T18:05:31.894Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-04-07T18:05:31.894Z] === RUN TestCopyFile [2022-04-07T18:05:31.894Z] --- PASS: TestCopyFile (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-04-07T18:05:31.894Z] fileutils_test.go:133: Needs porting to Windows [2022-04-07T18:05:31.894Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-04-07T18:05:31.894Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestReadSymlinkedDirectoryToFile [2022-04-07T18:05:31.894Z] fileutils_test.go:179: Needs porting to Windows [2022-04-07T18:05:31.894Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestWildcardMatches [2022-04-07T18:05:31.894Z] --- PASS: TestWildcardMatches (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestPatternMatches [2022-04-07T18:05:31.894Z] --- PASS: TestPatternMatches (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-04-07T18:05:31.894Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestPatternMatchesFolderExclusions [2022-04-07T18:05:31.894Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-04-07T18:05:31.894Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-04-07T18:05:31.894Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-04-07T18:05:31.894Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-04-07T18:05:31.894Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestSingleExclamationError [2022-04-07T18:05:31.894Z] --- PASS: TestSingleExclamationError (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestMatchesWithNoPatterns [2022-04-07T18:05:31.894Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestMatchesWithMalformedPatterns [2022-04-07T18:05:31.894Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestMatches [2022-04-07T18:05:31.894Z] === RUN TestMatches/MatchesOrParentMatches [2022-04-07T18:05:31.894Z] === RUN TestMatches/MatchesUsingParentResult [2022-04-07T18:05:31.894Z] === RUN TestMatches/MatchesUsingParentResults [2022-04-07T18:05:31.894Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-04-07T18:05:31.894Z] --- PASS: TestMatches (0.01s) [2022-04-07T18:05:31.894Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-04-07T18:05:31.894Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-04-07T18:05:31.894Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-04-07T18:05:31.894Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCleanPatterns [2022-04-07T18:05:31.894Z] --- PASS: TestCleanPatterns (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-04-07T18:05:31.894Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCleanPatternsExceptionFlag [2022-04-07T18:05:31.894Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-04-07T18:05:31.894Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-04-07T18:05:31.894Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCleanPatternsErrorSingleException [2022-04-07T18:05:31.894Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCreateIfNotExistsDir [2022-04-07T18:05:31.894Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCreateIfNotExistsFile [2022-04-07T18:05:31.894Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-04-07T18:05:31.894Z] === RUN TestMatch [2022-04-07T18:05:31.894Z] --- PASS: TestMatch (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCompile [2022-04-07T18:05:31.894Z] === RUN TestCompile/slash [2022-04-07T18:05:31.894Z] === RUN TestCompile/backslash [2022-04-07T18:05:31.894Z] --- PASS: TestCompile (0.00s) [2022-04-07T18:05:31.894Z] --- PASS: TestCompile/slash (0.00s) [2022-04-07T18:05:31.894Z] --- PASS: TestCompile/backslash (0.00s) [2022-04-07T18:05:31.894Z] PASS [2022-04-07T18:05:31.894Z] coverage: 84.7% of statements [2022-04-07T18:05:31.894Z] ok github.com/docker/docker/pkg/fileutils 0.081s coverage: 84.7% of statements [2022-04-07T18:05:31.894Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2022-04-07T18:05:31.894Z] === RUN TestPrefixHeaderReadable [2022-04-07T18:05:31.894Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-04-07T18:05:31.894Z] === RUN TestDisablePigz [2022-04-07T18:05:31.894Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-04-07T18:05:31.894Z] --- PASS: TestDisablePigz (0.11s) [2022-04-07T18:05:31.894Z] === RUN TestPigz [2022-04-07T18:05:31.894Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-04-07T18:05:31.894Z] --- PASS: TestPigz (0.11s) [2022-04-07T18:05:31.894Z] === RUN TestNosysFileInfo [2022-04-07T18:05:31.894Z] --- PASS: TestNosysFileInfo (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCopyFileWithInvalidDest [2022-04-07T18:05:31.894Z] archive_windows_test.go:16: Currently fails [2022-04-07T18:05:31.894Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCanonicalTarNameForPath [2022-04-07T18:05:31.894Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestCanonicalTarName [2022-04-07T18:05:31.894Z] --- PASS: TestCanonicalTarName (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestChmodTarEntry [2022-04-07T18:05:31.894Z] --- PASS: TestChmodTarEntry (0.00s) [2022-04-07T18:05:31.894Z] === RUN TestHardLinkOrder [2022-04-07T18:05:32.039Z] --- PASS: TestPubSubRace (1.05s) [2022-04-07T18:05:32.039Z] PASS [2022-04-07T18:05:32.039Z] coverage: 75.0% of statements [2022-04-07T18:05:32.039Z] ok github.com/docker/docker/pkg/pubsub 1.073s coverage: 75.0% of statements [2022-04-07T18:05:32.358Z] --- PASS: TestHardLinkOrder (0.08s) [2022-04-07T18:05:32.359Z] === RUN TestChangeString [2022-04-07T18:05:32.359Z] --- PASS: TestChangeString (0.00s) [2022-04-07T18:05:32.359Z] === RUN TestChangesWithNoChanges [2022-04-07T18:05:32.359Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-04-07T18:05:32.359Z] === RUN TestChangesWithChanges [2022-04-07T18:05:32.359Z] --- PASS: TestChangesWithChanges (0.04s) [2022-04-07T18:05:32.359Z] === RUN TestChangesWithChangesGH13590 [2022-04-07T18:05:32.359Z] changes_test.go:196: needs more investigation [2022-04-07T18:05:32.359Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-04-07T18:05:32.359Z] === RUN TestChangesDirsEmpty [2022-04-07T18:05:32.359Z] --- PASS: TestChangesDirsEmpty (0.10s) [2022-04-07T18:05:32.359Z] === RUN TestChangesDirsMutated [2022-04-07T18:05:32.359Z] === RUN TestGet [2022-04-07T18:05:32.359Z] --- PASS: TestGet (0.00s) [2022-04-07T18:05:32.359Z] === RUN TestGetShortcutString [2022-04-07T18:05:32.359Z] --- PASS: TestGetShortcutString (0.00s) [2022-04-07T18:05:32.359Z] PASS [2022-04-07T18:05:32.359Z] coverage: 42.9% of statements [2022-04-07T18:05:32.359Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-04-07T18:05:32.359Z] --- PASS: TestChangesDirsMutated (0.12s) [2022-04-07T18:05:32.359Z] === RUN TestApplyLayer [2022-04-07T18:05:32.359Z] changes_test.go:433: needs further investigation [2022-04-07T18:05:32.359Z] --- SKIP: TestApplyLayer (0.00s) [2022-04-07T18:05:32.359Z] === RUN TestChangesSizeWithHardlinks [2022-04-07T18:05:32.359Z] changes_test.go:469: needs further investigation [2022-04-07T18:05:32.359Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-04-07T18:05:32.359Z] === RUN TestChangesSizeWithNoChanges [2022-04-07T18:05:32.359Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-04-07T18:05:32.359Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-04-07T18:05:32.359Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-04-07T18:05:32.359Z] === RUN TestChangesSize [2022-04-07T18:05:32.359Z] --- PASS: TestChangesSize (0.00s) [2022-04-07T18:05:32.359Z] === RUN TestApplyLayerInvalidFilenames [2022-04-07T18:05:32.359Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3732698513\\dest" [2022-04-07T18:05:32.359Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-04-07T18:05:32.359Z] === RUN TestApplyLayerInvalidHardlink [2022-04-07T18:05:32.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3051924459\\victim\\hello" -> "../victim/hello" [2022-04-07T18:05:32.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1316935748\\victim\\hello" -> "/../victim/hello" [2022-04-07T18:05:32.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink307137326\\victim" -> "../victim" [2022-04-07T18:05:32.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1183431394\\victim" -> "../victim" [2022-04-07T18:05:32.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1567357619\\victim" -> "../victim" [2022-04-07T18:05:32.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink237242004\\victim" -> "../victim" [2022-04-07T18:05:32.359Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2022-04-07T18:05:32.359Z] === RUN TestApplyLayerInvalidSymlink [2022-04-07T18:05:32.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink259900675\\dest\\dotdot" -> "../victim/hello" [2022-04-07T18:05:32.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink938807196\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-07T18:05:32.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink685711523\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:32.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink607077445\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:32.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1274555808\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:32.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2150823580\\dest\\loophole-victim" -> "../victim" [2022-04-07T18:05:32.359Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-04-07T18:05:32.359Z] === RUN TestApplyLayerWhiteouts [2022-04-07T18:05:32.514Z] --- PASS: TestRetrieveFromStore (0.80s) [2022-04-07T18:05:32.514Z] === RUN TestRequestReleaseAddressDuplicate [2022-04-07T18:05:32.514Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-04-07T18:05:32.514Z] === RUN TestParallelPredefinedRequest1 [2022-04-07T18:05:32.514Z] === PAUSE TestParallelPredefinedRequest1 [2022-04-07T18:05:32.514Z] === RUN TestParallelPredefinedRequest2 [2022-04-07T18:05:32.514Z] === PAUSE TestParallelPredefinedRequest2 [2022-04-07T18:05:32.514Z] === RUN TestParallelPredefinedRequest3 [2022-04-07T18:05:32.514Z] === PAUSE TestParallelPredefinedRequest3 [2022-04-07T18:05:32.514Z] === RUN TestParallelPredefinedRequest4 [2022-04-07T18:05:32.514Z] === PAUSE TestParallelPredefinedRequest4 [2022-04-07T18:05:32.514Z] === RUN TestParallelPredefinedRequest5 [2022-04-07T18:05:32.514Z] === PAUSE TestParallelPredefinedRequest5 [2022-04-07T18:05:32.514Z] === RUN TestDebug [2022-04-07T18:05:32.514Z] --- PASS: TestDebug (0.00s) [2022-04-07T18:05:32.514Z] === RUN TestRequestPoolParallel [2022-04-07T18:05:32.514Z] 2022/04/07 18:05:32 Closing DB instances... [2022-04-07T18:05:32.514Z] === RUN TestRegister [2022-04-07T18:05:32.514Z] --- PASS: TestRegister (0.00s) [2022-04-07T18:05:32.514Z] === RUN TestCommand [2022-04-07T18:05:32.514Z] --- PASS: TestCommand (0.03s) [2022-04-07T18:05:32.514Z] === RUN TestNaiveSelf [2022-04-07T18:05:32.514Z] --- PASS: TestNaiveSelf (0.03s) [2022-04-07T18:05:32.514Z] PASS [2022-04-07T18:05:32.514Z] coverage: 82.4% of statements [2022-04-07T18:05:32.823Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2022-04-07T18:05:32.823Z] === RUN TestGenerateEmptyFile [2022-04-07T18:05:32.823Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-04-07T18:05:32.823Z] === RUN TestGenerateWithContent [2022-04-07T18:05:32.823Z] --- PASS: TestGenerateWithContent (0.00s) [2022-04-07T18:05:32.823Z] PASS [2022-04-07T18:05:32.823Z] coverage: 62.9% of statements [2022-04-07T18:05:32.823Z] ok github.com/docker/docker/pkg/archive 6.407s coverage: 62.9% of statements [2022-04-07T18:05:32.988Z] ok github.com/docker/docker/pkg/reexec 0.095s coverage: 82.4% of statements [2022-04-07T18:05:32.988Z] --- PASS: TestRequestPoolParallel (0.36s) [2022-04-07T18:05:32.988Z] === RUN TestFullAllocateRelease [2022-04-07T18:05:32.988Z] --- PASS: TestFullAllocateRelease (0.31s) [2022-04-07T18:05:32.988Z] === RUN TestOddAllocateRelease [2022-04-07T18:05:33.105Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33604855080_/foo_false____} [2022-04-07T18:05:33.288Z] === RUN TestCreateIDMapOrder [2022-04-07T18:05:33.288Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-04-07T18:05:33.288Z] PASS [2022-04-07T18:05:33.288Z] coverage: 7.2% of statements [2022-04-07T18:05:33.288Z] ok github.com/docker/docker/pkg/idtools 0.043s coverage: 7.2% of statements [2022-04-07T18:05:33.288Z] 2022/04/07 18:05:33 Closing DB instances... [2022-04-07T18:05:33.369Z] docker_api_swarm_test.go:507: [d2b43f635f744] joining swarm manager [da7d9e12637f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:05:33.462Z] --- PASS: TestOddAllocateRelease (0.20s) [2022-04-07T18:05:33.462Z] === RUN TestFullAllocateSerialReleaseParallel [2022-04-07T18:05:33.462Z] === RUN TestDump [2022-04-07T18:05:33.462Z] goroutine 19 [running]: [2022-04-07T18:05:33.462Z] github.com/docker/docker/pkg/stack.dump(0x3e2d57?) [2022-04-07T18:05:33.462Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-07T18:05:33.462Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-04-07T18:05:33.462Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-04-07T18:05:33.462Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-04-07T18:05:33.462Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-04-07T18:05:33.462Z] testing.tRunner(0xc000085380, 0x5aa498) [2022-04-07T18:05:33.462Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:05:33.462Z] created by testing.(*T).Run [2022-04-07T18:05:33.462Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-07T18:05:33.462Z] [2022-04-07T18:05:33.462Z] goroutine 1 [chan receive]: [2022-04-07T18:05:33.462Z] testing.(*T).Run(0xc0000851e0, {0x59913c?, 0x3bc1f3?}, 0x5aa498) [2022-04-07T18:05:33.462Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-07T18:05:33.462Z] testing.runTests.func1(0xc0000b6810?) [2022-04-07T18:05:33.462Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-07T18:05:33.462Z] testing.tRunner(0xc0000851e0, 0xc0000c1ca0) [2022-04-07T18:05:33.462Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:05:33.462Z] testing.runTests(0xc000094460?, {0x72e400, 0x3, 0x3}, {0x2241a570598?, 0x40?, 0x7334a0?}) [2022-04-07T18:05:33.462Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-07T18:05:33.462Z] testing.(*M).Run(0xc000094460) [2022-04-07T18:05:33.462Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-07T18:05:33.462Z] main.main() [2022-04-07T18:05:33.462Z] _testmain.go:99 +0x255 [2022-04-07T18:05:33.462Z] --- PASS: TestDump (0.00s) [2022-04-07T18:05:33.462Z] === RUN TestDumpToFile [2022-04-07T18:05:33.462Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-04-07T18:05:33.462Z] === RUN TestOddAllocateSerialReleaseParallel [2022-04-07T18:05:33.462Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-04-07T18:05:33.462Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-04-07T18:05:33.462Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-04-07T18:05:33.462Z] === CONT TestParallelPredefinedRequest1 [2022-04-07T18:05:33.462Z] === CONT TestParallelPredefinedRequest4 [2022-04-07T18:05:33.462Z] === CONT TestParallelPredefinedRequest5 [2022-04-07T18:05:33.462Z] === CONT TestParallelPredefinedRequest1 [2022-04-07T18:05:33.462Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:33.462Z] === CONT TestParallelPredefinedRequest3 [2022-04-07T18:05:33.462Z] === CONT TestParallelPredefinedRequest4 [2022-04-07T18:05:33.462Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:33.462Z] === CONT TestParallelPredefinedRequest3 [2022-04-07T18:05:33.462Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:33.463Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-04-07T18:05:33.463Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-04-07T18:05:33.463Z] === CONT TestParallelPredefinedRequest2 [2022-04-07T18:05:33.463Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-04-07T18:05:33.463Z] === CONT TestParallelPredefinedRequest2 [2022-04-07T18:05:33.463Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:33.463Z] === CONT TestParallelPredefinedRequest5 [2022-04-07T18:05:33.463Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:33.463Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-04-07T18:05:33.463Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-04-07T18:05:33.463Z] PASS [2022-04-07T18:05:33.463Z] coverage: 85.3% of statements [2022-04-07T18:05:33.463Z] --- PASS: TestDumpToFile (0.11s) [2022-04-07T18:05:33.463Z] === RUN TestDumpToFileWithEmptyInput [2022-04-07T18:05:33.463Z] goroutine 21 [running]: [2022-04-07T18:05:33.463Z] github.com/docker/docker/pkg/stack.dump(0x45ecd3?) [2022-04-07T18:05:33.463Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-07T18:05:33.463Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x45eca0?}) [2022-04-07T18:05:33.463Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-04-07T18:05:33.463Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085380?) [2022-04-07T18:05:33.463Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-04-07T18:05:33.463Z] testing.tRunner(0xc000085a00, 0x5aa488) [2022-04-07T18:05:33.463Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:05:33.463Z] created by testing.(*T).Run [2022-04-07T18:05:33.463Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-07T18:05:33.463Z] [2022-04-07T18:05:33.463Z] goroutine 1 [chan receive]: [2022-04-07T18:05:33.463Z] testing.(*T).Run(0xc0000851e0, {0x5a0713?, 0x3bc1f3?}, 0x5aa488) [2022-04-07T18:05:33.463Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-07T18:05:33.463Z] testing.runTests.func1(0xc0000b6810?) [2022-04-07T18:05:33.463Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-07T18:05:33.463Z] testing.tRunner(0xc0000851e0, 0xc0000c1ca0) [2022-04-07T18:05:33.463Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:05:33.463Z] testing.runTests(0xc000094460?, {0x72e400, 0x3, 0x3}, {0x2241a570598?, 0x40?, 0x7334a0?}) [2022-04-07T18:05:33.463Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-07T18:05:33.463Z] testing.(*M).Run(0xc000094460) [2022-04-07T18:05:33.463Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-07T18:05:33.463Z] main.main() [2022-04-07T18:05:33.463Z] _testmain.go:99 +0x255 [2022-04-07T18:05:33.463Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-04-07T18:05:33.463Z] PASS [2022-04-07T18:05:33.463Z] coverage: 90.9% of statements [2022-04-07T18:05:33.463Z] ok github.com/docker/docker/libnetwork/ipam 36.527s coverage: 85.3% of statements [2022-04-07T18:05:33.463Z] ok github.com/docker/docker/pkg/stack 0.149s coverage: 90.9% of statements [2022-04-07T18:05:33.937Z] === RUN TestNewStdWriter [2022-04-07T18:05:33.937Z] --- PASS: TestNewStdWriter (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestWriteWithUninitializedStdWriter [2022-04-07T18:05:33.937Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestWriteWithNilBytes [2022-04-07T18:05:33.937Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestWrite [2022-04-07T18:05:33.937Z] --- PASS: TestWrite (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestWriteWithWriterError [2022-04-07T18:05:33.937Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-04-07T18:05:33.937Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestStdCopyWriteAndRead [2022-04-07T18:05:33.937Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-04-07T18:05:33.937Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-04-07T18:05:33.937Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-04-07T18:05:33.937Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestStdCopyWithInvalidInputHeader [2022-04-07T18:05:33.937Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestStdCopyWithCorruptedPrefix [2022-04-07T18:05:33.937Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestStdCopyReturnsWriteErrors [2022-04-07T18:05:33.937Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-04-07T18:05:33.937Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-04-07T18:05:33.937Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-04-07T18:05:33.937Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-04-07T18:05:33.937Z] PASS [2022-04-07T18:05:33.937Z] coverage: 100.0% of statements [2022-04-07T18:05:33.937Z] ok github.com/docker/docker/pkg/stdcopy 0.034s coverage: 100.0% of statements [2022-04-07T18:05:33.943Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33604855080_/foo_true____} [2022-04-07T18:05:34.267Z] === RUN TestFixedBufferCap [2022-04-07T18:05:34.267Z] --- PASS: TestFixedBufferCap (0.00s) [2022-04-07T18:05:34.267Z] === RUN TestFixedBufferLen [2022-04-07T18:05:34.267Z] --- PASS: TestFixedBufferLen (0.00s) [2022-04-07T18:05:34.267Z] === RUN TestFixedBufferString [2022-04-07T18:05:34.267Z] --- PASS: TestFixedBufferString (0.00s) [2022-04-07T18:05:34.267Z] === RUN TestFixedBufferWrite [2022-04-07T18:05:34.267Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-04-07T18:05:34.267Z] === RUN TestFixedBufferRead [2022-04-07T18:05:34.267Z] --- PASS: TestFixedBufferRead (0.00s) [2022-04-07T18:05:34.267Z] === RUN TestBytesPipeRead [2022-04-07T18:05:34.267Z] --- PASS: TestBytesPipeRead (0.00s) [2022-04-07T18:05:34.267Z] === RUN TestBytesPipeWrite [2022-04-07T18:05:34.267Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-04-07T18:05:34.267Z] === RUN TestBytesPipeWriteRandomChunks [2022-04-07T18:05:34.413Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-04-07T18:05:34.413Z] === RUN TestNetworkDBGarbageCollection [2022-04-07T18:05:34.731Z] --- PASS: TestBytesPipeWriteRandomChunks (0.40s) [2022-04-07T18:05:34.731Z] === RUN TestAtomicWriteToFile [2022-04-07T18:05:34.731Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-04-07T18:05:34.731Z] === RUN TestAtomicWriteSetCommit [2022-04-07T18:05:34.731Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-04-07T18:05:34.731Z] === RUN TestAtomicWriteSetCancel [2022-04-07T18:05:34.731Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2022-04-07T18:05:34.731Z] === RUN TestNetworkDBNodeLeave [2022-04-07T18:05:34.731Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-04-07T18:05:34.731Z] === RUN TestReadCloserWrapperClose [2022-04-07T18:05:34.731Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-04-07T18:05:34.731Z] === RUN TestReaderErrWrapperReadOnError [2022-04-07T18:05:34.731Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-04-07T18:05:34.731Z] === RUN TestReaderErrWrapperRead [2022-04-07T18:05:34.731Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-04-07T18:05:34.731Z] === RUN TestCancelReadCloser [2022-04-07T18:05:34.731Z] --- PASS: TestCancelReadCloser (0.10s) [2022-04-07T18:05:34.731Z] === RUN TestWriteCloserWrapperClose [2022-04-07T18:05:34.731Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-04-07T18:05:34.731Z] === RUN TestNopWriteCloser [2022-04-07T18:05:34.731Z] --- PASS: TestNopWriteCloser (0.00s) [2022-04-07T18:05:34.731Z] === RUN TestNopWriter [2022-04-07T18:05:34.731Z] --- PASS: TestNopWriter (0.00s) [2022-04-07T18:05:34.731Z] === RUN TestWriteCounter [2022-04-07T18:05:34.731Z] --- PASS: TestWriteCounter (0.00s) [2022-04-07T18:05:34.731Z] PASS [2022-04-07T18:05:34.731Z] coverage: 69.2% of statements [2022-04-07T18:05:34.731Z] ok github.com/docker/docker/pkg/ioutils 0.560s coverage: 69.2% of statements [2022-04-07T18:05:34.887Z] === RUN TestRawProgressFormatterFormatStatus [2022-04-07T18:05:34.887Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestRawProgressFormatterFormatProgress [2022-04-07T18:05:34.887Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestFormatStatus [2022-04-07T18:05:34.887Z] --- PASS: TestFormatStatus (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestFormatError [2022-04-07T18:05:34.887Z] --- PASS: TestFormatError (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestFormatJSONError [2022-04-07T18:05:34.887Z] --- PASS: TestFormatJSONError (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestJsonProgressFormatterFormatProgress [2022-04-07T18:05:34.887Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestJsonProgressFormatterFormatStatus [2022-04-07T18:05:34.887Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestNewJSONProgressOutput [2022-04-07T18:05:34.887Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestAuxFormatterEmit [2022-04-07T18:05:34.887Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestStreamWriterStdout [2022-04-07T18:05:34.887Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-04-07T18:05:34.887Z] === RUN TestStreamWriterStderr [2022-04-07T18:05:34.887Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-04-07T18:05:34.887Z] PASS [2022-04-07T18:05:34.887Z] coverage: 66.2% of statements [2022-04-07T18:05:34.887Z] ok github.com/docker/docker/pkg/streamformatter 0.037s coverage: 66.2% of statements [2022-04-07T18:05:35.362Z] === RUN TestGenerateRandomID [2022-04-07T18:05:35.362Z] --- PASS: TestGenerateRandomID (0.00s) [2022-04-07T18:05:35.362Z] === RUN TestShortenId [2022-04-07T18:05:35.362Z] --- PASS: TestShortenId (0.00s) [2022-04-07T18:05:35.362Z] === RUN TestShortenSha256Id [2022-04-07T18:05:35.362Z] --- PASS: TestShortenSha256Id (0.00s) [2022-04-07T18:05:35.362Z] === RUN TestShortenIdEmpty [2022-04-07T18:05:35.362Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-04-07T18:05:35.362Z] === RUN TestShortenIdInvalid [2022-04-07T18:05:35.362Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-04-07T18:05:35.362Z] === RUN TestIsShortIDNonHex [2022-04-07T18:05:35.362Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-04-07T18:05:35.362Z] === RUN TestIsShortIDNotCorrectSize [2022-04-07T18:05:35.362Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-04-07T18:05:35.362Z] PASS [2022-04-07T18:05:35.362Z] coverage: 70.6% of statements [2022-04-07T18:05:35.362Z] ok github.com/docker/docker/pkg/stringid 0.031s coverage: 70.6% of statements [2022-04-07T18:05:35.836Z] time="2022-04-07T18:05:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.Echo: Post \"http://127.0.0.1:49298/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-04-07T18:05:35.836Z] === RUN TestIsCpusetListAvailable [2022-04-07T18:05:35.836Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-04-07T18:05:35.836Z] PASS [2022-04-07T18:05:35.836Z] coverage: 39.4% of statements [2022-04-07T18:05:35.836Z] ok github.com/docker/docker/pkg/sysinfo 0.030s coverage: 39.4% of statements [2022-04-07T18:05:35.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33604855080_/foo_true__0xc000d58a98__} [2022-04-07T18:05:36.285Z] === RUN TestError [2022-04-07T18:05:36.285Z] --- PASS: TestError (0.00s) [2022-04-07T18:05:36.285Z] === RUN TestProgressString [2022-04-07T18:05:36.285Z] === RUN TestProgressString/no_progress [2022-04-07T18:05:36.285Z] === RUN TestProgressString/progress_1 [2022-04-07T18:05:36.285Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-04-07T18:05:36.285Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-04-07T18:05:36.285Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-04-07T18:05:36.285Z] === RUN TestProgressString/with_units [2022-04-07T18:05:36.285Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-04-07T18:05:36.285Z] === RUN TestProgressString/hide_counts [2022-04-07T18:05:36.285Z] --- PASS: TestProgressString (0.00s) [2022-04-07T18:05:36.285Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-04-07T18:05:36.285Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-04-07T18:05:36.285Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-04-07T18:05:36.285Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-04-07T18:05:36.286Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-04-07T18:05:36.286Z] --- PASS: TestProgressString/with_units (0.00s) [2022-04-07T18:05:36.286Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-04-07T18:05:36.286Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-04-07T18:05:36.286Z] === RUN TestJSONMessageDisplay [2022-04-07T18:05:36.286Z] --- PASS: TestJSONMessageDisplay (0.14s) [2022-04-07T18:05:36.286Z] === RUN TestJSONMessageDisplayWithJSONError [2022-04-07T18:05:36.286Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-04-07T18:05:36.286Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-04-07T18:05:36.286Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-04-07T18:05:36.286Z] === RUN TestDisplayJSONMessagesStream [2022-04-07T18:05:36.286Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-04-07T18:05:36.286Z] PASS [2022-04-07T18:05:36.286Z] coverage: 91.7% of statements [2022-04-07T18:05:36.286Z] ok github.com/docker/docker/pkg/jsonmessage 0.178s coverage: 91.7% of statements [2022-04-07T18:05:36.750Z] === RUN TestStandardLongPath [2022-04-07T18:05:36.750Z] --- PASS: TestStandardLongPath (0.00s) [2022-04-07T18:05:36.750Z] === RUN TestUNCLongPath [2022-04-07T18:05:36.750Z] --- PASS: TestUNCLongPath (0.00s) [2022-04-07T18:05:36.750Z] PASS [2022-04-07T18:05:36.750Z] coverage: 100.0% of statements [2022-04-07T18:05:36.750Z] ok github.com/docker/docker/pkg/longpath 0.033s coverage: 100.0% of statements [2022-04-07T18:05:36.797Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000d58ab0_} [2022-04-07T18:05:37.215Z] === RUN TestNameFormat [2022-04-07T18:05:37.215Z] --- PASS: TestNameFormat (0.00s) [2022-04-07T18:05:37.215Z] === RUN TestNameRetries [2022-04-07T18:05:37.215Z] --- PASS: TestNameRetries (0.00s) [2022-04-07T18:05:37.215Z] PASS [2022-04-07T18:05:37.215Z] coverage: 85.7% of statements [2022-04-07T18:05:37.215Z] ok github.com/docker/docker/pkg/namesgenerator 0.035s coverage: 85.7% of statements [2022-04-07T18:05:37.418Z] === RUN TestChtimes [2022-04-07T18:05:37.418Z] --- PASS: TestChtimes (0.00s) [2022-04-07T18:05:37.418Z] === RUN TestChtimesWindows [2022-04-07T18:05:37.418Z] --- PASS: TestChtimesWindows (0.00s) [2022-04-07T18:05:37.418Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-04-07T18:05:37.418Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-04-07T18:05:37.418Z] PASS [2022-04-07T18:05:37.418Z] coverage: 13.0% of statements [2022-04-07T18:05:37.418Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 13.0% of statements [2022-04-07T18:05:37.679Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-04-07T18:05:37.679Z] === RUN TestNetworkDBWatch [2022-04-07T18:05:37.679Z] === RUN TestParseKeyValueOpt [2022-04-07T18:05:37.679Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-04-07T18:05:37.679Z] === RUN TestParseUintList [2022-04-07T18:05:37.680Z] --- PASS: TestParseUintList (0.00s) [2022-04-07T18:05:37.680Z] === RUN TestParseUintListMaximumLimits [2022-04-07T18:05:37.680Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-04-07T18:05:37.680Z] PASS [2022-04-07T18:05:37.680Z] coverage: 97.0% of statements [2022-04-07T18:05:37.680Z] ok github.com/docker/docker/pkg/parsers 0.032s coverage: 97.0% of statements [2022-04-07T18:05:37.893Z] === RUN TestTailFile [2022-04-07T18:05:37.893Z] --- PASS: TestTailFile (0.00s) [2022-04-07T18:05:37.893Z] === RUN TestTailFileManyLines [2022-04-07T18:05:37.893Z] --- PASS: TestTailFileManyLines (0.00s) [2022-04-07T18:05:37.893Z] === RUN TestTailEmptyFile [2022-04-07T18:05:37.893Z] --- PASS: TestTailEmptyFile (0.00s) [2022-04-07T18:05:37.893Z] === RUN TestTailNegativeN [2022-04-07T18:05:37.893Z] --- PASS: TestTailNegativeN (0.00s) [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/single_byte_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/2_byte_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/4_byte_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/truncated_last_line [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/no_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/12_byte_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/8_byte_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/single_byte_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.893Z] === CONT TestNewTailReader/4_byte_delimiter [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-07T18:05:37.893Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.894Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.894Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.894Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/2_byte_delimiter [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.895Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.895Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-04-07T18:05:37.895Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.896Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.896Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:37.897Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.897Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:37.897Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:37.898Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:37.898Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:37.898Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:37.898Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:37.898Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:38.180Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000d58ac8_} [2022-04-07T18:05:38.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:38.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:38.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:38.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:38.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:38.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:38.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:38.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:38.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:38.373Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:38.374Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.01s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.01s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.01s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:38.374Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:38.375Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:38.376Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:38.376Z] PASS [2022-04-07T18:05:38.376Z] coverage: 88.6% of statements [2022-04-07T18:05:38.376Z] ok github.com/docker/docker/pkg/tailfile 0.138s coverage: 88.6% of statements [2022-04-07T18:05:38.659Z] === RUN Test_windowsOSRelease_String [2022-04-07T18:05:38.659Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-04-07T18:05:38.659Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-04-07T18:05:38.659Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-04-07T18:05:38.659Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-04-07T18:05:38.659Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-04-07T18:05:38.659Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-04-07T18:05:38.659Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-04-07T18:05:38.659Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-04-07T18:05:38.659Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-04-07T18:05:38.659Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-07T18:05:38.659Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-04-07T18:05:38.659Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-04-07T18:05:38.659Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-04-07T18:05:38.659Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-07T18:05:38.659Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-04-07T18:05:38.659Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-04-07T18:05:38.659Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-04-07T18:05:38.659Z] PASS [2022-04-07T18:05:38.659Z] coverage: 36.4% of statements [2022-04-07T18:05:38.659Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.033s coverage: 36.4% of statements [2022-04-07T18:05:38.851Z] === RUN TestTarSumRemoveNonExistent [2022-04-07T18:05:38.851Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-04-07T18:05:38.851Z] === RUN TestTarSumRemove [2022-04-07T18:05:38.851Z] --- PASS: TestTarSumRemove (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestSortFileInfoSums [2022-04-07T18:05:38.851Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestNewTarSumForLabelInvalid [2022-04-07T18:05:38.851Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestNewTarSumForLabel [2022-04-07T18:05:38.851Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestEmptyTar [2022-04-07T18:05:38.851Z] --- PASS: TestEmptyTar (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestTarSumsReadSize [2022-04-07T18:05:38.851Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestTarSums [2022-04-07T18:05:38.851Z] --- PASS: TestTarSums (0.05s) [2022-04-07T18:05:38.851Z] === RUN TestIteration [2022-04-07T18:05:38.851Z] --- PASS: TestIteration (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestVersionLabelForChecksum [2022-04-07T18:05:38.851Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestVersion [2022-04-07T18:05:38.851Z] --- PASS: TestVersion (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestGetVersion [2022-04-07T18:05:38.851Z] --- PASS: TestGetVersion (0.00s) [2022-04-07T18:05:38.851Z] === RUN TestGetVersions [2022-04-07T18:05:38.851Z] --- PASS: TestGetVersions (0.00s) [2022-04-07T18:05:38.851Z] PASS [2022-04-07T18:05:38.851Z] coverage: 89.3% of statements [2022-04-07T18:05:38.851Z] ok github.com/docker/docker/pkg/tarsum 0.103s coverage: 89.3% of statements [2022-04-07T18:05:39.123Z] 2022/04/07 18:05:39 Closing DB instances... [2022-04-07T18:05:39.123Z] === RUN TestNewAndRemove [2022-04-07T18:05:39.123Z] --- PASS: TestNewAndRemove (0.00s) [2022-04-07T18:05:39.123Z] === RUN TestRemoveInvalidPath [2022-04-07T18:05:39.123Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-04-07T18:05:39.123Z] PASS [2022-04-07T18:05:39.123Z] coverage: 82.6% of statements [2022-04-07T18:05:39.123Z] ok github.com/docker/docker/pkg/pidfile 0.035s coverage: 82.6% of statements [2022-04-07T18:05:39.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000d58ae0_} [2022-04-07T18:05:39.850Z] === RUN TestTruncIndex [2022-04-07T18:05:39.850Z] --- PASS: TestTruncIndex (0.10s) [2022-04-07T18:05:39.850Z] PASS [2022-04-07T18:05:39.850Z] coverage: 91.5% of statements [2022-04-07T18:05:39.850Z] ok github.com/docker/docker/pkg/truncindex 0.129s coverage: 91.5% of statements [2022-04-07T18:05:40.324Z] === RUN TestIsGIT [2022-04-07T18:05:40.324Z] --- PASS: TestIsGIT (0.00s) [2022-04-07T18:05:40.324Z] === RUN TestIsTransport [2022-04-07T18:05:40.324Z] --- PASS: TestIsTransport (0.00s) [2022-04-07T18:05:40.324Z] PASS [2022-04-07T18:05:40.324Z] coverage: 100.0% of statements [2022-04-07T18:05:40.324Z] ok github.com/docker/docker/pkg/urlutil 0.032s coverage: 100.0% of statements [2022-04-07T18:05:40.324Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-07T18:05:40.324Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-07T18:05:40.324Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-07T18:05:40.324Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-04-07T18:05:40.678Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-04-07T18:05:40.678Z] === RUN TestNetworkDBBulkSync [2022-04-07T18:05:40.798Z] === RUN TestVersionInfo [2022-04-07T18:05:40.798Z] --- PASS: TestVersionInfo (0.00s) [2022-04-07T18:05:40.798Z] === RUN TestAppendVersions [2022-04-07T18:05:40.798Z] --- PASS: TestAppendVersions (0.00s) [2022-04-07T18:05:40.798Z] PASS [2022-04-07T18:05:40.798Z] coverage: 88.9% of statements [2022-04-07T18:05:40.798Z] ok github.com/docker/docker/pkg/useragent 0.030s coverage: 88.9% of statements [2022-04-07T18:05:40.945Z] --- PASS: TestCreateServiceMultipleTimes (16.69s) [2022-04-07T18:05:40.945Z] === RUN TestCreateServiceConflict [2022-04-07T18:05:40.945Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000d58af8_} [2022-04-07T18:05:41.143Z] === RUN TestFailedConnection [2022-04-07T18:05:41.143Z] --- PASS: TestGetAddress (21.35s) [2022-04-07T18:05:41.143Z] === RUN TestRequestSyntaxCheck [2022-04-07T18:05:41.143Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-04-07T18:05:41.143Z] === RUN TestRequest [2022-04-07T18:05:41.797Z] === RUN TestNewSettable [2022-04-07T18:05:41.797Z] --- PASS: TestNewSettable (0.00s) [2022-04-07T18:05:41.797Z] === RUN TestIsSettable [2022-04-07T18:05:41.797Z] --- PASS: TestIsSettable (0.00s) [2022-04-07T18:05:41.797Z] === RUN TestUpdateSettingsEnv [2022-04-07T18:05:41.797Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-04-07T18:05:41.797Z] PASS [2022-04-07T18:05:41.797Z] coverage: 20.0% of statements [2022-04-07T18:05:41.797Z] ok github.com/docker/docker/plugin/v2 0.031s coverage: 20.0% of statements [2022-04-07T18:05:41.797Z] === RUN TestValidatePrivileges [2022-04-07T18:05:41.797Z] --- PASS: TestValidatePrivileges (0.00s) [2022-04-07T18:05:41.797Z] === RUN TestFilterByCapNeg [2022-04-07T18:05:41.797Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-04-07T18:05:41.797Z] === RUN TestFilterByCapPos [2022-04-07T18:05:41.797Z] --- PASS: TestFilterByCapPos (0.00s) [2022-04-07T18:05:41.797Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-04-07T18:05:41.797Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-04-07T18:05:41.797Z] PASS [2022-04-07T18:05:41.797Z] coverage: 12.0% of statements [2022-04-07T18:05:41.797Z] ok github.com/docker/docker/plugin 0.042s coverage: 12.0% of statements [2022-04-07T18:05:42.122Z] 2022/04/07 18:05:41 Closing DB instances... [2022-04-07T18:05:42.123Z] --- PASS: TestFailedConnection (1.17s) [2022-04-07T18:05:42.123Z] === RUN TestFailOnce [2022-04-07T18:05:42.123Z] 2022/04/07 18:05:41 http: panic serving 127.0.0.1:49293: Plugin not ready [2022-04-07T18:05:42.123Z] goroutine 22 [running]: [2022-04-07T18:05:42.123Z] net/http.(*conn).serve.func1() [2022-04-07T18:05:42.123Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-07T18:05:42.123Z] panic({0x6b3700, 0x7fd040}) [2022-04-07T18:05:42.123Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-07T18:05:42.123Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc000051a70?) [2022-04-07T18:05:42.123Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-04-07T18:05:42.123Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x802858?, 0xc000226000?}, 0x60da66?) [2022-04-07T18:05:42.123Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-07T18:05:42.123Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x802858, 0xc000226000}, 0xc0001b8200) [2022-04-07T18:05:42.123Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-04-07T18:05:42.123Z] net/http.serverHandler.ServeHTTP({0x800e78?}, {0x802858, 0xc000226000}, 0xc0001b8200) [2022-04-07T18:05:42.123Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-07T18:05:42.123Z] net/http.(*conn).serve(0xc000094dc0, {0x802d58, 0xc000115080}) [2022-04-07T18:05:42.123Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-07T18:05:42.123Z] created by net/http.(*Server).Serve [2022-04-07T18:05:42.123Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-07T18:05:42.123Z] time="2022-04-07T18:05:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.FailOnce: Post \"http://127.0.0.1:49292/Test.FailOnce\": EOF, retrying in 1s" [2022-04-07T18:05:42.279Z] === RUN TestLoad [2022-04-07T18:05:42.279Z] --- PASS: TestLoad (0.00s) [2022-04-07T18:05:42.279Z] === RUN TestSave [2022-04-07T18:05:42.279Z] --- PASS: TestSave (0.02s) [2022-04-07T18:05:42.279Z] === RUN TestAddDeleteGet [2022-04-07T18:05:42.279Z] --- PASS: TestAddDeleteGet (0.03s) [2022-04-07T18:05:42.279Z] === RUN TestInvalidTags [2022-04-07T18:05:42.279Z] --- PASS: TestInvalidTags (0.01s) [2022-04-07T18:05:42.279Z] PASS [2022-04-07T18:05:42.279Z] coverage: 84.4% of statements [2022-04-07T18:05:42.279Z] ok github.com/docker/docker/reference 0.085s coverage: 84.4% of statements [2022-04-07T18:05:42.327Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-07T18:05:43.102Z] --- PASS: TestFailOnce (1.13s) [2022-04-07T18:05:43.102Z] === RUN TestEchoInputOutput [2022-04-07T18:05:43.102Z] --- PASS: TestEchoInputOutput (0.00s) [2022-04-07T18:05:43.102Z] === RUN TestBackoff [2022-04-07T18:05:43.102Z] --- PASS: TestBackoff (0.00s) [2022-04-07T18:05:43.102Z] === RUN TestAbortRetry [2022-04-07T18:05:43.102Z] --- PASS: TestAbortRetry (0.00s) [2022-04-07T18:05:43.102Z] === RUN TestClientScheme [2022-04-07T18:05:43.102Z] --- PASS: TestClientScheme (0.00s) [2022-04-07T18:05:43.102Z] === RUN TestNewClientWithTimeout [2022-04-07T18:05:43.268Z] --- PASS: TestCreateServiceConflict (2.29s) [2022-04-07T18:05:43.268Z] === RUN TestCreateServiceMaxReplicas [2022-04-07T18:05:43.276Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-04-07T18:05:43.276Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-04-07T18:05:43.276Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-04-07T18:05:43.276Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-04-07T18:05:43.276Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-04-07T18:05:43.276Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-04-07T18:05:43.276Z] === RUN TestResumableRequestReaderWithReadError [2022-04-07T18:05:43.276Z] time="2022-04-07T18:05:43Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-04-07T18:05:43.276Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2022-04-07T18:05:43.276Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-04-07T18:05:43.276Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-04-07T18:05:43.276Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-04-07T18:05:43.276Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-04-07T18:05:43.276Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-04-07T18:05:43.276Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-04-07T18:05:43.276Z] === RUN TestResumableRequestReader [2022-04-07T18:05:43.276Z] --- PASS: TestResumableRequestReader (0.00s) [2022-04-07T18:05:43.276Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-04-07T18:05:43.276Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-04-07T18:05:43.276Z] PASS [2022-04-07T18:05:43.276Z] coverage: 100.0% of statements [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-04-07T18:05:43.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-04-07T18:05:43.566Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-04-07T18:05:43.567Z] === RUN TestNetworkDBCRUDMediumCluster [2022-04-07T18:05:43.567Z] time="2022-04-07T18:05:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.Echo: Post \"http://127.0.0.1:49297/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-04-07T18:05:43.640Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-04-07T18:05:43.640Z] tests/integration/client_test.py ..... [ 75%] [2022-04-07T18:05:43.640Z] tests/integration/context_api_test.py ... [ 76%] [2022-04-07T18:05:43.640Z] tests/integration/errors_test.py . [ 76%] [2022-04-07T18:05:43.750Z] ok github.com/docker/docker/registry/resumable 0.168s coverage: 100.0% of statements [2022-04-07T18:05:43.750Z] === RUN TestResolveAuthConfigIndexServer [2022-04-07T18:05:43.750Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestResolveAuthConfigFullURL [2022-04-07T18:05:43.750Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestLoadAllowNondistributableArtifacts [2022-04-07T18:05:43.750Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestValidateMirror [2022-04-07T18:05:43.750Z] --- PASS: TestValidateMirror (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestLoadInsecureRegistries [2022-04-07T18:05:43.750Z] time="2022-04-07T18:05:43Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-07T18:05:43.750Z] time="2022-04-07T18:05:43Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-04-07T18:05:43.750Z] time="2022-04-07T18:05:43Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-07T18:05:43.750Z] --- PASS: TestLoadInsecureRegistries (0.11s) [2022-04-07T18:05:43.750Z] === RUN TestNewServiceConfig [2022-04-07T18:05:43.750Z] --- PASS: TestNewServiceConfig (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestValidateIndexName [2022-04-07T18:05:43.750Z] --- PASS: TestValidateIndexName (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestValidateIndexNameWithError [2022-04-07T18:05:43.750Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestEndpointParse [2022-04-07T18:05:43.750Z] --- PASS: TestEndpointParse (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestEndpointParseInvalid [2022-04-07T18:05:43.750Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestValidateEndpoint [2022-04-07T18:05:43.750Z] --- PASS: TestValidateEndpoint (0.03s) [2022-04-07T18:05:43.750Z] === RUN TestPing [2022-04-07T18:05:43.750Z] --- PASS: TestPing (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestPingRegistryEndpoint [2022-04-07T18:05:43.750Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:43.750Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestEndpoint [2022-04-07T18:05:43.750Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:43.750Z] --- SKIP: TestEndpoint (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestParseRepositoryInfo [2022-04-07T18:05:43.750Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestNewIndexInfo [2022-04-07T18:05:43.750Z] --- PASS: TestNewIndexInfo (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestMirrorEndpointLookup [2022-04-07T18:05:43.750Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:05:43.750Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestSearchRepositories [2022-04-07T18:05:43.750Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-04-07T18:05:43.750Z] Host: 127.0.0.1:49332 [2022-04-07T18:05:43.750Z] User-Agent: docker test client [2022-04-07T18:05:43.750Z] Authorization: Token fake-token [2022-04-07T18:05:43.750Z] X-Docker-Token: true [2022-04-07T18:05:43.750Z] Accept-Encoding: gzip [2022-04-07T18:05:43.750Z] [2022-04-07T18:05:43.750Z] [2022-04-07T18:05:43.750Z] registry_test.go:731: HTTP/1.1 200 OK [2022-04-07T18:05:43.750Z] Connection: close [2022-04-07T18:05:43.750Z] Content-Length: 144 [2022-04-07T18:05:43.750Z] Cache-Control: no-cache [2022-04-07T18:05:43.750Z] Content-Type: application/json [2022-04-07T18:05:43.750Z] Date: Thu, 07 Apr 2022 18:05:43 GMT [2022-04-07T18:05:43.750Z] Expires: -1 [2022-04-07T18:05:43.750Z] Pragma: no-cache [2022-04-07T18:05:43.750Z] Server: docker-tests/mock [2022-04-07T18:05:43.750Z] X-Docker-Registry-Config: mock [2022-04-07T18:05:43.750Z] X-Docker-Registry-Version: 0.0.0 [2022-04-07T18:05:43.750Z] [2022-04-07T18:05:43.750Z] [2022-04-07T18:05:43.750Z] --- PASS: TestSearchRepositories (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestTrustedLocation [2022-04-07T18:05:43.750Z] --- PASS: TestTrustedLocation (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-04-07T18:05:43.750Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestAllowNondistributableArtifacts [2022-04-07T18:05:43.750Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestIsSecureIndex [2022-04-07T18:05:43.750Z] --- PASS: TestIsSecureIndex (0.00s) [2022-04-07T18:05:43.750Z] PASS [2022-04-07T18:05:43.750Z] coverage: 51.7% of statements [2022-04-07T18:05:43.750Z] ok github.com/docker/docker/registry 0.200s coverage: 51.7% of statements [2022-04-07T18:05:43.750Z] === RUN TestRestartManagerTimeout [2022-04-07T18:05:43.750Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-04-07T18:05:43.750Z] === RUN TestRestartManagerTimeoutReset [2022-04-07T18:05:43.751Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-04-07T18:05:43.751Z] PASS [2022-04-07T18:05:43.751Z] coverage: 50.9% of statements [2022-04-07T18:05:43.751Z] ok github.com/docker/docker/restartmanager 0.028s coverage: 50.9% of statements [2022-04-07T18:05:43.790Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-07T18:05:44.224Z] === RUN TestDecodeContainerConfig [2022-04-07T18:05:44.224Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-04-07T18:05:44.224Z] === RUN TestDecodeContainerConfigIsolation [2022-04-07T18:05:44.224Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-04-07T18:05:44.224Z] === RUN TestValidatePrivileged [2022-04-07T18:05:44.224Z] --- PASS: TestValidatePrivileged (0.00s) [2022-04-07T18:05:44.224Z] PASS [2022-04-07T18:05:44.224Z] coverage: 52.6% of statements [2022-04-07T18:05:44.224Z] ok github.com/docker/docker/runconfig 0.033s coverage: 52.6% of statements [2022-04-07T18:05:44.698Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-04-07T18:05:44.698Z] === RUN TestClientStream [2022-04-07T18:05:44.698Z] --- PASS: TestClientStream (0.00s) [2022-04-07T18:05:44.698Z] === RUN TestClientSendFile [2022-04-07T18:05:44.698Z] --- PASS: TestClientSendFile (0.00s) [2022-04-07T18:05:44.698Z] === RUN TestClientWithRequestTimeout [2022-04-07T18:05:44.698Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-04-07T18:05:44.698Z] === RUN TestFileSpecPlugin [2022-04-07T18:05:44.698Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-04-07T18:05:44.698Z] === RUN TestFileJSONSpecPlugin [2022-04-07T18:05:44.698Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-04-07T18:05:44.698Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-04-07T18:05:44.698Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-04-07T18:05:44.698Z] === RUN TestPluginAddHandler [2022-04-07T18:05:44.698Z] --- PASS: TestPluginAddHandler (0.00s) [2022-04-07T18:05:44.698Z] === RUN TestPluginWaitBadPlugin [2022-04-07T18:05:44.698Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-04-07T18:05:44.698Z] === RUN TestGet [2022-04-07T18:05:44.698Z] time="2022-04-07T18:05:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-04-07T18:05:44.698Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-04-07T18:05:44.698Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-04-07T18:05:44.698Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-04-07T18:05:44.698Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-04-07T18:05:44.698Z] PASS [2022-04-07T18:05:44.698Z] coverage: 62.5% of statements [2022-04-07T18:05:44.698Z] ok github.com/docker/docker/testutil 0.035s coverage: 62.5% of statements [2022-04-07T18:05:45.122Z] === RUN TestParseEmptyInterface [2022-04-07T18:05:45.122Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-04-07T18:05:45.122Z] === RUN TestParseNonInterfaceType [2022-04-07T18:05:45.122Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-04-07T18:05:45.122Z] === RUN TestParseWithOneFunction [2022-04-07T18:05:45.122Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-04-07T18:05:45.122Z] === RUN TestParseWithMultipleFuncs [2022-04-07T18:05:45.122Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-04-07T18:05:45.122Z] === RUN TestParseWithUnnamedReturn [2022-04-07T18:05:45.122Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-04-07T18:05:45.122Z] === RUN TestEmbeddedInterface [2022-04-07T18:05:45.122Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-04-07T18:05:45.122Z] === RUN TestParsedImports [2022-04-07T18:05:45.122Z] --- PASS: TestParsedImports (0.00s) [2022-04-07T18:05:45.122Z] === RUN TestAliasedImports [2022-04-07T18:05:45.122Z] --- PASS: TestAliasedImports (0.00s) [2022-04-07T18:05:45.122Z] PASS [2022-04-07T18:05:45.122Z] coverage: 56.8% of statements [2022-04-07T18:05:45.122Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.052s coverage: 56.8% of statements [2022-04-07T18:05:45.122Z] time="2022-04-07T18:05:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.Echo: Post \"http://127.0.0.1:49297/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-04-07T18:05:45.699Z] time="2022-04-07T18:05:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-04-07T18:05:46.103Z] === RUN TestHTTPTransport [2022-04-07T18:05:46.103Z] --- PASS: TestHTTPTransport (0.00s) [2022-04-07T18:05:46.103Z] PASS [2022-04-07T18:05:46.103Z] coverage: 85.7% of statements [2022-04-07T18:05:46.103Z] ok github.com/docker/docker/pkg/plugins/transport 0.033s coverage: 85.7% of statements [2022-04-07T18:05:46.568Z] 2022/04/07 18:05:46 Closing DB instances... [2022-04-07T18:05:46.568Z] time="2022-04-07T18:05:46Z" level=error msg="node: b12e3bee4568 is unknown to memberlist" [2022-04-07T18:05:46.568Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-04-07T18:05:46.568Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-07T18:05:46.568Z] === RUN TestBufioReaderPoolPutAndGet [2022-04-07T18:05:46.568Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-04-07T18:05:46.568Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-04-07T18:05:46.568Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-04-07T18:05:46.568Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-04-07T18:05:46.568Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-07T18:05:46.568Z] === RUN TestBufioWriterPoolPutAndGet [2022-04-07T18:05:46.568Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-04-07T18:05:46.568Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-04-07T18:05:46.568Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-04-07T18:05:46.568Z] === RUN TestBufferPoolPutAndGet [2022-04-07T18:05:46.568Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-04-07T18:05:46.568Z] PASS [2022-04-07T18:05:46.568Z] coverage: 88.2% of statements [2022-04-07T18:05:46.568Z] ok github.com/docker/docker/pkg/pools 0.030s coverage: 88.2% of statements [2022-04-07T18:05:46.697Z] === RUN TestGetDriver [2022-04-07T18:05:46.697Z] --- PASS: TestGetDriver (0.00s) [2022-04-07T18:05:46.697Z] === RUN TestVolumeRequestError [2022-04-07T18:05:46.697Z] --- PASS: TestVolumeRequestError (0.01s) [2022-04-07T18:05:46.697Z] PASS [2022-04-07T18:05:46.697Z] coverage: 36.1% of statements [2022-04-07T18:05:46.697Z] ok github.com/docker/docker/volume/drivers 0.038s coverage: 36.1% of statements [2022-04-07T18:05:46.697Z] === RUN TestGetAddress [2022-04-07T18:05:46.697Z] --- PASS: TestGetAddress (0.00s) [2022-04-07T18:05:46.697Z] === RUN TestRemove [2022-04-07T18:05:46.697Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-07T18:05:46.697Z] --- SKIP: TestRemove (0.00s) [2022-04-07T18:05:46.697Z] === RUN TestInitializeWithVolumes [2022-04-07T18:05:46.697Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-04-07T18:05:46.697Z] === RUN TestCreate [2022-04-07T18:05:46.697Z] --- PASS: TestCreate (0.01s) [2022-04-07T18:05:46.697Z] === RUN TestValidateName [2022-04-07T18:05:46.697Z] --- PASS: TestValidateName (0.00s) [2022-04-07T18:05:46.697Z] === RUN TestCreateWithOpts [2022-04-07T18:05:46.697Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-07T18:05:46.697Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-04-07T18:05:46.697Z] === RUN TestRelaodNoOpts [2022-04-07T18:05:46.697Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-04-07T18:05:46.697Z] PASS [2022-04-07T18:05:46.697Z] coverage: 41.5% of statements [2022-04-07T18:05:46.697Z] ok github.com/docker/docker/volume/local 0.058s coverage: 41.5% of statements [2022-04-07T18:05:47.032Z] === RUN TestOutputOnPrematureClose [2022-04-07T18:05:47.032Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-04-07T18:05:47.032Z] === RUN TestCompleteSilently [2022-04-07T18:05:47.032Z] --- PASS: TestCompleteSilently (0.00s) [2022-04-07T18:05:47.032Z] PASS [2022-04-07T18:05:47.032Z] coverage: 75.9% of statements [2022-04-07T18:05:47.032Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2022-04-07T18:05:47.090Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-07T18:05:47.090Z] --- PASS: TestCreateServiceMaxReplicas (3.69s) [2022-04-07T18:05:47.090Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-07T18:05:47.496Z] === RUN TestSendToOneSub [2022-04-07T18:05:47.497Z] --- PASS: TestSendToOneSub (0.00s) [2022-04-07T18:05:47.497Z] === RUN TestSendToMultipleSubs [2022-04-07T18:05:47.497Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-04-07T18:05:47.497Z] === RUN TestEvictOneSub [2022-04-07T18:05:47.497Z] --- PASS: TestEvictOneSub (0.00s) [2022-04-07T18:05:47.497Z] === RUN TestClosePublisher [2022-04-07T18:05:47.497Z] --- PASS: TestClosePublisher (0.00s) [2022-04-07T18:05:47.497Z] === RUN TestPubSubRace [2022-04-07T18:05:47.497Z] time="2022-04-07T18:05:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.Echo: Post \"http://127.0.0.1:49297/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-04-07T18:05:47.696Z] time="2022-04-07T18:05:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRaw [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-04-07T18:05:47.696Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRaw [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-04-07T18:05:47.696Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestConvertTmpfsOptions [2022-04-07T18:05:47.696Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-04-07T18:05:47.696Z] linux_parser_test.go:209: data="ro" [2022-04-07T18:05:47.696Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestParseMountSpec [2022-04-07T18:05:47.696Z] parser_test.go:62: case 0 [2022-04-07T18:05:47.696Z] parser_test.go:62: case 1 [2022-04-07T18:05:47.696Z] parser_test.go:62: case 2 [2022-04-07T18:05:47.696Z] parser_test.go:62: case 3 [2022-04-07T18:05:47.696Z] parser_test.go:62: case 4 [2022-04-07T18:05:47.696Z] parser_test.go:62: case 5 [2022-04-07T18:05:47.696Z] --- PASS: TestParseMountSpec (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestValidateMount [2022-04-07T18:05:47.696Z] --- PASS: TestValidateMount (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRaw [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-07T18:05:47.696Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-04-07T18:05:47.696Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-04-07T18:05:47.696Z] PASS [2022-04-07T18:05:47.696Z] coverage: 67.6% of statements [2022-04-07T18:05:47.696Z] ok github.com/docker/docker/volume/mounts 0.042s coverage: 67.6% of statements [2022-04-07T18:05:48.036Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-07T18:05:48.171Z] === RUN TestSetGetMeta [2022-04-07T18:05:48.171Z] === PAUSE TestSetGetMeta [2022-04-07T18:05:48.171Z] === RUN TestRestore [2022-04-07T18:05:48.171Z] === PAUSE TestRestore [2022-04-07T18:05:48.171Z] === RUN TestServiceCreate [2022-04-07T18:05:48.171Z] === PAUSE TestServiceCreate [2022-04-07T18:05:48.171Z] === RUN TestServiceList [2022-04-07T18:05:48.171Z] === PAUSE TestServiceList [2022-04-07T18:05:48.171Z] === RUN TestServiceRemove [2022-04-07T18:05:48.171Z] === PAUSE TestServiceRemove [2022-04-07T18:05:48.171Z] === RUN TestServiceGet [2022-04-07T18:05:48.171Z] === PAUSE TestServiceGet [2022-04-07T18:05:48.171Z] === RUN TestServicePrune [2022-04-07T18:05:48.171Z] === PAUSE TestServicePrune [2022-04-07T18:05:48.171Z] === RUN TestCreate [2022-04-07T18:05:48.171Z] === PAUSE TestCreate [2022-04-07T18:05:48.171Z] === RUN TestRemove [2022-04-07T18:05:48.171Z] === PAUSE TestRemove [2022-04-07T18:05:48.171Z] === RUN TestList [2022-04-07T18:05:48.171Z] === PAUSE TestList [2022-04-07T18:05:48.171Z] === RUN TestFindByDriver [2022-04-07T18:05:48.171Z] === PAUSE TestFindByDriver [2022-04-07T18:05:48.171Z] === RUN TestFindByReferenced [2022-04-07T18:05:48.171Z] === PAUSE TestFindByReferenced [2022-04-07T18:05:48.171Z] === RUN TestDerefMultipleOfSameRef [2022-04-07T18:05:48.171Z] === PAUSE TestDerefMultipleOfSameRef [2022-04-07T18:05:48.171Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-07T18:05:48.171Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-07T18:05:48.171Z] === RUN TestDefererencePluginOnCreateError [2022-04-07T18:05:48.171Z] === PAUSE TestDefererencePluginOnCreateError [2022-04-07T18:05:48.171Z] === RUN TestRefDerefRemove [2022-04-07T18:05:48.171Z] === PAUSE TestRefDerefRemove [2022-04-07T18:05:48.171Z] === RUN TestGet [2022-04-07T18:05:48.171Z] === PAUSE TestGet [2022-04-07T18:05:48.171Z] === RUN TestGetWithReference [2022-04-07T18:05:48.171Z] === PAUSE TestGetWithReference [2022-04-07T18:05:48.171Z] === RUN TestFilterFunc [2022-04-07T18:05:48.171Z] === RUN TestFilterFunc/test_nil_list [2022-04-07T18:05:48.171Z] === PAUSE TestFilterFunc/test_nil_list [2022-04-07T18:05:48.171Z] === RUN TestFilterFunc/test_empty_list [2022-04-07T18:05:48.171Z] === PAUSE TestFilterFunc/test_empty_list [2022-04-07T18:05:48.171Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-04-07T18:05:48.171Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-04-07T18:05:48.171Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-07T18:05:48.171Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-07T18:05:48.171Z] === RUN TestFilterFunc/test_filter_some [2022-04-07T18:05:48.171Z] === PAUSE TestFilterFunc/test_filter_some [2022-04-07T18:05:48.171Z] === RUN TestFilterFunc/test_filter_middle [2022-04-07T18:05:48.171Z] === PAUSE TestFilterFunc/test_filter_middle [2022-04-07T18:05:48.171Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-04-07T18:05:48.171Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-04-07T18:05:48.171Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-04-07T18:05:48.171Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-04-07T18:05:48.171Z] === CONT TestFilterFunc/test_nil_list [2022-04-07T18:05:48.171Z] === CONT TestFilterFunc/test_filter_some [2022-04-07T18:05:48.171Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-07T18:05:48.171Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-04-07T18:05:48.171Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-04-07T18:05:48.171Z] === CONT TestFilterFunc/test_empty_list [2022-04-07T18:05:48.171Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-04-07T18:05:48.171Z] === CONT TestFilterFunc/test_filter_middle [2022-04-07T18:05:48.171Z] --- PASS: TestFilterFunc (0.00s) [2022-04-07T18:05:48.171Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-04-07T18:05:48.171Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-04-07T18:05:48.171Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-04-07T18:05:48.171Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-04-07T18:05:48.171Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-04-07T18:05:48.171Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-04-07T18:05:48.171Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-04-07T18:05:48.171Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-04-07T18:05:48.171Z] === CONT TestSetGetMeta [2022-04-07T18:05:48.171Z] === CONT TestList [2022-04-07T18:05:48.171Z] === CONT TestDerefMultipleOfSameRef [2022-04-07T18:05:48.171Z] === CONT TestDefererencePluginOnCreateError [2022-04-07T18:05:48.171Z] --- PASS: TestSetGetMeta (0.01s) [2022-04-07T18:05:48.171Z] === CONT TestRemove [2022-04-07T18:05:48.171Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-04-07T18:05:48.171Z] === CONT TestCreate [2022-04-07T18:05:48.171Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-04-07T18:05:48.171Z] === CONT TestServicePrune [2022-04-07T18:05:48.171Z] --- PASS: TestList (0.02s) [2022-04-07T18:05:48.171Z] === CONT TestServiceGet [2022-04-07T18:05:48.171Z] --- PASS: TestCreate (0.01s) [2022-04-07T18:05:48.171Z] === CONT TestServiceRemove [2022-04-07T18:05:48.171Z] --- PASS: TestRemove (0.02s) [2022-04-07T18:05:48.171Z] === CONT TestServiceList [2022-04-07T18:05:48.171Z] time="2022-04-07T18:05:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:05:48.171Z] --- PASS: TestServiceGet (0.13s) [2022-04-07T18:05:48.171Z] === CONT TestServiceCreate [2022-04-07T18:05:48.171Z] --- PASS: TestServiceRemove (0.13s) [2022-04-07T18:05:48.171Z] === CONT TestRestore [2022-04-07T18:05:48.171Z] --- PASS: TestServiceList (0.13s) [2022-04-07T18:05:48.171Z] === CONT TestFindByReferenced [2022-04-07T18:05:48.171Z] time="2022-04-07T18:05:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:05:48.171Z] time="2022-04-07T18:05:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:05:48.171Z] time="2022-04-07T18:05:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-04-07T18:05:48.171Z] === CONT TestFindByDriver [2022-04-07T18:05:48.171Z] --- PASS: TestServiceCreate (0.02s) [2022-04-07T18:05:48.171Z] --- PASS: TestFindByReferenced (0.01s) [2022-04-07T18:05:48.171Z] === CONT TestGet [2022-04-07T18:05:48.171Z] time="2022-04-07T18:05:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:05:48.171Z] --- PASS: TestRestore (0.02s) [2022-04-07T18:05:48.171Z] === CONT TestGetWithReference [2022-04-07T18:05:48.171Z] --- PASS: TestServicePrune (0.16s) [2022-04-07T18:05:48.171Z] === CONT TestRefDerefRemove [2022-04-07T18:05:48.171Z] --- PASS: TestGet (0.02s) [2022-04-07T18:05:48.171Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-07T18:05:48.171Z] --- PASS: TestFindByDriver (0.02s) [2022-04-07T18:05:48.171Z] --- PASS: TestGetWithReference (0.02s) [2022-04-07T18:05:48.171Z] --- PASS: TestRefDerefRemove (0.01s) [2022-04-07T18:05:48.171Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-04-07T18:05:48.171Z] PASS [2022-04-07T18:05:48.171Z] coverage: 69.0% of statements [2022-04-07T18:05:48.171Z] ok github.com/docker/docker/volume/service 0.245s coverage: 69.0% of statements [2022-04-07T18:05:48.476Z] --- PASS: TestPubSubRace (1.05s) [2022-04-07T18:05:48.476Z] PASS [2022-04-07T18:05:48.476Z] coverage: 75.0% of statements [2022-04-07T18:05:48.476Z] ok github.com/docker/docker/pkg/pubsub 1.080s coverage: 75.0% of statements [2022-04-07T18:05:48.941Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.28s) [2022-04-07T18:05:48.941Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-04-07T18:05:49.405Z] === RUN TestRegister [2022-04-07T18:05:49.405Z] --- PASS: TestRegister (0.00s) [2022-04-07T18:05:49.405Z] === RUN TestCommand [2022-04-07T18:05:49.405Z] --- PASS: TestCommand (0.03s) [2022-04-07T18:05:49.405Z] === RUN TestNaiveSelf [2022-04-07T18:05:49.405Z] --- PASS: TestNaiveSelf (0.02s) [2022-04-07T18:05:49.405Z] PASS [2022-04-07T18:05:49.405Z] coverage: 82.4% of statements [2022-04-07T18:05:49.405Z] ok github.com/docker/docker/pkg/reexec 0.081s coverage: 82.4% of statements [2022-04-07T18:05:49.405Z] --- PASS: TestRequest (8.36s) [2022-04-07T18:05:49.405Z] === RUN TestOverlappingRequests [2022-04-07T18:05:49.870Z] --- PASS: TestOverlappingRequests (0.42s) [2022-04-07T18:05:49.870Z] === RUN TestRelease [2022-04-07T18:05:49.870Z] 2022/04/07 18:05:49 Closing DB instances... [2022-04-07T18:05:49.870Z] === RUN TestDump [2022-04-07T18:05:49.870Z] goroutine 6 [running]: [2022-04-07T18:05:49.870Z] github.com/docker/docker/pkg/stack.dump(0x282d57?) [2022-04-07T18:05:49.870Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-07T18:05:49.870Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-04-07T18:05:49.870Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-04-07T18:05:49.870Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-04-07T18:05:49.870Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-04-07T18:05:49.870Z] testing.tRunner(0xc000162000, 0x44a498) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:05:49.870Z] created by testing.(*T).Run [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-07T18:05:49.870Z] [2022-04-07T18:05:49.870Z] goroutine 1 [chan receive]: [2022-04-07T18:05:49.870Z] testing.(*T).Run(0xc000031d40, {0x43913c?, 0x25c1f3?}, 0x44a498) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-07T18:05:49.870Z] testing.runTests.func1(0xc00006c840?) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-07T18:05:49.870Z] testing.tRunner(0xc000031d40, 0xc000075ca0) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:05:49.870Z] testing.runTests(0xc000058500?, {0x5ce400, 0x3, 0x3}, {0x22be5610108?, 0x40?, 0x5d34a0?}) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-07T18:05:49.870Z] testing.(*M).Run(0xc000058500) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-07T18:05:49.870Z] main.main() [2022-04-07T18:05:49.870Z] _testmain.go:99 +0x255 [2022-04-07T18:05:49.870Z] --- PASS: TestDump (0.00s) [2022-04-07T18:05:49.870Z] === RUN TestDumpToFile [2022-04-07T18:05:49.870Z] --- PASS: TestDumpToFile (0.10s) [2022-04-07T18:05:49.870Z] === RUN TestDumpToFileWithEmptyInput [2022-04-07T18:05:49.870Z] goroutine 8 [running]: [2022-04-07T18:05:49.870Z] github.com/docker/docker/pkg/stack.dump(0x2fecd3?) [2022-04-07T18:05:49.870Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-07T18:05:49.870Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x2feca0?}) [2022-04-07T18:05:49.870Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-04-07T18:05:49.870Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000162000?) [2022-04-07T18:05:49.870Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-04-07T18:05:49.870Z] testing.tRunner(0xc000162680, 0x44a488) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:05:49.870Z] created by testing.(*T).Run [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-07T18:05:49.870Z] [2022-04-07T18:05:49.870Z] goroutine 1 [chan receive]: [2022-04-07T18:05:49.870Z] testing.(*T).Run(0xc000031d40, {0x440713?, 0x25c1f3?}, 0x44a488) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-07T18:05:49.870Z] testing.runTests.func1(0xc00006c840?) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-07T18:05:49.870Z] testing.tRunner(0xc000031d40, 0xc000075ca0) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-07T18:05:49.870Z] testing.runTests(0xc000058500?, {0x5ce400, 0x3, 0x3}, {0x22be5610108?, 0x40?, 0x5d34a0?}) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-07T18:05:49.870Z] testing.(*M).Run(0xc000058500) [2022-04-07T18:05:49.870Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-07T18:05:49.870Z] main.main() [2022-04-07T18:05:49.870Z] _testmain.go:99 +0x255 [2022-04-07T18:05:49.870Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-04-07T18:05:49.870Z] PASS [2022-04-07T18:05:49.870Z] coverage: 90.9% of statements [2022-04-07T18:05:49.870Z] ok github.com/docker/docker/pkg/stack 0.137s coverage: 90.9% of statements [2022-04-07T18:05:50.335Z] === RUN TestNewStdWriter [2022-04-07T18:05:50.335Z] --- PASS: TestNewStdWriter (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestWriteWithUninitializedStdWriter [2022-04-07T18:05:50.335Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestWriteWithNilBytes [2022-04-07T18:05:50.335Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestWrite [2022-04-07T18:05:50.335Z] --- PASS: TestWrite (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestWriteWithWriterError [2022-04-07T18:05:50.335Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-04-07T18:05:50.335Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestStdCopyWriteAndRead [2022-04-07T18:05:50.335Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-04-07T18:05:50.335Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-04-07T18:05:50.335Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-04-07T18:05:50.335Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestStdCopyWithInvalidInputHeader [2022-04-07T18:05:50.335Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestStdCopyWithCorruptedPrefix [2022-04-07T18:05:50.335Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestStdCopyReturnsWriteErrors [2022-04-07T18:05:50.335Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-04-07T18:05:50.335Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-04-07T18:05:50.335Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-04-07T18:05:50.335Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-04-07T18:05:50.335Z] PASS [2022-04-07T18:05:50.335Z] coverage: 100.0% of statements [2022-04-07T18:05:50.335Z] ok github.com/docker/docker/pkg/stdcopy 0.032s coverage: 100.0% of statements [2022-04-07T18:05:50.582Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-07T18:05:51.316Z] === RUN TestRawProgressFormatterFormatStatus [2022-04-07T18:05:51.317Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestRawProgressFormatterFormatProgress [2022-04-07T18:05:51.317Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestFormatStatus [2022-04-07T18:05:51.317Z] --- PASS: TestFormatStatus (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestFormatError [2022-04-07T18:05:51.317Z] --- PASS: TestFormatError (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestFormatJSONError [2022-04-07T18:05:51.317Z] --- PASS: TestFormatJSONError (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestJsonProgressFormatterFormatProgress [2022-04-07T18:05:51.317Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestJsonProgressFormatterFormatStatus [2022-04-07T18:05:51.317Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestNewJSONProgressOutput [2022-04-07T18:05:51.317Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestAuxFormatterEmit [2022-04-07T18:05:51.317Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestStreamWriterStdout [2022-04-07T18:05:51.317Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-04-07T18:05:51.317Z] === RUN TestStreamWriterStderr [2022-04-07T18:05:51.317Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-04-07T18:05:51.317Z] PASS [2022-04-07T18:05:51.317Z] coverage: 66.2% of statements [2022-04-07T18:05:51.317Z] ok github.com/docker/docker/pkg/streamformatter 0.034s coverage: 66.2% of statements [2022-04-07T18:05:51.317Z] --- PASS: TestRelease (1.66s) [2022-04-07T18:05:51.317Z] === RUN TestAllocateRandomDeallocate [2022-04-07T18:05:51.317Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-04-07T18:05:51.317Z] === RUN TestNetworkDBGarbageCollection [2022-04-07T18:05:51.524Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-07T18:05:51.781Z] === RUN TestGenerateRandomID [2022-04-07T18:05:51.781Z] --- PASS: TestGenerateRandomID (0.00s) [2022-04-07T18:05:51.781Z] === RUN TestShortenId [2022-04-07T18:05:51.781Z] --- PASS: TestShortenId (0.00s) [2022-04-07T18:05:51.781Z] === RUN TestShortenSha256Id [2022-04-07T18:05:51.781Z] --- PASS: TestShortenSha256Id (0.00s) [2022-04-07T18:05:51.781Z] === RUN TestShortenIdEmpty [2022-04-07T18:05:51.781Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-04-07T18:05:51.781Z] === RUN TestShortenIdInvalid [2022-04-07T18:05:51.781Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-04-07T18:05:51.781Z] === RUN TestIsShortIDNonHex [2022-04-07T18:05:51.781Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-04-07T18:05:51.781Z] === RUN TestIsShortIDNotCorrectSize [2022-04-07T18:05:51.781Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-04-07T18:05:51.781Z] PASS [2022-04-07T18:05:51.781Z] coverage: 70.6% of statements [2022-04-07T18:05:51.781Z] ok github.com/docker/docker/pkg/stringid 0.033s coverage: 70.6% of statements [2022-04-07T18:05:51.785Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-07T18:05:52.001Z] time="2022-04-07T18:05:51Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-04-07T18:05:52.046Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-07T18:05:52.246Z] time="2022-04-07T18:05:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.Echo: Post \"http://127.0.0.1:49297/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-04-07T18:05:52.246Z] === RUN TestIsCpusetListAvailable [2022-04-07T18:05:52.246Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-04-07T18:05:52.246Z] PASS [2022-04-07T18:05:52.246Z] coverage: 39.4% of statements [2022-04-07T18:05:52.246Z] ok github.com/docker/docker/pkg/sysinfo 0.029s coverage: 39.4% of statements [2022-04-07T18:05:52.617Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-04-07T18:05:53.189Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-07T18:05:53.225Z] === RUN TestChtimes [2022-04-07T18:05:53.225Z] --- PASS: TestChtimes (0.00s) [2022-04-07T18:05:53.225Z] === RUN TestChtimesWindows [2022-04-07T18:05:53.225Z] --- PASS: TestChtimesWindows (0.00s) [2022-04-07T18:05:53.690Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-04-07T18:05:53.690Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-04-07T18:05:53.690Z] PASS [2022-04-07T18:05:53.690Z] coverage: 13.0% of statements [2022-04-07T18:05:53.690Z] ok github.com/docker/docker/pkg/system 0.036s coverage: 13.0% of statements [2022-04-07T18:05:53.759Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-07T18:05:54.160Z] === RUN TestTailFile [2022-04-07T18:05:54.160Z] --- PASS: TestTailFile (0.00s) [2022-04-07T18:05:54.160Z] === RUN TestTailFileManyLines [2022-04-07T18:05:54.160Z] --- PASS: TestTailFileManyLines (0.00s) [2022-04-07T18:05:54.160Z] === RUN TestTailEmptyFile [2022-04-07T18:05:54.160Z] --- PASS: TestTailEmptyFile (0.00s) [2022-04-07T18:05:54.160Z] === RUN TestTailNegativeN [2022-04-07T18:05:54.160Z] --- PASS: TestTailNegativeN (0.00s) [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader [2022-04-07T18:05:54.160Z] === CONT TestNewTailReader [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/12_byte_delimiter [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/single_byte_delimiter [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/2_byte_delimiter [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/truncated_last_line [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-04-07T18:05:54.160Z] === CONT TestNewTailReader/8_byte_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.160Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.160Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.160Z] === CONT TestNewTailReader/4_byte_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.160Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.160Z] === CONT TestNewTailReader/no_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-04-07T18:05:54.160Z] === CONT TestNewTailReader/12_byte_delimiter [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-07T18:05:54.160Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-07T18:05:54.160Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/single_byte_delimiter [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/2_byte_delimiter [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.161Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.161Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.161Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.162Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.162Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.163Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.163Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.163Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.164Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-07T18:05:54.164Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.164Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.165Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.165Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.165Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.165Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.165Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.232Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:05:54.232Z] INFO: Testing against a local daemon [2022-04-07T18:05:54.232Z] === RUN TestBuildWithSession [2022-04-07T18:05:54.232Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T18:05:54.232Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-07T18:05:54.232Z] === RUN TestBuildSquashParent [2022-04-07T18:05:54.232Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:05:54.232Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-04-07T18:05:54.232Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-07T18:05:54.232Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T18:05:54.232Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T18:05:54.232Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T18:05:54.232Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T18:05:54.232Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T18:05:54.232Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T18:05:54.233Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T18:05:54.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T18:05:54.233Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T18:05:54.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T18:05:54.233Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T18:05:54.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T18:05:54.233Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T18:05:54.233Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T18:05:54.233Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T18:05:54.233Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T18:05:54.332Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-07T18:05:54.629Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.629Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-07T18:05:54.629Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.629Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.629Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.629Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.629Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.629Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-07T18:05:54.629Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.629Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.629Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.629Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.630Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.630Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-07T18:05:54.631Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:54.631Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:54.632Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-04-07T18:05:54.633Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-07T18:05:54.634Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-07T18:05:54.634Z] PASS [2022-04-07T18:05:54.634Z] coverage: 88.6% of statements [2022-04-07T18:05:54.634Z] ok github.com/docker/docker/pkg/tailfile 0.129s coverage: 88.6% of statements [2022-04-07T18:05:54.902Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-07T18:05:55.098Z] === RUN TestTarSumRemoveNonExistent [2022-04-07T18:05:55.098Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestTarSumRemove [2022-04-07T18:05:55.098Z] --- PASS: TestTarSumRemove (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestSortFileInfoSums [2022-04-07T18:05:55.098Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestNewTarSumForLabelInvalid [2022-04-07T18:05:55.098Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestNewTarSumForLabel [2022-04-07T18:05:55.098Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestEmptyTar [2022-04-07T18:05:55.098Z] --- PASS: TestEmptyTar (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestTarSumsReadSize [2022-04-07T18:05:55.098Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestTarSums [2022-04-07T18:05:55.098Z] --- PASS: TestTarSums (0.06s) [2022-04-07T18:05:55.098Z] === RUN TestIteration [2022-04-07T18:05:55.098Z] --- PASS: TestIteration (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestVersionLabelForChecksum [2022-04-07T18:05:55.098Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestVersion [2022-04-07T18:05:55.098Z] --- PASS: TestVersion (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestGetVersion [2022-04-07T18:05:55.098Z] --- PASS: TestGetVersion (0.00s) [2022-04-07T18:05:55.098Z] === RUN TestGetVersions [2022-04-07T18:05:55.098Z] --- PASS: TestGetVersions (0.00s) [2022-04-07T18:05:55.098Z] PASS [2022-04-07T18:05:55.098Z] coverage: 89.3% of statements [2022-04-07T18:05:55.098Z] ok github.com/docker/docker/pkg/tarsum 0.102s coverage: 89.3% of statements [2022-04-07T18:05:55.473Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-07T18:05:55.563Z] === RUN TestTruncIndex [2022-04-07T18:05:56.027Z] --- PASS: TestTruncIndex (0.10s) [2022-04-07T18:05:56.027Z] PASS [2022-04-07T18:05:56.027Z] coverage: 91.5% of statements [2022-04-07T18:05:56.027Z] ok github.com/docker/docker/pkg/truncindex 0.130s coverage: 91.5% of statements [2022-04-07T18:05:56.027Z] --- PASS: TestAllocateRandomDeallocate (4.78s) [2022-04-07T18:05:56.027Z] === RUN TestRetrieveFromStore [2022-04-07T18:05:56.045Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-07T18:05:56.494Z] === RUN TestIsGIT [2022-04-07T18:05:56.494Z] --- PASS: TestIsGIT (0.00s) [2022-04-07T18:05:56.494Z] === RUN TestIsTransport [2022-04-07T18:05:56.494Z] --- PASS: TestIsTransport (0.00s) [2022-04-07T18:05:56.494Z] PASS [2022-04-07T18:05:56.494Z] coverage: 100.0% of statements [2022-04-07T18:05:56.494Z] ok github.com/docker/docker/pkg/urlutil 0.030s coverage: 100.0% of statements [2022-04-07T18:05:56.958Z] === RUN TestVersionInfo [2022-04-07T18:05:56.958Z] --- PASS: TestVersionInfo (0.00s) [2022-04-07T18:05:56.958Z] === RUN TestAppendVersions [2022-04-07T18:05:56.958Z] --- PASS: TestAppendVersions (0.00s) [2022-04-07T18:05:56.958Z] PASS [2022-04-07T18:05:56.958Z] coverage: 88.9% of statements [2022-04-07T18:05:56.958Z] ok github.com/docker/docker/pkg/useragent 0.030s coverage: 88.9% of statements [2022-04-07T18:05:56.988Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-07T18:05:57.253Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-04-07T18:05:57.532Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-07T18:05:57.943Z] --- PASS: TestRetrieveFromStore (1.52s) [2022-04-07T18:05:57.943Z] === RUN TestRequestReleaseAddressDuplicate [2022-04-07T18:05:57.943Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-04-07T18:05:57.943Z] === RUN TestParallelPredefinedRequest1 [2022-04-07T18:05:57.943Z] === PAUSE TestParallelPredefinedRequest1 [2022-04-07T18:05:57.943Z] === RUN TestParallelPredefinedRequest2 [2022-04-07T18:05:57.943Z] === PAUSE TestParallelPredefinedRequest2 [2022-04-07T18:05:57.943Z] === RUN TestParallelPredefinedRequest3 [2022-04-07T18:05:57.943Z] === PAUSE TestParallelPredefinedRequest3 [2022-04-07T18:05:57.943Z] === RUN TestParallelPredefinedRequest4 [2022-04-07T18:05:57.943Z] === PAUSE TestParallelPredefinedRequest4 [2022-04-07T18:05:57.943Z] === RUN TestParallelPredefinedRequest5 [2022-04-07T18:05:57.943Z] === PAUSE TestParallelPredefinedRequest5 [2022-04-07T18:05:57.943Z] === RUN TestDebug [2022-04-07T18:05:57.943Z] --- PASS: TestDebug (0.00s) [2022-04-07T18:05:57.943Z] === RUN TestRequestPoolParallel [2022-04-07T18:05:58.407Z] --- PASS: TestRequestPoolParallel (0.46s) [2022-04-07T18:05:58.407Z] === RUN TestFullAllocateRelease [2022-04-07T18:05:58.407Z] === RUN TestValidatePrivileges [2022-04-07T18:05:58.407Z] --- PASS: TestValidatePrivileges (0.00s) [2022-04-07T18:05:58.407Z] === RUN TestFilterByCapNeg [2022-04-07T18:05:58.407Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-04-07T18:05:58.407Z] === RUN TestFilterByCapPos [2022-04-07T18:05:58.407Z] --- PASS: TestFilterByCapPos (0.00s) [2022-04-07T18:05:58.407Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-04-07T18:05:58.407Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-04-07T18:05:58.407Z] PASS [2022-04-07T18:05:58.407Z] coverage: 12.0% of statements [2022-04-07T18:05:58.407Z] ok github.com/docker/docker/plugin 0.048s coverage: 12.0% of statements [2022-04-07T18:05:58.407Z] --- PASS: TestFullAllocateRelease (0.35s) [2022-04-07T18:05:58.407Z] === RUN TestOddAllocateRelease [2022-04-07T18:05:58.480Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-07T18:05:58.872Z] --- PASS: TestOddAllocateRelease (0.24s) [2022-04-07T18:05:58.872Z] === RUN TestFullAllocateSerialReleaseParallel [2022-04-07T18:05:58.872Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-04-07T18:05:58.872Z] === RUN TestOddAllocateSerialReleaseParallel [2022-04-07T18:05:58.872Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-04-07T18:05:58.872Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-04-07T18:05:58.872Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-04-07T18:05:58.872Z] === CONT TestParallelPredefinedRequest1 [2022-04-07T18:05:58.872Z] === CONT TestParallelPredefinedRequest4 [2022-04-07T18:05:58.872Z] === CONT TestParallelPredefinedRequest1 [2022-04-07T18:05:58.872Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:58.872Z] === CONT TestParallelPredefinedRequest5 [2022-04-07T18:05:58.872Z] === CONT TestParallelPredefinedRequest4 [2022-04-07T18:05:58.872Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:58.872Z] === CONT TestParallelPredefinedRequest3 [2022-04-07T18:05:58.872Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:58.872Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-04-07T18:05:58.872Z] === CONT TestParallelPredefinedRequest2 [2022-04-07T18:05:58.872Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-04-07T18:05:58.872Z] === CONT TestParallelPredefinedRequest2 [2022-04-07T18:05:58.872Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:58.872Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-04-07T18:05:58.872Z] === CONT TestParallelPredefinedRequest5 [2022-04-07T18:05:58.872Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:05:58.872Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-04-07T18:05:58.872Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-04-07T18:05:58.872Z] PASS [2022-04-07T18:05:58.872Z] coverage: 85.3% of statements [2022-04-07T18:05:58.872Z] ok github.com/docker/docker/libnetwork/ipam 46.263s coverage: 85.3% of statements [2022-04-07T18:05:59.051Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-07T18:05:59.312Z] docker_api_swarm_node_test.go:81: [d22235ff9763e] joining swarm manager [d85121b368f02]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:05:59.337Z] === RUN TestNewSettable [2022-04-07T18:05:59.337Z] --- PASS: TestNewSettable (0.00s) [2022-04-07T18:05:59.337Z] === RUN TestIsSettable [2022-04-07T18:05:59.337Z] --- PASS: TestIsSettable (0.00s) [2022-04-07T18:05:59.337Z] === RUN TestUpdateSettingsEnv [2022-04-07T18:05:59.337Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-04-07T18:05:59.337Z] PASS [2022-04-07T18:05:59.337Z] coverage: 20.0% of statements [2022-04-07T18:05:59.337Z] ok github.com/docker/docker/plugin/v2 0.033s coverage: 20.0% of statements [2022-04-07T18:05:59.883Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-07T18:06:00.318Z] === RUN TestLoad [2022-04-07T18:06:00.318Z] --- PASS: TestLoad (0.00s) [2022-04-07T18:06:00.318Z] === RUN TestSave [2022-04-07T18:06:00.318Z] --- PASS: TestSave (0.03s) [2022-04-07T18:06:00.318Z] === RUN TestAddDeleteGet [2022-04-07T18:06:00.318Z] --- PASS: TestAddDeleteGet (0.03s) [2022-04-07T18:06:00.318Z] === RUN TestInvalidTags [2022-04-07T18:06:00.318Z] --- PASS: TestInvalidTags (0.00s) [2022-04-07T18:06:00.318Z] PASS [2022-04-07T18:06:00.318Z] coverage: 84.4% of statements [2022-04-07T18:06:00.318Z] ok github.com/docker/docker/reference 0.105s coverage: 84.4% of statements [2022-04-07T18:06:00.724Z] --- PASS: TestGet (15.00s) [2022-04-07T18:06:00.724Z] === RUN TestPluginWithNoManifest [2022-04-07T18:06:00.724Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-04-07T18:06:00.724Z] === RUN TestGetAll [2022-04-07T18:06:00.724Z] --- PASS: TestGetAll (0.00s) [2022-04-07T18:06:00.724Z] PASS [2022-04-07T18:06:00.724Z] coverage: 73.2% of statements [2022-04-07T18:06:00.724Z] ok github.com/docker/docker/pkg/plugins 35.855s coverage: 73.2% of statements [2022-04-07T18:06:00.782Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-04-07T18:06:00.783Z] === RUN TestClientStream [2022-04-07T18:06:00.783Z] --- PASS: TestClientStream (0.00s) [2022-04-07T18:06:00.783Z] === RUN TestClientSendFile [2022-04-07T18:06:00.783Z] --- PASS: TestClientSendFile (0.00s) [2022-04-07T18:06:00.783Z] === RUN TestClientWithRequestTimeout [2022-04-07T18:06:00.783Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-04-07T18:06:00.783Z] === RUN TestFileSpecPlugin [2022-04-07T18:06:00.783Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-04-07T18:06:00.783Z] === RUN TestFileJSONSpecPlugin [2022-04-07T18:06:00.783Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-04-07T18:06:00.783Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-04-07T18:06:00.783Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-04-07T18:06:00.783Z] === RUN TestPluginAddHandler [2022-04-07T18:06:00.783Z] --- PASS: TestPluginAddHandler (0.00s) [2022-04-07T18:06:00.783Z] === RUN TestPluginWaitBadPlugin [2022-04-07T18:06:00.783Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-04-07T18:06:00.783Z] === RUN TestGet [2022-04-07T18:06:00.783Z] time="2022-04-07T18:06:00Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-04-07T18:06:00.825Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-07T18:06:00.825Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.94s) [2022-04-07T18:06:00.825Z] === RUN TestCreateServiceSecretFileMode [2022-04-07T18:06:01.762Z] time="2022-04-07T18:06:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-04-07T18:06:01.762Z] === RUN TestResolveAuthConfigIndexServer [2022-04-07T18:06:01.762Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-04-07T18:06:01.762Z] === RUN TestResolveAuthConfigFullURL [2022-04-07T18:06:01.762Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-04-07T18:06:01.762Z] === RUN TestLoadAllowNondistributableArtifacts [2022-04-07T18:06:01.762Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-04-07T18:06:01.762Z] === RUN TestValidateMirror [2022-04-07T18:06:01.762Z] --- PASS: TestValidateMirror (0.00s) [2022-04-07T18:06:01.762Z] === RUN TestLoadInsecureRegistries [2022-04-07T18:06:01.767Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-07T18:06:02.226Z] time="2022-04-07T18:06:01Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-07T18:06:02.226Z] time="2022-04-07T18:06:01Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-04-07T18:06:02.226Z] time="2022-04-07T18:06:01Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-07T18:06:02.226Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2022-04-07T18:06:02.226Z] === RUN TestNewServiceConfig [2022-04-07T18:06:02.226Z] --- PASS: TestNewServiceConfig (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestValidateIndexName [2022-04-07T18:06:02.226Z] --- PASS: TestValidateIndexName (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestValidateIndexNameWithError [2022-04-07T18:06:02.226Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestEndpointParse [2022-04-07T18:06:02.226Z] --- PASS: TestEndpointParse (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestEndpointParseInvalid [2022-04-07T18:06:02.226Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestValidateEndpoint [2022-04-07T18:06:02.226Z] --- PASS: TestValidateEndpoint (0.01s) [2022-04-07T18:06:02.226Z] === RUN TestPing [2022-04-07T18:06:02.226Z] --- PASS: TestPing (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestPingRegistryEndpoint [2022-04-07T18:06:02.226Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:02.226Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestEndpoint [2022-04-07T18:06:02.226Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:02.226Z] --- SKIP: TestEndpoint (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestParseRepositoryInfo [2022-04-07T18:06:02.226Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestNewIndexInfo [2022-04-07T18:06:02.226Z] --- PASS: TestNewIndexInfo (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestMirrorEndpointLookup [2022-04-07T18:06:02.226Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:02.226Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestSearchRepositories [2022-04-07T18:06:02.226Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-04-07T18:06:02.226Z] Host: 127.0.0.1:49329 [2022-04-07T18:06:02.226Z] User-Agent: docker test client [2022-04-07T18:06:02.226Z] Authorization: Token fake-token [2022-04-07T18:06:02.226Z] X-Docker-Token: true [2022-04-07T18:06:02.226Z] Accept-Encoding: gzip [2022-04-07T18:06:02.226Z] [2022-04-07T18:06:02.226Z] [2022-04-07T18:06:02.226Z] registry_test.go:731: HTTP/1.1 200 OK [2022-04-07T18:06:02.226Z] Connection: close [2022-04-07T18:06:02.226Z] Content-Length: 144 [2022-04-07T18:06:02.226Z] Cache-Control: no-cache [2022-04-07T18:06:02.226Z] Content-Type: application/json [2022-04-07T18:06:02.226Z] Date: Thu, 07 Apr 2022 18:06:01 GMT [2022-04-07T18:06:02.226Z] Expires: -1 [2022-04-07T18:06:02.226Z] Pragma: no-cache [2022-04-07T18:06:02.226Z] Server: docker-tests/mock [2022-04-07T18:06:02.226Z] X-Docker-Registry-Config: mock [2022-04-07T18:06:02.226Z] X-Docker-Registry-Version: 0.0.0 [2022-04-07T18:06:02.226Z] [2022-04-07T18:06:02.226Z] [2022-04-07T18:06:02.226Z] --- PASS: TestSearchRepositories (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestTrustedLocation [2022-04-07T18:06:02.226Z] --- PASS: TestTrustedLocation (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-04-07T18:06:02.226Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestAllowNondistributableArtifacts [2022-04-07T18:06:02.226Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-04-07T18:06:02.226Z] === RUN TestIsSecureIndex [2022-04-07T18:06:02.226Z] --- PASS: TestIsSecureIndex (0.00s) [2022-04-07T18:06:02.226Z] PASS [2022-04-07T18:06:02.226Z] coverage: 51.7% of statements [2022-04-07T18:06:02.226Z] ok github.com/docker/docker/registry 0.191s coverage: 51.7% of statements [2022-04-07T18:06:02.340Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-07T18:06:02.340Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-07T18:06:02.691Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-04-07T18:06:02.691Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-04-07T18:06:02.691Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-04-07T18:06:02.691Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-04-07T18:06:02.691Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-04-07T18:06:02.691Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-04-07T18:06:02.691Z] === RUN TestResumableRequestReaderWithReadError [2022-04-07T18:06:02.794Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-04-07T18:06:03.157Z] time="2022-04-07T18:06:02Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-04-07T18:06:03.157Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s) [2022-04-07T18:06:03.158Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-04-07T18:06:03.158Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-04-07T18:06:03.158Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-04-07T18:06:03.158Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-04-07T18:06:03.158Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-04-07T18:06:03.158Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-04-07T18:06:03.158Z] === RUN TestResumableRequestReader [2022-04-07T18:06:03.158Z] --- PASS: TestResumableRequestReader (0.00s) [2022-04-07T18:06:03.158Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-04-07T18:06:03.158Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-04-07T18:06:03.158Z] PASS [2022-04-07T18:06:03.158Z] coverage: 100.0% of statements [2022-04-07T18:06:03.158Z] ok github.com/docker/docker/registry/resumable 0.187s coverage: 100.0% of statements [2022-04-07T18:06:03.284Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-07T18:06:03.623Z] === RUN TestRestartManagerTimeout [2022-04-07T18:06:03.623Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-04-07T18:06:03.623Z] === RUN TestRestartManagerTimeoutReset [2022-04-07T18:06:03.623Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-04-07T18:06:03.623Z] PASS [2022-04-07T18:06:03.623Z] coverage: 50.9% of statements [2022-04-07T18:06:03.623Z] ok github.com/docker/docker/restartmanager 0.030s coverage: 50.9% of statements [2022-04-07T18:06:03.855Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-07T18:06:04.087Z] time="2022-04-07T18:06:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-04-07T18:06:04.087Z] === RUN TestDecodeContainerConfig [2022-04-07T18:06:04.087Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-04-07T18:06:04.087Z] === RUN TestDecodeContainerConfigIsolation [2022-04-07T18:06:04.087Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-04-07T18:06:04.087Z] === RUN TestValidatePrivileged [2022-04-07T18:06:04.087Z] --- PASS: TestValidatePrivileged (0.00s) [2022-04-07T18:06:04.087Z] PASS [2022-04-07T18:06:04.087Z] coverage: 52.6% of statements [2022-04-07T18:06:04.087Z] ok github.com/docker/docker/runconfig 0.034s coverage: 52.6% of statements [2022-04-07T18:06:04.796Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-07T18:06:05.068Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-04-07T18:06:05.068Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-04-07T18:06:05.068Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-04-07T18:06:05.068Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-04-07T18:06:05.068Z] PASS [2022-04-07T18:06:05.068Z] coverage: 62.5% of statements [2022-04-07T18:06:05.068Z] ok github.com/docker/docker/testutil 0.032s coverage: 62.5% of statements [2022-04-07T18:06:05.367Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-07T18:06:06.309Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-07T18:06:06.713Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T18:06:06.713Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T18:06:07.268Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-07T18:06:07.268Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-07T18:06:07.268Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-07T18:06:07.268Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-04-07T18:06:07.694Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-07T18:06:07.733Z] time="2022-04-07T18:06:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-04-07T18:06:07.955Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-07T18:06:08.197Z] === RUN TestGetDriver [2022-04-07T18:06:08.197Z] --- PASS: TestGetDriver (0.00s) [2022-04-07T18:06:08.197Z] === RUN TestVolumeRequestError [2022-04-07T18:06:08.197Z] --- PASS: TestVolumeRequestError (0.01s) [2022-04-07T18:06:08.197Z] PASS [2022-04-07T18:06:08.197Z] coverage: 36.1% of statements [2022-04-07T18:06:08.197Z] ok github.com/docker/docker/volume/drivers 0.038s coverage: 36.1% of statements [2022-04-07T18:06:08.197Z] === RUN TestGetAddress [2022-04-07T18:06:08.197Z] --- PASS: TestGetAddress (0.00s) [2022-04-07T18:06:08.197Z] === RUN TestRemove [2022-04-07T18:06:08.197Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-07T18:06:08.197Z] --- SKIP: TestRemove (0.00s) [2022-04-07T18:06:08.197Z] === RUN TestInitializeWithVolumes [2022-04-07T18:06:08.197Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-04-07T18:06:08.197Z] === RUN TestCreate [2022-04-07T18:06:08.197Z] --- PASS: TestCreate (0.01s) [2022-04-07T18:06:08.197Z] === RUN TestValidateName [2022-04-07T18:06:08.197Z] --- PASS: TestValidateName (0.00s) [2022-04-07T18:06:08.197Z] === RUN TestCreateWithOpts [2022-04-07T18:06:08.197Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-07T18:06:08.197Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-04-07T18:06:08.197Z] === RUN TestRelaodNoOpts [2022-04-07T18:06:08.197Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-04-07T18:06:08.197Z] PASS [2022-04-07T18:06:08.197Z] coverage: 41.5% of statements [2022-04-07T18:06:08.197Z] ok github.com/docker/docker/volume/local 0.054s coverage: 41.5% of statements [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRaw [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-04-07T18:06:09.181Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRaw [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-04-07T18:06:09.181Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestConvertTmpfsOptions [2022-04-07T18:06:09.181Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-04-07T18:06:09.181Z] linux_parser_test.go:209: data="ro" [2022-04-07T18:06:09.181Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestParseMountSpec [2022-04-07T18:06:09.181Z] parser_test.go:62: case 0 [2022-04-07T18:06:09.181Z] parser_test.go:62: case 1 [2022-04-07T18:06:09.181Z] parser_test.go:62: case 2 [2022-04-07T18:06:09.181Z] parser_test.go:62: case 3 [2022-04-07T18:06:09.181Z] parser_test.go:62: case 4 [2022-04-07T18:06:09.181Z] parser_test.go:62: case 5 [2022-04-07T18:06:09.181Z] --- PASS: TestParseMountSpec (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestValidateMount [2022-04-07T18:06:09.181Z] --- PASS: TestValidateMount (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRaw [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-07T18:06:09.181Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-04-07T18:06:09.181Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-04-07T18:06:09.181Z] PASS [2022-04-07T18:06:09.181Z] coverage: 67.6% of statements [2022-04-07T18:06:09.181Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.6% of statements [2022-04-07T18:06:09.339Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-07T18:06:09.646Z] === RUN TestSetGetMeta [2022-04-07T18:06:09.646Z] === PAUSE TestSetGetMeta [2022-04-07T18:06:09.646Z] === RUN TestRestore [2022-04-07T18:06:09.646Z] === PAUSE TestRestore [2022-04-07T18:06:09.646Z] === RUN TestServiceCreate [2022-04-07T18:06:09.646Z] === PAUSE TestServiceCreate [2022-04-07T18:06:09.646Z] === RUN TestServiceList [2022-04-07T18:06:09.646Z] === PAUSE TestServiceList [2022-04-07T18:06:09.646Z] === RUN TestServiceRemove [2022-04-07T18:06:09.646Z] === PAUSE TestServiceRemove [2022-04-07T18:06:09.646Z] === RUN TestServiceGet [2022-04-07T18:06:09.646Z] === PAUSE TestServiceGet [2022-04-07T18:06:09.646Z] === RUN TestServicePrune [2022-04-07T18:06:09.646Z] === PAUSE TestServicePrune [2022-04-07T18:06:09.646Z] === RUN TestCreate [2022-04-07T18:06:09.646Z] === PAUSE TestCreate [2022-04-07T18:06:09.646Z] === RUN TestRemove [2022-04-07T18:06:09.646Z] === PAUSE TestRemove [2022-04-07T18:06:09.646Z] === RUN TestList [2022-04-07T18:06:09.646Z] === PAUSE TestList [2022-04-07T18:06:09.646Z] === RUN TestFindByDriver [2022-04-07T18:06:09.646Z] === PAUSE TestFindByDriver [2022-04-07T18:06:09.646Z] === RUN TestFindByReferenced [2022-04-07T18:06:09.646Z] === PAUSE TestFindByReferenced [2022-04-07T18:06:09.646Z] === RUN TestDerefMultipleOfSameRef [2022-04-07T18:06:09.646Z] === PAUSE TestDerefMultipleOfSameRef [2022-04-07T18:06:09.646Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-07T18:06:09.646Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-07T18:06:09.646Z] === RUN TestDefererencePluginOnCreateError [2022-04-07T18:06:09.646Z] === PAUSE TestDefererencePluginOnCreateError [2022-04-07T18:06:09.646Z] === RUN TestRefDerefRemove [2022-04-07T18:06:09.646Z] === PAUSE TestRefDerefRemove [2022-04-07T18:06:09.646Z] === RUN TestGet [2022-04-07T18:06:09.646Z] === PAUSE TestGet [2022-04-07T18:06:09.646Z] === RUN TestGetWithReference [2022-04-07T18:06:09.646Z] === PAUSE TestGetWithReference [2022-04-07T18:06:09.646Z] === RUN TestFilterFunc [2022-04-07T18:06:09.646Z] === RUN TestFilterFunc/test_nil_list [2022-04-07T18:06:09.646Z] === PAUSE TestFilterFunc/test_nil_list [2022-04-07T18:06:09.646Z] === RUN TestFilterFunc/test_empty_list [2022-04-07T18:06:09.646Z] === PAUSE TestFilterFunc/test_empty_list [2022-04-07T18:06:09.646Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-04-07T18:06:09.646Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-04-07T18:06:09.646Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-07T18:06:09.646Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-07T18:06:09.646Z] === RUN TestFilterFunc/test_filter_some [2022-04-07T18:06:09.646Z] === PAUSE TestFilterFunc/test_filter_some [2022-04-07T18:06:09.646Z] === RUN TestFilterFunc/test_filter_middle [2022-04-07T18:06:09.646Z] === PAUSE TestFilterFunc/test_filter_middle [2022-04-07T18:06:09.646Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-04-07T18:06:09.646Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-04-07T18:06:09.646Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-04-07T18:06:09.646Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-04-07T18:06:09.646Z] === CONT TestFilterFunc/test_nil_list [2022-04-07T18:06:09.646Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-07T18:06:09.646Z] === CONT TestFilterFunc/test_filter_some [2022-04-07T18:06:09.646Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-04-07T18:06:09.646Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-04-07T18:06:09.646Z] === CONT TestFilterFunc/test_empty_list [2022-04-07T18:06:09.646Z] === CONT TestFilterFunc/test_filter_middle [2022-04-07T18:06:09.646Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-04-07T18:06:09.646Z] --- PASS: TestFilterFunc (0.00s) [2022-04-07T18:06:09.646Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-04-07T18:06:09.646Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-04-07T18:06:09.646Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-04-07T18:06:09.646Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-04-07T18:06:09.646Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-04-07T18:06:09.646Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-04-07T18:06:09.646Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-04-07T18:06:09.646Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-04-07T18:06:09.646Z] === CONT TestSetGetMeta [2022-04-07T18:06:09.646Z] === CONT TestList [2022-04-07T18:06:09.646Z] === CONT TestServiceGet [2022-04-07T18:06:09.646Z] === CONT TestServiceList [2022-04-07T18:06:09.646Z] --- PASS: TestSetGetMeta (0.02s) [2022-04-07T18:06:09.646Z] === CONT TestServiceCreate [2022-04-07T18:06:09.646Z] --- PASS: TestList (0.03s) [2022-04-07T18:06:09.646Z] === CONT TestRestore [2022-04-07T18:06:09.646Z] --- PASS: TestRestore (0.02s) [2022-04-07T18:06:09.646Z] === CONT TestCreate [2022-04-07T18:06:09.646Z] --- PASS: TestCreate (0.01s) [2022-04-07T18:06:09.646Z] === CONT TestRemove [2022-04-07T18:06:09.646Z] --- PASS: TestRemove (0.02s) [2022-04-07T18:06:09.646Z] === CONT TestDefererencePluginOnCreateError [2022-04-07T18:06:09.646Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-04-07T18:06:09.646Z] === CONT TestGetWithReference [2022-04-07T18:06:09.646Z] --- PASS: TestGetWithReference (0.02s) [2022-04-07T18:06:09.646Z] === CONT TestGet [2022-04-07T18:06:09.646Z] --- PASS: TestGet (0.01s) [2022-04-07T18:06:09.646Z] === CONT TestRefDerefRemove [2022-04-07T18:06:09.646Z] --- PASS: TestServiceGet (0.13s) [2022-04-07T18:06:09.646Z] === CONT TestDerefMultipleOfSameRef [2022-04-07T18:06:09.646Z] --- PASS: TestServiceList (0.13s) [2022-04-07T18:06:09.646Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-07T18:06:09.646Z] --- PASS: TestServiceCreate (0.12s) [2022-04-07T18:06:09.646Z] === CONT TestFindByReferenced [2022-04-07T18:06:09.646Z] --- PASS: TestRefDerefRemove (0.02s) [2022-04-07T18:06:09.646Z] === CONT TestServicePrune [2022-04-07T18:06:09.646Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-04-07T18:06:09.646Z] === CONT TestFindByDriver [2022-04-07T18:06:09.646Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-04-07T18:06:09.646Z] === CONT TestServiceRemove [2022-04-07T18:06:09.646Z] --- PASS: TestFindByReferenced (0.02s) [2022-04-07T18:06:09.646Z] time="2022-04-07T18:06:09Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:06:09.646Z] time="2022-04-07T18:06:09Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:06:09.646Z] --- PASS: TestFindByDriver (0.02s) [2022-04-07T18:06:09.646Z] --- PASS: TestServiceRemove (0.02s) [2022-04-07T18:06:09.646Z] time="2022-04-07T18:06:09Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:06:09.646Z] time="2022-04-07T18:06:09Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-04-07T18:06:09.646Z] time="2022-04-07T18:06:09Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-07T18:06:09.646Z] --- PASS: TestServicePrune (0.04s) [2022-04-07T18:06:09.646Z] PASS [2022-04-07T18:06:09.646Z] coverage: 69.0% of statements [2022-04-07T18:06:09.646Z] ok github.com/docker/docker/volume/service 0.224s coverage: 69.0% of statements [2022-04-07T18:06:12.636Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-07T18:06:12.896Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-04-07T18:06:13.838Z] --- PASS: TestCreateServiceSecretFileMode (13.21s) [2022-04-07T18:06:13.838Z] === RUN TestCreateServiceConfigFileMode [2022-04-07T18:06:14.410Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-07T18:06:15.335Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-04-07T18:06:15.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.01s) [2022-04-07T18:06:15.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.01s) [2022-04-07T18:06:15.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.35s) [2022-04-07T18:06:15.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (13.43s) [2022-04-07T18:06:15.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.20s) [2022-04-07T18:06:15.335Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.63s) [2022-04-07T18:06:15.335Z] === RUN TestBuildMultiStageCopy [2022-04-07T18:06:15.335Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-07T18:06:15.352Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-07T18:06:15.353Z] docker_api_swarm_node_test.go:53: [d0b26b54a6488] joining swarm manager [daa255a6f7067]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:06:16.294Z] docker_api_swarm_node_test.go:54: [d325a933b4c24] joining swarm manager [daa255a6f7067]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:06:16.770Z] --- PASS: TestGet (15.01s) [2022-04-07T18:06:16.770Z] === RUN TestPluginWithNoManifest [2022-04-07T18:06:16.770Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-04-07T18:06:16.770Z] === RUN TestGetAll [2022-04-07T18:06:16.770Z] --- PASS: TestGetAll (0.00s) [2022-04-07T18:06:16.770Z] PASS [2022-04-07T18:06:16.770Z] coverage: 73.2% of statements [2022-04-07T18:06:16.770Z] ok github.com/docker/docker/pkg/plugins 34.988s coverage: 73.2% of statements [2022-04-07T18:06:18.839Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-07T18:06:19.135Z] ......... [ 85%] [2022-04-07T18:06:20.751Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-07T18:06:21.011Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-07T18:06:23.577Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-04-07T18:06:23.918Z] tests/integration/models_images_test.py ............... [ 89%] [2022-04-07T18:06:23.944Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-07T18:06:24.148Z] === RUN TestDockerSuite/TestCpToDot [2022-04-07T18:06:24.407Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-07T18:06:24.721Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-07T18:06:25.120Z] tests/integration/models_networks_test.py .... [ 90%] [2022-04-07T18:06:25.388Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-07T18:06:25.662Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-07T18:06:26.364Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-07T18:06:26.605Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-07T18:06:27.177Z] --- PASS: TestCreateServiceConfigFileMode (13.18s) [2022-04-07T18:06:27.177Z] === RUN TestCreateServiceSysctls [2022-04-07T18:06:27.340Z] --- PASS: TestBuildMultiStageCopy (12.07s) [2022-04-07T18:06:27.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.59s) [2022-04-07T18:06:27.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.67s) [2022-04-07T18:06:27.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.81s) [2022-04-07T18:06:27.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.93s) [2022-04-07T18:06:27.340Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.06s) [2022-04-07T18:06:27.340Z] === RUN TestBuildMultiStageParentConfig [2022-04-07T18:06:27.437Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-07T18:06:28.379Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-07T18:06:28.640Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-07T18:06:29.211Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-07T18:06:29.536Z] --- PASS: TestBuildMultiStageParentConfig (2.17s) [2022-04-07T18:06:29.536Z] === RUN TestBuildLabelWithTargets [2022-04-07T18:06:29.536Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:06:29.536Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-04-07T18:06:29.536Z] === RUN TestBuildWithEmptyLayers [2022-04-07T18:06:30.154Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-07T18:06:30.154Z] --- PASS: TestCreateServiceSysctls (3.21s) [2022-04-07T18:06:30.154Z] === RUN TestCreateServiceCapabilities [2022-04-07T18:06:30.414Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-07T18:06:30.414Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-07T18:06:30.675Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-07T18:06:30.942Z] 2022/04/07 18:06:26 Closing DB instances... [2022-04-07T18:06:30.942Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-04-07T18:06:30.942Z] === RUN TestFindNode [2022-04-07T18:06:30.942Z] 2022/04/07 18:06:28 Closing DB instances... [2022-04-07T18:06:30.942Z] --- PASS: TestFindNode (0.02s) [2022-04-07T18:06:30.942Z] === RUN TestChangeNodeState [2022-04-07T18:06:30.942Z] 2022/04/07 18:06:28 Closing DB instances... [2022-04-07T18:06:30.942Z] --- PASS: TestChangeNodeState (0.02s) [2022-04-07T18:06:30.942Z] === RUN TestNodeReincarnation [2022-04-07T18:06:30.942Z] 2022/04/07 18:06:28 Closing DB instances... [2022-04-07T18:06:31.084Z] --- PASS: TestBuildWithEmptyLayers (1.18s) [2022-04-07T18:06:31.084Z] === RUN TestBuildMultiStageOnBuild [2022-04-07T18:06:31.247Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-07T18:06:31.247Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-04-07T18:06:31.247Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-07T18:06:31.508Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-07T18:06:31.698Z] tests/integration/models_nodes_test.py . [ 90%] [2022-04-07T18:06:31.698Z] tests/integration/models_resources_test.py . [ 91%] [2022-04-07T18:06:32.079Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-07T18:06:32.340Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-07T18:06:32.340Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-07T18:06:32.601Z] === RUN TestDockerSuite/TestCreateRM [2022-04-07T18:06:32.862Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-07T18:06:32.862Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-07T18:06:32.862Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-07T18:06:32.862Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-07T18:06:33.122Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-07T18:06:33.122Z] --- PASS: TestCreateServiceCapabilities (2.86s) [2022-04-07T18:06:33.122Z] === RUN TestInspect [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-04-07T18:06:33.923Z] --- PASS: TestNodeReincarnation (5.01s) [2022-04-07T18:06:33.923Z] === RUN TestParallelCreate [2022-04-07T18:06:33.923Z] 2022/04/07 18:06:33 Closing DB instances... [2022-04-07T18:06:33.923Z] --- PASS: TestParallelCreate (0.02s) [2022-04-07T18:06:33.923Z] === RUN TestParallelDelete [2022-04-07T18:06:33.923Z] 2022/04/07 18:06:33 Closing DB instances... [2022-04-07T18:06:33.923Z] --- PASS: TestParallelDelete (0.01s) [2022-04-07T18:06:33.923Z] === RUN TestNetworkDBIslands [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:1ff12cf17185 with config:&{NodeID:1ff12cf17185 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-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="Node 1ff12cf17185/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="Node 1ff12cf17185/172.26.161.29, added to nodes list" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:f67c7ff8566e with config:&{NodeID:f67c7ff8566e 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-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="Node f67c7ff8566e/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="Node f67c7ff8566e/172.26.161.29, added to nodes list" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="Node f67c7ff8566e/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="Node f67c7ff8566e/172.26.161.29, added to nodes list" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="Node 1ff12cf17185/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=info msg="Node 1ff12cf17185/172.26.161.29, added to nodes list" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-04-07T18:06:33.923Z] time="2022-04-07T18:06:33Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:b70c0fb962a1 with config:&{NodeID:b70c0fb962a1 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-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node 1ff12cf17185/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node 1ff12cf17185/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node f67c7ff8566e/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node f67c7ff8566e/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.398Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:30cc3e9ba7cb with config:&{NodeID:30cc3e9ba7cb 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-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49366" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node f67c7ff8566e/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node f67c7ff8566e/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 1ff12cf17185/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 1ff12cf17185/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49367" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, added to nodes list" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:34.876Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.036Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-07T18:06:35.036Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-07T18:06:35.036Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:a56e2048c5d0 with config:&{NodeID:a56e2048c5d0 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-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node a56e2048c5d0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node a56e2048c5d0/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49368" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node a56e2048c5d0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node a56e2048c5d0/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node b70c0fb962a1/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node 1ff12cf17185/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node 1ff12cf17185/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node f67c7ff8566e/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node f67c7ff8566e/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49369" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:35Z" level=info msg="Node a56e2048c5d0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:35Z" level=info msg="Node a56e2048c5d0/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:35Z" level=info msg="Node a56e2048c5d0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:35Z" level=info msg="Node a56e2048c5d0/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:35Z" level=info msg="Node a56e2048c5d0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:35.351Z] time="2022-04-07T18:06:35Z" level=info msg="Node a56e2048c5d0/172.26.161.29, added to nodes list" [2022-04-07T18:06:35.828Z] networkdb_test.go:835: Re-joining: 3 [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=info msg="The new bootstrap node list is:[172.26.161.29:10033 172.26.161.29:10034 172.26.161.29:10035]" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10033" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49370" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10034" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49371" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10035" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49372" [2022-04-07T18:06:35.828Z] networkdb_test.go:835: Re-joining: 4 [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=info msg="The new bootstrap node list is:[172.26.161.29:10033 172.26.161.29:10034 172.26.161.29:10035]" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10033" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49373" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10034" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49374" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10035" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49375" [2022-04-07T18:06:35.828Z] time="2022-04-07T18:06:35Z" level=info msg="node 0 leaving" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="Node 1ff12cf17185 change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="node2(f67c7ff8566e): Node leave event for 1ff12cf17185/172.26.161.29" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="Node 1ff12cf17185 change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="node3(b70c0fb962a1): Node leave event for 1ff12cf17185/172.26.161.29" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="Node 1ff12cf17185 change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="node5(a56e2048c5d0): Node leave event for 1ff12cf17185/172.26.161.29" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="Node 1ff12cf17185 change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="node4(30cc3e9ba7cb): Node leave event for 1ff12cf17185/172.26.161.29" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="Node 1ff12cf17185 change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:35Z" level=info msg="node1(1ff12cf17185): Node leave event for 1ff12cf17185/172.26.161.29" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:36Z" level=info msg="Node 1ff12cf17185/172.26.161.29, left gossip cluster" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:36Z" level=info msg="Node 1ff12cf17185/172.26.161.29, left gossip cluster" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:36Z" level=info msg="Node 1ff12cf17185/172.26.161.29, left gossip cluster" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:36Z" level=info msg="Node 1ff12cf17185/172.26.161.29, left gossip cluster" [2022-04-07T18:06:36.303Z] time="2022-04-07T18:06:36Z" level=info msg="Node 1ff12cf17185/172.26.161.29, left gossip cluster" [2022-04-07T18:06:36.426Z] --- PASS: TestInspect (3.24s) [2022-04-07T18:06:36.426Z] === RUN TestCreateJob [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="node 1 leaving" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node f67c7ff8566e change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node f67c7ff8566e/172.26.161.29, left gossip cluster" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="node4(30cc3e9ba7cb): Node leave event for f67c7ff8566e/172.26.161.29" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node f67c7ff8566e change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="node3(b70c0fb962a1): Node leave event for f67c7ff8566e/172.26.161.29" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node f67c7ff8566e change state NodeActive --> NodeFailed" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node f67c7ff8566e/172.26.161.29, added to failed nodes list" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node f67c7ff8566e change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="node5(a56e2048c5d0): Node leave event for f67c7ff8566e/172.26.161.29" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=error msg="node: f67c7ff8566e is unknown to memberlist" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node f67c7ff8566e/172.26.161.29, left gossip cluster" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node f67c7ff8566e/172.26.161.29, left gossip cluster" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node f67c7ff8566e/172.26.161.29, left gossip cluster" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="node 2 leaving" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node b70c0fb962a1 change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="node5(a56e2048c5d0): Node leave event for b70c0fb962a1/172.26.161.29" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="Node b70c0fb962a1 change state NodeActive --> NodeLeft" [2022-04-07T18:06:36.778Z] time="2022-04-07T18:06:36Z" level=info msg="node4(30cc3e9ba7cb): Node leave event for b70c0fb962a1/172.26.161.29" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:36Z" level=info msg="Node b70c0fb962a1 change state NodeActive --> NodeLeft" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:36Z" level=info msg="node3(b70c0fb962a1): Node leave event for b70c0fb962a1/172.26.161.29" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:36Z" level=debug msg="memberlist: Failed ping: a56e2048c5d0 (timeout reached)" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.161.29:10036: use of closed network connection" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.161.29:10034: use of closed network connection" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.161.29:10035: use of closed network connection" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:36Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49376" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:36Z" level=info msg="Node b70c0fb962a1/172.26.161.29, left gossip cluster" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:37Z" level=info msg="Node b70c0fb962a1/172.26.161.29, left gossip cluster" [2022-04-07T18:06:37.252Z] time="2022-04-07T18:06:37Z" level=info msg="Node b70c0fb962a1/172.26.161.29, left gossip cluster" [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=warning msg="memberlist: Was able to connect to a56e2048c5d0 but other probes failed, network may be misconfigured" [2022-04-07T18:06:37.727Z] networkdb_test.go:867: node4: OK [2022-04-07T18:06:37.727Z] networkdb_test.go:867: node5: OK [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="node 0 coming back" [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:81420b6ae5a0 with config:&{NodeID:81420b6ae5a0 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-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, added to nodes list" [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="node 1 coming back" [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a38eb9e54947 with config:&{NodeID:a38eb9e54947 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-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="Node a38eb9e54947/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="Node a38eb9e54947/172.26.161.29, added to nodes list" [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="node 2 coming back" [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:bb6a74fcf526 with config:&{NodeID:bb6a74fcf526 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-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="Node bb6a74fcf526/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:37.727Z] time="2022-04-07T18:06:37Z" level=info msg="Node bb6a74fcf526/172.26.161.29, added to nodes list" [2022-04-07T18:06:38.069Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-04-07T18:06:38.972Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-07T18:06:38.972Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-07T18:06:38.972Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-07T18:06:38.972Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-07T18:06:38.972Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-07T18:06:38.972Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-07T18:06:39.544Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-07T18:06:40.115Z] --- PASS: TestCreateJob (3.85s) [2022-04-07T18:06:40.115Z] === RUN TestReplicatedJob [2022-04-07T18:06:40.685Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-07T18:06:40.708Z] time="2022-04-07T18:06:40Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.161.29:10033 172.26.161.29:10034 172.26.161.29:10035]" [2022-04-07T18:06:41.182Z] time="2022-04-07T18:06:40Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.161.29:10033 172.26.161.29:10034 172.26.161.29:10035]" [2022-04-07T18:06:41.256Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-07T18:06:41.657Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10033" [2022-04-07T18:06:41.657Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49377" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a56e2048c5d0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a56e2048c5d0/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, is the new incarnation of the shutdown node 1ff12cf17185/172.26.161.29" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10034" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49378" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a56e2048c5d0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a56e2048c5d0/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, is the new incarnation of the shutdown node f67c7ff8566e/172.26.161.29" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10035" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49379" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a56e2048c5d0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a56e2048c5d0/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, is the new incarnation of the shutdown node b70c0fb962a1/172.26.161.29" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, is the new incarnation of the shutdown node f67c7ff8566e/172.26.161.29" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, is the new incarnation of the shutdown node 1ff12cf17185/172.26.161.29" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node a38eb9e54947/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, added to nodes list" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, is the new incarnation of the shutdown node b70c0fb962a1/172.26.161.29" [2022-04-07T18:06:41.658Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, added to nodes list" [2022-04-07T18:06:42.132Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, joined gossip cluster" [2022-04-07T18:06:42.132Z] time="2022-04-07T18:06:41Z" level=info msg="Node bb6a74fcf526/172.26.161.29, added to nodes list" [2022-04-07T18:06:42.132Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10033" [2022-04-07T18:06:42.132Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49380" [2022-04-07T18:06:42.132Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10034" [2022-04-07T18:06:42.132Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49381" [2022-04-07T18:06:42.132Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.161.29:10035" [2022-04-07T18:06:42.132Z] time="2022-04-07T18:06:41Z" level=debug msg="memberlist: Stream connection from=172.26.161.29:49382" [2022-04-07T18:06:42.607Z] 2022/04/07 18:06:42 Closing DB instances... [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0 change state NodeActive --> NodeLeft" [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="node4(30cc3e9ba7cb): Node leave event for 81420b6ae5a0/172.26.161.29" [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0 change state NodeActive --> NodeLeft" [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="node5(a56e2048c5d0): Node leave event for 81420b6ae5a0/172.26.161.29" [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0 change state NodeActive --> NodeLeft" [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="node2(a38eb9e54947): Node leave event for 81420b6ae5a0/172.26.161.29" [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0 change state NodeActive --> NodeLeft" [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="node1(81420b6ae5a0): Node leave event for 81420b6ae5a0/172.26.161.29" [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0 change state NodeActive --> NodeLeft" [2022-04-07T18:06:42.607Z] time="2022-04-07T18:06:42Z" level=info msg="node3(bb6a74fcf526): Node leave event for 81420b6ae5a0/172.26.161.29" [2022-04-07T18:06:42.643Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, left gossip cluster" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, left gossip cluster" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, left gossip cluster" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, left gossip cluster" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="Node 81420b6ae5a0/172.26.161.29, left gossip cluster" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="Node a38eb9e54947 change state NodeActive --> NodeLeft" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="node3(bb6a74fcf526): Node leave event for a38eb9e54947/172.26.161.29" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="Node a38eb9e54947 change state NodeActive --> NodeLeft" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="Node a38eb9e54947 change state NodeActive --> NodeLeft" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="node4(30cc3e9ba7cb): Node leave event for a38eb9e54947/172.26.161.29" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="node5(a56e2048c5d0): Node leave event for a38eb9e54947/172.26.161.29" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="Node a38eb9e54947 change state NodeActive --> NodeLeft" [2022-04-07T18:06:43.083Z] time="2022-04-07T18:06:42Z" level=info msg="node2(a38eb9e54947): Node leave event for a38eb9e54947/172.26.161.29" [2022-04-07T18:06:43.507Z] --- PASS: TestBuildMultiStageOnBuild (11.62s) [2022-04-07T18:06:43.507Z] === RUN TestBuildUncleanTarFilenames [2022-04-07T18:06:43.507Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:06:43.507Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-04-07T18:06:43.507Z] === RUN TestBuildMultiStageLayerLeak [2022-04-07T18:06:43.558Z] time="2022-04-07T18:06:43Z" level=info msg="Node a38eb9e54947/172.26.161.29, left gossip cluster" [2022-04-07T18:06:43.558Z] time="2022-04-07T18:06:43Z" level=info msg="Node a38eb9e54947/172.26.161.29, left gossip cluster" [2022-04-07T18:06:43.558Z] time="2022-04-07T18:06:43Z" level=info msg="Node a38eb9e54947/172.26.161.29, left gossip cluster" [2022-04-07T18:06:43.558Z] time="2022-04-07T18:06:43Z" level=info msg="Node a38eb9e54947/172.26.161.29, left gossip cluster" [2022-04-07T18:06:43.558Z] time="2022-04-07T18:06:43Z" level=info msg="Node bb6a74fcf526 change state NodeActive --> NodeLeft" [2022-04-07T18:06:43.558Z] time="2022-04-07T18:06:43Z" level=info msg="node5(a56e2048c5d0): Node leave event for bb6a74fcf526/172.26.161.29" [2022-04-07T18:06:43.558Z] time="2022-04-07T18:06:43Z" level=info msg="Node bb6a74fcf526 change state NodeActive --> NodeLeft" [2022-04-07T18:06:43.558Z] time="2022-04-07T18:06:43Z" level=info msg="node4(30cc3e9ba7cb): Node leave event for bb6a74fcf526/172.26.161.29" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=info msg="Node bb6a74fcf526 change state NodeActive --> NodeLeft" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=info msg="node3(bb6a74fcf526): Node leave event for bb6a74fcf526/172.26.161.29" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=info msg="Node bb6a74fcf526/172.26.161.29, left gossip cluster" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=info msg="Node bb6a74fcf526/172.26.161.29, left gossip cluster" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=info msg="Node bb6a74fcf526/172.26.161.29, left gossip cluster" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=debug msg="memberlist: Failed ping: bb6a74fcf526 (timeout reached)" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.161.29:10037: use of closed network connection" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.161.29:10036: use of closed network connection" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=info msg="Node 30cc3e9ba7cb change state NodeActive --> NodeLeft" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=info msg="node5(a56e2048c5d0): Node leave event for 30cc3e9ba7cb/172.26.161.29" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=info msg="Node 30cc3e9ba7cb change state NodeActive --> NodeLeft" [2022-04-07T18:06:44.033Z] time="2022-04-07T18:06:43Z" level=info msg="node4(30cc3e9ba7cb): Node leave event for 30cc3e9ba7cb/172.26.161.29" [2022-04-07T18:06:44.508Z] time="2022-04-07T18:06:44Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, left gossip cluster" [2022-04-07T18:06:44.508Z] time="2022-04-07T18:06:44Z" level=info msg="memberlist: Suspect bb6a74fcf526 has failed, no acks received" [2022-04-07T18:06:44.554Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-07T18:06:44.777Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-04-07T18:06:44.778Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-04-07T18:06:44.815Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-07T18:06:44.982Z] time="2022-04-07T18:06:44Z" level=info msg="Node 30cc3e9ba7cb/172.26.161.29, left gossip cluster" [2022-04-07T18:06:45.429Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-07T18:06:45.429Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-07T18:06:45.459Z] time="2022-04-07T18:06:44Z" level=info msg="Node a56e2048c5d0/172.26.161.29, left gossip cluster" [2022-04-07T18:06:45.459Z] time="2022-04-07T18:06:44Z" level=info msg="Node a56e2048c5d0 change state NodeActive --> NodeFailed" [2022-04-07T18:06:45.459Z] time="2022-04-07T18:06:44Z" level=info msg="Node a56e2048c5d0/172.26.161.29, added to failed nodes list" [2022-04-07T18:06:45.459Z] --- PASS: TestNetworkDBIslands (11.67s) [2022-04-07T18:06:45.459Z] PASS [2022-04-07T18:06:45.459Z] coverage: 60.0% of statements [2022-04-07T18:06:45.459Z] ok github.com/docker/docker/libnetwork/networkdb 102.802s coverage: 60.0% of statements [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/quota [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/rootless [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/volume [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-07T18:06:45.459Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-07T18:06:46.011Z] === RUN TestDockerSuite/TestDockerFails [2022-04-07T18:06:46.011Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-04-07T18:06:46.011Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-04-07T18:06:46.011Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-04-07T18:06:46.271Z] --- PASS: TestReplicatedJob (6.12s) [2022-04-07T18:06:46.271Z] === RUN TestUpdateReplicatedJob [2022-04-07T18:06:46.817Z] 2022/04/07 18:06:43 Closing DB instances... [2022-04-07T18:06:46.817Z] --- PASS: TestNetworkDBGarbageCollection (54.04s) [2022-04-07T18:06:46.817Z] === RUN TestFindNode [2022-04-07T18:06:46.817Z] 2022/04/07 18:06:45 Closing DB instances... [2022-04-07T18:06:46.817Z] --- PASS: TestFindNode (0.02s) [2022-04-07T18:06:46.818Z] === RUN TestChangeNodeState [2022-04-07T18:06:46.818Z] 2022/04/07 18:06:45 Closing DB instances... [2022-04-07T18:06:46.818Z] --- PASS: TestChangeNodeState (0.02s) [2022-04-07T18:06:46.818Z] === RUN TestNodeReincarnation [2022-04-07T18:06:46.818Z] 2022/04/07 18:06:45 Closing DB instances... [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === Skipped [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-04-07T18:06:47.042Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-04-07T18:06:47.042Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-04-07T18:06:47.042Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-04-07T18:06:47.042Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-04-07T18:06:47.042Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-04-07T18:06:47.042Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-07T18:06:47.042Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-07T18:06:47.042Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-07T18:06:47.042Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-04-07T18:06:47.042Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-07T18:06:47.042Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-04-07T18:06:47.042Z] daemon_test.go:145: root required [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-07T18:06:47.042Z] reload_test.go:342: root required [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-04-07T18:06:47.042Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-07T18:06:47.042Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-04-07T18:06:47.042Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-04-07T18:06:47.042Z] download_test.go:267: Needs fixing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-04-07T18:06:47.042Z] layer_test.go:291: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-04-07T18:06:47.042Z] layer_test.go:340: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-04-07T18:06:47.042Z] layer_test.go:455: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-04-07T18:06:47.042Z] layer_test.go:684: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-04-07T18:06:47.042Z] migration_test.go:45: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-04-07T18:06:47.042Z] migration_test.go:181: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-04-07T18:06:47.042Z] mount_test.go:17: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-04-07T18:06:47.042Z] mount_test.go:76: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-04-07T18:06:47.042Z] mount_test.go:125: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-04-07T18:06:47.042Z] mount_test.go:212: Failing on Windows [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-04-07T18:06:47.042Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-04-07T18:06:47.042Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.042Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-07T18:06:47.042Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.042Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-04-07T18:06:47.043Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-04-07T18:06:47.043Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-04-07T18:06:47.043Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-04-07T18:06:47.043Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-04-07T18:06:47.043Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-04-07T18:06:47.043Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-04-07T18:06:47.043Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-04-07T18:06:47.043Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-04-07T18:06:47.043Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-07T18:06:47.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-07T18:06:47.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-07T18:06:47.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-07T18:06:47.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-07T18:06:47.043Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:133: Xz not present in msys2 [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-04-07T18:06:47.043Z] archive_test.go:140: zstd not installed [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:252: Failing on Windows CI machines [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-04-07T18:06:47.043Z] archive_windows_test.go:16: Currently fails [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-04-07T18:06:47.043Z] changes_test.go:196: needs more investigation [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-04-07T18:06:47.043Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-04-07T18:06:47.043Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-04-07T18:06:47.043Z] changes_test.go:433: needs further investigation [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-04-07T18:06:47.043Z] changes_test.go:469: needs further investigation [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-04-07T18:06:47.043Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-04-07T18:06:47.043Z] poller_test.go:40: No chmod on Windows [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-07T18:06:47.043Z] fileutils_test.go:133: Needs porting to Windows [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-07T18:06:47.043Z] fileutils_test.go:179: Needs porting to Windows [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-04-07T18:06:47.043Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-04-07T18:06:47.043Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-04-07T18:06:47.043Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-04-07T18:06:47.043Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-04-07T18:06:47.043Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-07T18:06:47.043Z] [2022-04-07T18:06:47.043Z] DONE 2103 tests, 70 skipped in 258.565s [2022-04-07T18:06:47.043Z] INFO: make.ps1 ended at 04/07/2022 18:06:46 [2022-04-07T18:06:47.213Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-04-07T18:06:47.474Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-04-07T18:06:48.417Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-04-07T18:06:48.696Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-04-07T18:06:48.696Z] INFO: Unit tests ended at 04/07/2022 18:06:48. Duration:00:04:29.9986727 [2022-04-07T18:06:48.696Z] INFO: Building busybox [2022-04-07T18:06:48.696Z] Sending build context to Docker daemon 5.12kB [2022-04-07T18:06:48.696Z] [2022-04-07T18:06:48.696Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-04-07T18:06:48.696Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-04-07T18:06:48.696Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-04-07T18:06:48.696Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-04-07T18:06:48.696Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-04-07T18:06:48.696Z] ---> 02f938cacc3b [2022-04-07T18:06:48.696Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-04-07T18:06:48.721Z] tests/integration/regression_test.py ...... [ 98%] [2022-04-07T18:06:49.171Z] ---> Running in 99a6fbf3f1a9 [2022-04-07T18:06:49.243Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-04-07T18:06:49.243Z] tests/integration/credentials/utils_test.py . [100%] [2022-04-07T18:06:49.243Z] [2022-04-07T18:06:49.243Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-04-07T18:06:49.243Z] =========================== short test summary info ============================ [2022-04-07T18:06:49.243Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-04-07T18:06:49.243Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-04-07T18:06:49.243Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-04-07T18:06:49.243Z] Not supported on most drivers [2022-04-07T18:06:49.243Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-04-07T18:06:49.243Z] Output of docker top depends on host distro, and is not formalized. [2022-04-07T18:06:49.243Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-04-07T18:06:49.243Z] Output of docker top depends on host distro, and is not formalized. [2022-04-07T18:06:49.243Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-04-07T18:06:49.243Z] Can fail if eth0 has multiple IP addresses [2022-04-07T18:06:49.243Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-04-07T18:06:49.243Z] This doesn't seem to be taken into account by the engine [2022-04-07T18:06:49.243Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-04-07T18:06:49.243Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-04-07T18:06:49.243Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 304.63 seconds == [2022-04-07T18:06:49.358Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-04-07T18:06:49.358Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-04-07T18:06:49.358Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-04-07T18:06:49.503Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-04-07T18:06:49.619Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-04-07T18:06:50.193Z] --- PASS: TestUpdateReplicatedJob (3.88s) [2022-04-07T18:06:50.193Z] === RUN TestServiceListWithStatuses [2022-04-07T18:06:50.193Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-07T18:06:50.193Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-07T18:06:50.193Z] === RUN TestDockerNetworkConnectAlias [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-04-07T18:06:50.586Z] --- PASS: TestNodeReincarnation (5.01s) [2022-04-07T18:06:50.586Z] === RUN TestParallelCreate [2022-04-07T18:06:50.586Z] 2022/04/07 18:06:50 Closing DB instances... [2022-04-07T18:06:50.586Z] --- PASS: TestParallelCreate (0.02s) [2022-04-07T18:06:50.586Z] === RUN TestParallelDelete [2022-04-07T18:06:50.586Z] 2022/04/07 18:06:50 Closing DB instances... [2022-04-07T18:06:50.586Z] --- PASS: TestParallelDelete (0.01s) [2022-04-07T18:06:50.586Z] === RUN TestNetworkDBIslands [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:9c23c1a8d3eb with config:&{NodeID:9c23c1a8d3eb 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-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, added to nodes list" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:39b0db36a2ee with config:&{NodeID:39b0db36a2ee 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-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, added to nodes list" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, added to nodes list" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, added to nodes list" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-04-07T18:06:50.586Z] time="2022-04-07T18:06:50Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:17d254bc97b5 with config:&{NodeID:17d254bc97b5 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-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, added to nodes list" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, added to nodes list" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, added to nodes list" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, added to nodes list" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:51.565Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:0d73a461f513 with config:&{NodeID:0d73a461f513 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-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Stream connection from=[::1]:49366" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49367" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:9ed198e46cb5 with config:&{NodeID:9ed198e46cb5 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-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Stream connection from=[::1]:49368" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 17d254bc97b5/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=info msg="Node 0d73a461f513/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-04-07T18:06:52.030Z] time="2022-04-07T18:06:51Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49369" [2022-04-07T18:06:52.114Z] --- PASS: TestBuildMultiStageLayerLeak (9.62s) [2022-04-07T18:06:52.114Z] === RUN TestBuildWithHugeFile [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, added to nodes list" [2022-04-07T18:06:52.494Z] networkdb_test.go:835: Re-joining: 3 [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=info msg="The new bootstrap node list is:[172.23.135.133:10033 172.23.135.133:10034 172.23.135.133:10035]" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10033" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49370" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10034" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49371" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10035" [2022-04-07T18:06:52.494Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49372" [2022-04-07T18:06:52.959Z] networkdb_test.go:835: Re-joining: 4 [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=info msg="The new bootstrap node list is:[172.23.135.133:10033 172.23.135.133:10034 172.23.135.133:10035]" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10033" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49373" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10034" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49374" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10035" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49375" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=info msg="node 0 leaving" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9c23c1a8d3eb change state NodeActive --> NodeLeft" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=info msg="node4(0d73a461f513): Node leave event for 9c23c1a8d3eb/172.23.135.133" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9c23c1a8d3eb change state NodeActive --> NodeLeft" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=info msg="node3(17d254bc97b5): Node leave event for 9c23c1a8d3eb/172.23.135.133" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9c23c1a8d3eb change state NodeActive --> NodeLeft" [2022-04-07T18:06:52.959Z] time="2022-04-07T18:06:52Z" level=info msg="node2(39b0db36a2ee): Node leave event for 9c23c1a8d3eb/172.23.135.133" [2022-04-07T18:06:53.001Z] Removing intermediate container 99a6fbf3f1a9 [2022-04-07T18:06:53.001Z] ---> ec732d5839c5 [2022-04-07T18:06:53.001Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-04-07T18:06:53.001Z] ---> Running in 7a0719a5d4ab [2022-04-07T18:06:53.001Z] Removing intermediate container 7a0719a5d4ab [2022-04-07T18:06:53.001Z] ---> d01bb8291c89 [2022-04-07T18:06:53.001Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-04-07T18:06:53.001Z] ---> Running in 71b8a72c18b2 [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9c23c1a8d3eb change state NodeActive --> NodeLeft" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:52Z" level=info msg="node1(9c23c1a8d3eb): Node leave event for 9c23c1a8d3eb/172.23.135.133" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:52Z" level=info msg="Node 9c23c1a8d3eb change state NodeActive --> NodeLeft" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:52Z" level=info msg="node5(9ed198e46cb5): Node leave event for 9c23c1a8d3eb/172.23.135.133" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, left gossip cluster" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, left gossip cluster" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, left gossip cluster" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, left gossip cluster" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 9c23c1a8d3eb/172.23.135.133, left gossip cluster" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="node 1 leaving" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 39b0db36a2ee change state NodeActive --> NodeLeft" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="node3(17d254bc97b5): Node leave event for 39b0db36a2ee/172.23.135.133" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, left gossip cluster" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 39b0db36a2ee change state NodeActive --> NodeLeft" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="node5(9ed198e46cb5): Node leave event for 39b0db36a2ee/172.23.135.133" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 39b0db36a2ee change state NodeActive --> NodeFailed" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, added to failed nodes list" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="Node 39b0db36a2ee change state NodeActive --> NodeLeft" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=info msg="node4(0d73a461f513): Node leave event for 39b0db36a2ee/172.23.135.133" [2022-04-07T18:06:53.425Z] time="2022-04-07T18:06:53Z" level=error msg="node: 39b0db36a2ee is unknown to memberlist" [2022-04-07T18:06:53.479Z] Removing intermediate container 71b8a72c18b2 [2022-04-07T18:06:53.479Z] ---> f68441b77937 [2022-04-07T18:06:53.479Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, left gossip cluster" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, left gossip cluster" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="Node 39b0db36a2ee/172.23.135.133, left gossip cluster" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="node 2 leaving" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=warning msg="memberlist: Failed to send gossip to 172.23.135.133:10036: write udp [::]:10034->172.23.135.133:10036: use of closed network connection" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="Node 17d254bc97b5 change state NodeActive --> NodeLeft" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="node4(0d73a461f513): Node leave event for 17d254bc97b5/172.23.135.133" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="Node 17d254bc97b5 change state NodeActive --> NodeLeft" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="node5(9ed198e46cb5): Node leave event for 17d254bc97b5/172.23.135.133" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="Node 17d254bc97b5 change state NodeActive --> NodeLeft" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=info msg="node3(17d254bc97b5): Node leave event for 17d254bc97b5/172.23.135.133" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=debug msg="memberlist: Failed ping: 39b0db36a2ee (timeout reached)" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.23.135.133:10036: use of closed network connection" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.23.135.133:10037: use of closed network connection" [2022-04-07T18:06:53.889Z] time="2022-04-07T18:06:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.23.135.133:10035: use of closed network connection" [2022-04-07T18:06:54.354Z] time="2022-04-07T18:06:53Z" level=info msg="Node 17d254bc97b5/172.23.135.133, left gossip cluster" [2022-04-07T18:06:54.354Z] time="2022-04-07T18:06:54Z" level=info msg="Node 17d254bc97b5/172.23.135.133, left gossip cluster" [2022-04-07T18:06:54.354Z] time="2022-04-07T18:06:54Z" level=info msg="Node 17d254bc97b5/172.23.135.133, left gossip cluster" [2022-04-07T18:06:54.354Z] time="2022-04-07T18:06:54Z" level=info msg="memberlist: Suspect 39b0db36a2ee has failed, no acks received" [2022-04-07T18:06:54.395Z] --- PASS: TestDockerNetworkConnectAlias (4.12s) [2022-04-07T18:06:54.395Z] === RUN TestDockerNetworkReConnect [2022-04-07T18:06:54.823Z] networkdb_test.go:867: node4: OK [2022-04-07T18:06:54.823Z] networkdb_test.go:867: node5: OK [2022-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="node 0 coming back" [2022-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:e183c08bad6d with config:&{NodeID:e183c08bad6d 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-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="Node e183c08bad6d/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="Node e183c08bad6d/172.23.135.133, added to nodes list" [2022-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="node 1 coming back" [2022-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:305409f6adc0 with config:&{NodeID:305409f6adc0 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-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="Node 305409f6adc0/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="Node 305409f6adc0/172.23.135.133, added to nodes list" [2022-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="node 2 coming back" [2022-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:467f852f2d7e with config:&{NodeID:467f852f2d7e 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-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="Node 467f852f2d7e/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:54.823Z] time="2022-04-07T18:06:54Z" level=info msg="Node 467f852f2d7e/172.23.135.133, added to nodes list" [2022-04-07T18:06:54.965Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-04-07T18:06:55.069Z] [2022-04-07T18:06:55.069Z] ---> 7925e982d95c [2022-04-07T18:06:55.069Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-04-07T18:06:55.538Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-07T18:06:55.545Z] ---> Running in dbd04aabbbe4 [2022-04-07T18:06:57.456Z] docker_api_swarm_test.go:202: [de5f7fa0d77dc] joining swarm manager [d079f2d1841df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:06:57.755Z] time="2022-04-07T18:06:57Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.135.133:10033 172.23.135.133:10034 172.23.135.133:10035]" [2022-04-07T18:06:58.223Z] time="2022-04-07T18:06:57Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.135.133:10033 172.23.135.133:10034 172.23.135.133:10035]" [2022-04-07T18:06:58.399Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10033" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49377" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 0d73a461f513/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 0d73a461f513/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, is the new incarnation of the shutdown node 9c23c1a8d3eb/172.23.135.133" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10034" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49378" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 0d73a461f513/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 0d73a461f513/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, is the new incarnation of the shutdown node 39b0db36a2ee/172.23.135.133" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49379" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10035" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, is the new incarnation of the shutdown node 17d254bc97b5/172.23.135.133" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 0d73a461f513/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 0d73a461f513/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, is the new incarnation of the shutdown node 39b0db36a2ee/172.23.135.133" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, is the new incarnation of the shutdown node 9c23c1a8d3eb/172.23.135.133" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node e183c08bad6d/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 305409f6adc0/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:58.687Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, added to nodes list" [2022-04-07T18:06:58.971Z] --- PASS: TestDockerNetworkReConnect (4.70s) [2022-04-07T18:06:58.971Z] === RUN TestServicePlugin [2022-04-07T18:06:59.152Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, joined gossip cluster" [2022-04-07T18:06:59.152Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, is the new incarnation of the shutdown node 17d254bc97b5/172.23.135.133" [2022-04-07T18:06:59.152Z] time="2022-04-07T18:06:58Z" level=info msg="Node 467f852f2d7e/172.23.135.133, added to nodes list" [2022-04-07T18:06:59.152Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10033" [2022-04-07T18:06:59.152Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49380" [2022-04-07T18:06:59.152Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10034" [2022-04-07T18:06:59.152Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49381" [2022-04-07T18:06:59.152Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.135.133:10035" [2022-04-07T18:06:59.152Z] time="2022-04-07T18:06:58Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49382" [2022-04-07T18:06:59.616Z] 2022/04/07 18:06:59 Closing DB instances... [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d change state NodeActive --> NodeLeft" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="node4(0d73a461f513): Node leave event for e183c08bad6d/172.23.135.133" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d change state NodeActive --> NodeLeft" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="node3(467f852f2d7e): Node leave event for e183c08bad6d/172.23.135.133" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d/172.23.135.133, left gossip cluster" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d change state NodeActive --> NodeFailed" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d/172.23.135.133, added to failed nodes list" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d change state NodeActive --> NodeLeft" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="node2(305409f6adc0): Node leave event for e183c08bad6d/172.23.135.133" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=error msg="node: e183c08bad6d is unknown to memberlist" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d change state NodeActive --> NodeLeft" [2022-04-07T18:06:59.616Z] time="2022-04-07T18:06:59Z" level=info msg="node5(9ed198e46cb5): Node leave event for e183c08bad6d/172.23.135.133" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d/172.23.135.133, left gossip cluster" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d/172.23.135.133, left gossip cluster" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d/172.23.135.133, left gossip cluster" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="Node e183c08bad6d/172.23.135.133, left gossip cluster" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="Node 305409f6adc0 change state NodeActive --> NodeLeft" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="node3(467f852f2d7e): Node leave event for 305409f6adc0/172.23.135.133" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="Node 305409f6adc0 change state NodeActive --> NodeLeft" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="node4(0d73a461f513): Node leave event for 305409f6adc0/172.23.135.133" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="Node 305409f6adc0 change state NodeActive --> NodeLeft" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="node5(9ed198e46cb5): Node leave event for 305409f6adc0/172.23.135.133" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="Node 305409f6adc0 change state NodeActive --> NodeLeft" [2022-04-07T18:07:00.081Z] time="2022-04-07T18:06:59Z" level=info msg="node2(305409f6adc0): Node leave event for 305409f6adc0/172.23.135.133" [2022-04-07T18:07:00.547Z] time="2022-04-07T18:07:00Z" level=info msg="Node 305409f6adc0/172.23.135.133, left gossip cluster" [2022-04-07T18:07:00.547Z] time="2022-04-07T18:07:00Z" level=info msg="Node 305409f6adc0/172.23.135.133, left gossip cluster" [2022-04-07T18:07:00.547Z] time="2022-04-07T18:07:00Z" level=info msg="Node 305409f6adc0/172.23.135.133, left gossip cluster" [2022-04-07T18:07:00.547Z] time="2022-04-07T18:07:00Z" level=info msg="Node 305409f6adc0/172.23.135.133, left gossip cluster" [2022-04-07T18:07:00.547Z] time="2022-04-07T18:07:00Z" level=info msg="Node 467f852f2d7e change state NodeActive --> NodeLeft" [2022-04-07T18:07:00.547Z] time="2022-04-07T18:07:00Z" level=info msg="node4(0d73a461f513): Node leave event for 467f852f2d7e/172.23.135.133" [2022-04-07T18:07:00.547Z] time="2022-04-07T18:07:00Z" level=info msg="Node 467f852f2d7e change state NodeActive --> NodeLeft" [2022-04-07T18:07:00.547Z] time="2022-04-07T18:07:00Z" level=info msg="node5(9ed198e46cb5): Node leave event for 467f852f2d7e/172.23.135.133" [2022-04-07T18:07:00.889Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=info msg="Node 467f852f2d7e change state NodeActive --> NodeLeft" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=info msg="node3(467f852f2d7e): Node leave event for 467f852f2d7e/172.23.135.133" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=info msg="Node 467f852f2d7e/172.23.135.133, left gossip cluster" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=info msg="Node 467f852f2d7e/172.23.135.133, left gossip cluster" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=info msg="Node 467f852f2d7e/172.23.135.133, left gossip cluster" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=warning msg="memberlist: Failed to send gossip to 172.23.135.133:10037: write udp [::]:10035->172.23.135.133:10037: use of closed network connection" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=debug msg="memberlist: Failed ping: 0d73a461f513 (timeout reached)" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.135.133:10035: use of closed network connection" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.135.133:10037: use of closed network connection" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=debug msg="memberlist: Stream connection from=172.23.135.133:49383" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=info msg="Node 0d73a461f513 change state NodeActive --> NodeLeft" [2022-04-07T18:07:01.012Z] time="2022-04-07T18:07:00Z" level=info msg="node5(9ed198e46cb5): Node leave event for 0d73a461f513/172.23.135.133" [2022-04-07T18:07:01.477Z] time="2022-04-07T18:07:00Z" level=info msg="Node 0d73a461f513 change state NodeActive --> NodeLeft" [2022-04-07T18:07:01.477Z] time="2022-04-07T18:07:00Z" level=info msg="node4(0d73a461f513): Node leave event for 0d73a461f513/172.23.135.133" [2022-04-07T18:07:01.477Z] time="2022-04-07T18:07:01Z" level=info msg="Node 0d73a461f513/172.23.135.133, left gossip cluster" [2022-04-07T18:07:01.477Z] time="2022-04-07T18:07:01Z" level=warning msg="memberlist: Was able to connect to 0d73a461f513 but other probes failed, network may be misconfigured" [2022-04-07T18:07:01.723Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-07T18:07:01.723Z] [2022-04-07T18:07:01.723Z] Unloading profiles will leave already running processes permanently [2022-04-07T18:07:01.723Z] unconfined, which can lead to unexpected situations. [2022-04-07T18:07:01.723Z] [2022-04-07T18:07:01.723Z] To set a process to complain mode, use the command line tool [2022-04-07T18:07:01.723Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-07T18:07:01.723Z] Post stage [Pipeline] junit [2022-04-07T18:07:01.739Z] Recording test results [2022-04-07T18:07:01.940Z] time="2022-04-07T18:07:01Z" level=info msg="Node 0d73a461f513/172.23.135.133, left gossip cluster" [2022-04-07T18:07:02.273Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-04-07T18:07:02.405Z] time="2022-04-07T18:07:01Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, left gossip cluster" [2022-04-07T18:07:02.405Z] time="2022-04-07T18:07:01Z" level=info msg="Node 9ed198e46cb5 change state NodeActive --> NodeFailed" [2022-04-07T18:07:02.405Z] time="2022-04-07T18:07:01Z" level=info msg="Node 9ed198e46cb5/172.23.135.133, added to failed nodes list" [2022-04-07T18:07:02.405Z] --- PASS: TestNetworkDBIslands (11.66s) [2022-04-07T18:07:02.405Z] PASS [2022-04-07T18:07:02.405Z] coverage: 60.0% of statements [2022-04-07T18:07:02.405Z] ok github.com/docker/docker/libnetwork/networkdb 102.990s coverage: 60.0% of statements [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/quota [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/rootless [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/volume [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-07T18:07:02.405Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-07T18:07:02.769Z] Removing intermediate container dbd04aabbbe4 [2022-04-07T18:07:02.769Z] ---> 4f2637893b55 [2022-04-07T18:07:02.769Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-04-07T18:07:02.769Z] ---> Running in 0ae64ad396bd [2022-04-07T18:07:02.844Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-07T18:07:03.206Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-04-07T18:07:03.415Z] plugin_test.go:61: [dd2f40a3850d5] joining swarm manager [d7937f303e01b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:07:03.490Z] + echo Ensuring container killed. [2022-04-07T18:07:03.490Z] Ensuring container killed. [2022-04-07T18:07:03.490Z] + docker rm -vf docker-pr7 [2022-04-07T18:07:03.490Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-04-07T18:07:03.678Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-07T18:07:03.768Z] [2022-04-07T18:07:03.769Z] SUCCESS: Specified value was saved. [2022-04-07T18:07:03.780Z] + echo Chowning /workspace to jenkins user [2022-04-07T18:07:03.780Z] Chowning /workspace to jenkins user [2022-04-07T18:07:03.780Z] + id -u [2022-04-07T18:07:03.780Z] + id -g [2022-04-07T18:07:03.780Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43448:/workspace busybox chown -R 1000:1000 /workspace [2022-04-07T18:07:03.780Z] Unable to find image 'busybox:latest' locally [2022-04-07T18:07:03.780Z] latest: Pulling from library/busybox [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === Skipped [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-04-07T18:07:03.958Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-04-07T18:07:03.958Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-04-07T18:07:03.958Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-04-07T18:07:03.958Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-04-07T18:07:03.958Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-04-07T18:07:03.958Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-07T18:07:03.958Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-07T18:07:03.958Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-07T18:07:03.958Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-04-07T18:07:03.958Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-07T18:07:03.958Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-04-07T18:07:03.958Z] daemon_test.go:145: root required [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-07T18:07:03.958Z] reload_test.go:342: root required [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.958Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-04-07T18:07:03.958Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.958Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-07T18:07:03.959Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-04-07T18:07:03.959Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-04-07T18:07:03.959Z] download_test.go:267: Needs fixing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-04-07T18:07:03.959Z] layer_test.go:291: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-04-07T18:07:03.959Z] layer_test.go:340: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-04-07T18:07:03.959Z] layer_test.go:455: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-04-07T18:07:03.959Z] layer_test.go:684: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-04-07T18:07:03.959Z] migration_test.go:45: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-04-07T18:07:03.959Z] migration_test.go:181: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-04-07T18:07:03.959Z] mount_test.go:17: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-04-07T18:07:03.959Z] mount_test.go:76: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-04-07T18:07:03.959Z] mount_test.go:125: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-04-07T18:07:03.959Z] mount_test.go:212: Failing on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-04-07T18:07:03.959Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-04-07T18:07:03.959Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-07T18:07:03.959Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-04-07T18:07:03.959Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-04-07T18:07:03.959Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-04-07T18:07:03.959Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-04-07T18:07:03.959Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-04-07T18:07:03.959Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-04-07T18:07:03.959Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-04-07T18:07:03.959Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-04-07T18:07:03.959Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-04-07T18:07:03.959Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-07T18:07:03.959Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-07T18:07:03.959Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-07T18:07:03.959Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-07T18:07:03.959Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-07T18:07:03.959Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:133: Xz not present in msys2 [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.01s) [2022-04-07T18:07:03.959Z] archive_test.go:140: zstd not installed [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:252: Failing on Windows CI machines [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-04-07T18:07:03.959Z] archive_windows_test.go:16: Currently fails [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-04-07T18:07:03.959Z] changes_test.go:196: needs more investigation [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-04-07T18:07:03.959Z] changes_test.go:433: needs further investigation [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-04-07T18:07:03.959Z] changes_test.go:469: needs further investigation [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-04-07T18:07:03.959Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-04-07T18:07:03.959Z] poller_test.go:40: No chmod on Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-07T18:07:03.959Z] fileutils_test.go:133: Needs porting to Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-07T18:07:03.959Z] fileutils_test.go:179: Needs porting to Windows [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-04-07T18:07:03.959Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-04-07T18:07:03.959Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-04-07T18:07:03.959Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-04-07T18:07:03.959Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-04-07T18:07:03.959Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-07T18:07:03.959Z] [2022-04-07T18:07:03.959Z] DONE 2103 tests, 68 skipped in 262.936s [2022-04-07T18:07:04.041Z] 554879bb3004: Pulling fs layer [2022-04-07T18:07:04.041Z] 554879bb3004: Download complete [2022-04-07T18:07:04.041Z] 554879bb3004: Pull complete [2022-04-07T18:07:04.041Z] Digest: sha256:caa382c432891547782ce7140fb3b7304613d3b0438834dce1cad68896ab110a [2022-04-07T18:07:04.041Z] Status: Downloaded newer image for busybox:latest [2022-04-07T18:07:04.424Z] INFO: make.ps1 ended at 04/07/2022 18:07:04 [2022-04-07T18:07:04.618Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-07T18:07:04.618Z] plugin_test.go:64: [d93eee04d589d] joining swarm manager [d7937f303e01b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-07T18:07:05.189Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-07T18:07:05.281Z] + bundleName=docker-py [2022-04-07T18:07:05.281Z] + echo Creating docker-py-bundles.tar.gz [2022-04-07T18:07:05.281Z] Creating docker-py-bundles.tar.gz [2022-04-07T18:07:05.281Z] + 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-04-07T18:07:05.297Z] Archiving artifacts [2022-04-07T18:07:06.002Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-04-07T18:07:06.002Z] INFO: Unit tests ended at 04/07/2022 18:07:05. Duration:00:04:37.2050762 [2022-04-07T18:07:06.002Z] INFO: Building busybox [2022-04-07T18:07:06.002Z] Sending build context to Docker daemon 5.12kB [2022-04-07T18:07:06.002Z] [2022-04-07T18:07:06.002Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-04-07T18:07:06.002Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-04-07T18:07:06.002Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-04-07T18:07:06.002Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-04-07T18:07:06.002Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-04-07T18:07:06.002Z] ---> 6a11116086a4 [2022-04-07T18:07:06.002Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-04-07T18:07:06.002Z] ---> Running in cb7eb5fd90ac [2022-04-07T18:07:06.010Z] Removing intermediate container 0ae64ad396bd [2022-04-07T18:07:06.010Z] ---> ab7fb7fa1991 [2022-04-07T18:07:06.010Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-04-07T18:07:06.010Z] ---> Running in 832ff7bd98a9 [2022-04-07T18:07:06.134Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-07T18:07:06.705Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-04-07T18:07:07.021Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43448/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-04-07T18:07:07.376Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh binary [2022-04-07T18:07:07.636Z] [2022-04-07T18:07:07.897Z] Removing bundles/ [2022-04-07T18:07:07.897Z] [2022-04-07T18:07:07.897Z] ---> Making bundle: binary (in bundles/binary) [2022-04-07T18:07:07.897Z] Building: bundles/binary-daemon/dockerd-dev [2022-04-07T18:07:07.897Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T18:07:08.088Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-04-07T18:07:08.992Z] Cannot create a file when that file already exists. [2022-04-07T18:07:09.474Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-07T18:07:11.400Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-04-07T18:07:13.310Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-07T18:07:13.795Z] Removing intermediate container 832ff7bd98a9 [2022-04-07T18:07:13.795Z] ---> 43dceb984548 [2022-04-07T18:07:13.795Z] Step 13/13 : CMD ["sh"] [2022-04-07T18:07:13.795Z] ---> Running in 8f8a2510b57b [2022-04-07T18:07:13.795Z] Removing intermediate container 8f8a2510b57b [2022-04-07T18:07:13.795Z] ---> 209bdac5fe29 [2022-04-07T18:07:13.795Z] Successfully built 209bdac5fe29 [2022-04-07T18:07:13.795Z] Successfully tagged busybox:latest [2022-04-07T18:07:13.795Z] INFO: Docker images of the daemon under test [2022-04-07T18:07:13.795Z] [2022-04-07T18:07:13.795Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-07T18:07:13.795Z] busybox latest 209bdac5fe29 Less than a second ago 5.01GB [2022-04-07T18:07:13.795Z] microsoft/windowsservercore latest 02f938cacc3b 5 weeks ago 4.96GB [2022-04-07T18:07:13.795Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 5 weeks ago 4.96GB [2022-04-07T18:07:13.795Z] [2022-04-07T18:07:13.795Z] INFO: Running integration tests at 04/07/2022 18:07:13... [2022-04-07T18:07:13.795Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-04-07T18:07:13.795Z] INFO: Integration API tests being run from the host: [2022-04-07T18:07:13.795Z] INFO: make.ps1 starting at 04/07/2022 18:07:13 [2022-04-07T18:07:14.253Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-07T18:07:14.803Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-04-07T18:07:15.638Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-07T18:07:18.181Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-04-07T18:07:20.093Z] docker_api_swarm_test.go:384: [d2d1467f71705] joining swarm manager [dc61a5139c953]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:07:21.033Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-07T18:07:21.033Z] docker_api_swarm_test.go:385: [da3c776bde455] joining swarm manager [dc61a5139c953]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:07:21.294Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-07T18:07:22.236Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-07T18:07:23.176Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-04-07T18:07:23.176Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-07T18:07:23.437Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-04-07T18:07:23.697Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-04-07T18:07:23.697Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-07T18:07:23.762Z] Removing intermediate container cb7eb5fd90ac [2022-04-07T18:07:23.762Z] ---> c50de63b430d [2022-04-07T18:07:23.762Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-04-07T18:07:23.762Z] ---> Running in 9c14f7077285 [2022-04-07T18:07:23.762Z] Removing intermediate container 9c14f7077285 [2022-04-07T18:07:23.762Z] ---> 62806e787aeb [2022-04-07T18:07:23.762Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-04-07T18:07:23.763Z] ---> Running in ede215fc182d [2022-04-07T18:07:23.763Z] Removing intermediate container ede215fc182d [2022-04-07T18:07:23.763Z] ---> 89a1b61dd07a [2022-04-07T18:07:23.763Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-04-07T18:07:23.763Z] [2022-04-07T18:07:24.229Z] ---> bb97ebe6b5e1 [2022-04-07T18:07:24.229Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-04-07T18:07:24.229Z] ---> Running in 8c5fa91ccc96 [2022-04-07T18:07:24.638Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-07T18:07:25.580Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-07T18:07:25.580Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-07T18:07:25.840Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-07T18:07:26.411Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-07T18:07:26.411Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-07T18:07:27.351Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-07T18:07:28.291Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-04-07T18:07:28.551Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-04-07T18:07:28.551Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-04-07T18:07:28.551Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-04-07T18:07:28.551Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-04-07T18:07:28.551Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-07T18:07:30.462Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-04-07T18:07:30.723Z] --- PASS: TestServicePlugin (31.68s) [2022-04-07T18:07:30.723Z] === RUN TestServiceUpdateLabel [2022-04-07T18:07:30.984Z] === RUN TestDockerSuite/TestEventsRename [2022-04-07T18:07:31.926Z] === RUN TestDockerSuite/TestEventsResize [2022-04-07T18:07:32.187Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-07T18:07:33.131Z] --- PASS: TestServiceUpdateLabel (2.51s) [2022-04-07T18:07:33.131Z] === RUN TestServiceUpdateSecrets [2022-04-07T18:07:38.416Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-07T18:07:38.416Z] === RUN TestDockerSuite/TestEventsStreaming [2022-04-07T18:07:38.986Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-07T18:07:41.529Z] === RUN TestDockerSuite/TestEventsTop [2022-04-07T18:07:42.057Z] Removing intermediate container 8c5fa91ccc96 [2022-04-07T18:07:42.057Z] ---> 0ce72a8faf17 [2022-04-07T18:07:42.057Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-04-07T18:07:42.057Z] ---> Running in 2bd7c05774b4 [2022-04-07T18:07:42.101Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-07T18:07:43.037Z] [2022-04-07T18:07:43.037Z] SUCCESS: Specified value was saved. [2022-04-07T18:07:45.075Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:07:45.075Z] INFO: Testing against a local daemon [2022-04-07T18:07:45.075Z] === RUN TestBuildWithSession [2022-04-07T18:07:45.075Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T18:07:45.075Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-07T18:07:45.075Z] === RUN TestBuildSquashParent [2022-04-07T18:07:45.075Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:07:45.075Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-04-07T18:07:45.075Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-07T18:07:45.075Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T18:07:45.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T18:07:45.075Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T18:07:45.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T18:07:45.075Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T18:07:45.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T18:07:45.075Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T18:07:45.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T18:07:45.075Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T18:07:45.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T18:07:45.075Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T18:07:45.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T18:07:45.075Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T18:07:45.075Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T18:07:45.075Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T18:07:45.075Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T18:07:45.239Z] Removing intermediate container 2bd7c05774b4 [2022-04-07T18:07:45.239Z] ---> f5ec45b35a67 [2022-04-07T18:07:45.239Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-04-07T18:07:45.239Z] ---> Running in 18d5c42b103f [2022-04-07T18:07:45.398Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-07T18:07:47.941Z] --- PASS: TestServiceUpdateSecrets (14.72s) [2022-04-07T18:07:47.941Z] === RUN TestServiceUpdateConfigs [2022-04-07T18:07:49.962Z] Cannot create a file when that file already exists. [2022-04-07T18:07:53.724Z] Removing intermediate container 18d5c42b103f [2022-04-07T18:07:53.724Z] ---> f1ae3349a142 [2022-04-07T18:07:53.724Z] Step 13/13 : CMD ["sh"] [2022-04-07T18:07:53.724Z] ---> Running in ccc98ac3f300 [2022-04-07T18:07:53.814Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T18:07:54.189Z] Removing intermediate container ccc98ac3f300 [2022-04-07T18:07:54.189Z] ---> e931a4170f4c [2022-04-07T18:07:54.189Z] Successfully built e931a4170f4c [2022-04-07T18:07:54.189Z] Successfully tagged busybox:latest [2022-04-07T18:07:54.189Z] INFO: Docker images of the daemon under test [2022-04-07T18:07:54.189Z] [2022-04-07T18:07:54.189Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-07T18:07:54.189Z] busybox latest e931a4170f4c Less than a second ago 5.78GB [2022-04-07T18:07:54.189Z] microsoft/windowsservercore latest 6a11116086a4 5 weeks ago 5.75GB [2022-04-07T18:07:54.189Z] mcr.microsoft.com/windows/servercore ltsc2019 6a11116086a4 5 weeks ago 5.75GB [2022-04-07T18:07:54.189Z] [2022-04-07T18:07:54.189Z] INFO: Running integration tests at 04/07/2022 18:07:53... [2022-04-07T18:07:54.189Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-04-07T18:07:54.189Z] INFO: Integration API tests being run from the host: [2022-04-07T18:07:54.189Z] INFO: make.ps1 starting at 04/07/2022 18:07:53 [2022-04-07T18:07:55.172Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-04-07T18:07:56.068Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T18:07:56.073Z] === RUN TestDockerSuite/TestExec [2022-04-07T18:07:56.073Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-07T18:07:56.644Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-07T18:07:57.215Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-07T18:07:57.786Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-07T18:07:58.727Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-07T18:07:59.298Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-07T18:07:59.869Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-07T18:08:00.440Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-07T18:08:01.011Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-07T18:08:01.271Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-07T18:08:01.842Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-07T18:08:02.783Z] --- PASS: TestServiceUpdateConfigs (14.77s) [2022-04-07T18:08:02.783Z] === RUN TestServiceUpdateNetwork [2022-04-07T18:08:03.043Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-07T18:08:03.411Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-04-07T18:08:03.411Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (8.87s) [2022-04-07T18:08:03.411Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.49s) [2022-04-07T18:08:03.411Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.00s) [2022-04-07T18:08:03.411Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.93s) [2022-04-07T18:08:03.411Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.90s) [2022-04-07T18:08:03.411Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.38s) [2022-04-07T18:08:03.411Z] === RUN TestBuildMultiStageCopy [2022-04-07T18:08:03.411Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-07T18:08:03.993Z] === RUN TestDockerSuite/TestExecEnv [2022-04-07T18:08:05.393Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-07T18:08:06.337Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-07T18:08:06.908Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-07T18:08:08.819Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-07T18:08:09.391Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-04-07T18:08:09.962Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-07T18:08:10.626Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-07T18:08:10.903Z] === RUN TestDockerSuite/TestExecParseError [2022-04-07T18:08:11.105Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-07T18:08:11.163Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-07T18:08:11.735Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-07T18:08:12.105Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-07T18:08:12.307Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-07T18:08:13.105Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-07T18:08:13.249Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-07T18:08:13.821Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-07T18:08:14.106Z] --- PASS: TestBuildMultiStageCopy (11.27s) [2022-04-07T18:08:14.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.57s) [2022-04-07T18:08:14.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.69s) [2022-04-07T18:08:14.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.88s) [2022-04-07T18:08:14.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2022-04-07T18:08:14.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.12s) [2022-04-07T18:08:14.106Z] === RUN TestBuildMultiStageParentConfig [2022-04-07T18:08:14.391Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-07T18:08:16.302Z] --- PASS: TestServiceUpdateNetwork (13.48s) [2022-04-07T18:08:16.302Z] === RUN TestServiceUpdatePidsLimit [2022-04-07T18:08:16.347Z] --- PASS: TestBuildMultiStageParentConfig (2.16s) [2022-04-07T18:08:16.347Z] === RUN TestBuildLabelWithTargets [2022-04-07T18:08:16.347Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:08:16.347Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-04-07T18:08:16.347Z] === RUN TestBuildWithEmptyLayers [2022-04-07T18:08:17.685Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-04-07T18:08:17.685Z] check_test.go:379: [da3c776bde455] daemon is not started [2022-04-07T18:08:17.685Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-04-07T18:08:17.931Z] --- PASS: TestBuildWithEmptyLayers (1.25s) [2022-04-07T18:08:17.931Z] === RUN TestBuildMultiStageOnBuild [2022-04-07T18:08:18.257Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-04-07T18:08:19.641Z] docker_api_swarm_test.go:802: [d14d9d81c4906] joining swarm manager [d205767c4fb9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:08:21.023Z] docker_api_swarm_test.go:802: [d0a0e7e781b72] joining swarm manager [d205767c4fb9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:08:22.406Z] docker_api_swarm_test.go:802: [d0b089eabf3c2] joining swarm manager [d205767c4fb9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-04-07T18:08:24.322Z] docker_api_swarm_test.go:802: [df2a5f59f7317] joining swarm manager [d205767c4fb9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-04-07T18:08:25.263Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-07T18:08:25.263Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-04-07T18:08:25.524Z] === RUN TestDockerSuite/TestExecTTY [2022-04-07T18:08:26.095Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-07T18:08:27.053Z] docker_api_swarm_test.go:810: [d096d4115bc08] joining swarm manager [d205767c4fb9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-04-07T18:08:27.053Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-07T18:08:27.626Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-07T18:08:28.197Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-07T18:08:28.197Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-04-07T18:08:28.197Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-07T18:08:28.480Z] --- PASS: TestBuildMultiStageOnBuild (10.35s) [2022-04-07T18:08:28.480Z] === RUN TestBuildUncleanTarFilenames [2022-04-07T18:08:28.480Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:08:28.481Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-04-07T18:08:28.481Z] === RUN TestBuildMultiStageLayerLeak [2022-04-07T18:08:29.582Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-04-07T18:08:29.842Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-07T18:08:30.783Z] === RUN TestDockerSuite/TestExecWithTERM [2022-04-07T18:08:30.969Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:08:30.969Z] INFO: Testing against a local daemon [2022-04-07T18:08:30.969Z] === RUN TestBuildWithSession [2022-04-07T18:08:30.969Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T18:08:30.969Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-07T18:08:30.969Z] === RUN TestBuildSquashParent [2022-04-07T18:08:30.969Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:30.969Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-04-07T18:08:30.969Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-07T18:08:30.969Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T18:08:30.969Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T18:08:30.969Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T18:08:30.969Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T18:08:30.969Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T18:08:30.969Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T18:08:30.969Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T18:08:30.969Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T18:08:30.969Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T18:08:30.969Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T18:08:30.969Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T18:08:30.969Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T18:08:30.969Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-07T18:08:30.969Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-07T18:08:30.969Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-07T18:08:30.969Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-07T18:08:31.353Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-07T18:08:31.925Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-07T18:08:32.867Z] --- PASS: TestServiceUpdatePidsLimit (16.69s) [2022-04-07T18:08:32.867Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-04-07T18:08:32.867Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s) [2022-04-07T18:08:32.867Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s) [2022-04-07T18:08:32.867Z] PASS [2022-04-07T18:08:32.867Z] [2022-04-07T18:08:32.867Z] === Skipped [2022-04-07T18:08:32.867Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-07T18:08:32.867Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-07T18:08:32.867Z] [2022-04-07T18:08:32.867Z] DONE 27 tests, 1 skipped in 199.149s [2022-04-07T18:08:32.867Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-04-07T18:08:32.867Z] ++ 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-04-07T18:08:32.867Z] ++ set -e [2022-04-07T18:08:32.867Z] ++ '[' -n 0 ']' [2022-04-07T18:08:32.867Z] ++ set -x [2022-04-07T18:08:32.867Z] ++ 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-04-07T18:08:33.127Z] INFO: Testing against a local daemon [2022-04-07T18:08:33.127Z] === RUN TestSessionCreate [2022-04-07T18:08:33.127Z] --- PASS: TestSessionCreate (0.02s) [2022-04-07T18:08:33.127Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-07T18:08:33.127Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-04-07T18:08:33.127Z] PASS [2022-04-07T18:08:33.127Z] [2022-04-07T18:08:33.127Z] DONE 2 tests in 0.138s [2022-04-07T18:08:33.127Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-04-07T18:08:33.127Z] ++ 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-04-07T18:08:33.127Z] ++ set -e [2022-04-07T18:08:33.127Z] ++ '[' -n 0 ']' [2022-04-07T18:08:33.127Z] ++ set -x [2022-04-07T18:08:33.127Z] ++ 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-04-07T18:08:33.127Z] INFO: Testing against a local daemon [2022-04-07T18:08:33.127Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-07T18:08:33.127Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-07T18:08:33.127Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:08:33.127Z] === RUN TestDiskUsage [2022-04-07T18:08:33.127Z] === PAUSE TestDiskUsage [2022-04-07T18:08:33.127Z] === RUN TestEventsExecDie [2022-04-07T18:08:33.647Z] --- PASS: TestBuildWithHugeFile (93.22s) [2022-04-07T18:08:33.647Z] === RUN TestBuildWCOWSandboxSize [2022-04-07T18:08:33.647Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T18:08:33.647Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-07T18:08:33.647Z] === RUN TestBuildWithEmptyDockerfile [2022-04-07T18:08:33.647Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T18:08:33.647Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T18:08:33.647Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T18:08:33.647Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T18:08:33.647Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T18:08:33.647Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T18:08:33.647Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T18:08:33.648Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T18:08:33.648Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T18:08:33.648Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-04-07T18:08:33.648Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-04-07T18:08:33.648Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-04-07T18:08:33.648Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-04-07T18:08:33.648Z] === RUN TestBuildPreserveOwnership [2022-04-07T18:08:33.648Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:08:33.648Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestBuildPlatformInvalid [2022-04-07T18:08:33.648Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-04-07T18:08:33.648Z] PASS [2022-04-07T18:08:33.648Z] ok github.com/docker/docker/integration/build 151.764s [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === Skipped [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-04-07T18:08:33.648Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-04-07T18:08:33.648Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-04-07T18:08:33.648Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-04-07T18:08:33.648Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-04-07T18:08:33.648Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-04-07T18:08:33.648Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] DONE 29 tests, 6 skipped in 181.688s [2022-04-07T18:08:33.648Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-04-07T18:08:33.648Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:08:33.648Z] INFO: Testing against a local daemon [2022-04-07T18:08:33.648Z] === RUN TestConfigInspect [2022-04-07T18:08:33.648Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] --- SKIP: TestConfigInspect (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestConfigList [2022-04-07T18:08:33.648Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] --- SKIP: TestConfigList (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestConfigsCreateAndDelete [2022-04-07T18:08:33.648Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestConfigsUpdate [2022-04-07T18:08:33.648Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestTemplatedConfig [2022-04-07T18:08:33.648Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestConfigCreateResolve [2022-04-07T18:08:33.648Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:08:33.648Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-04-07T18:08:33.648Z] PASS [2022-04-07T18:08:33.648Z] ok github.com/docker/docker/integration/config 0.075s [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === Skipped [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-04-07T18:08:33.648Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-04-07T18:08:33.648Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-04-07T18:08:33.648Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-04-07T18:08:33.648Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-04-07T18:08:33.648Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-04-07T18:08:33.648Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:08:33.648Z] [2022-04-07T18:08:33.648Z] DONE 6 tests, 6 skipped in 1.869s [2022-04-07T18:08:33.648Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-04-07T18:08:33.648Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:08:33.648Z] INFO: Testing against a local daemon [2022-04-07T18:08:33.648Z] === RUN TestCheckpoint [2022-04-07T18:08:33.648Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T18:08:33.648Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestContainerInvalidJSON [2022-04-07T18:08:33.648Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T18:08:33.648Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T18:08:33.648Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-04-07T18:08:33.648Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-04-07T18:08:33.648Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T18:08:33.648Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-04-07T18:08:33.648Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-04-07T18:08:33.648Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-04-07T18:08:33.648Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-04-07T18:08:33.648Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-07T18:08:33.648Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.19s) [2022-04-07T18:08:33.648Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-07T18:08:33.648Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s) [2022-04-07T18:08:33.648Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-07T18:08:33.648Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.16s) [2022-04-07T18:08:33.648Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-07T18:08:33.648Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2022-04-07T18:08:33.648Z] === RUN TestCopyFromContainer [2022-04-07T18:08:33.648Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-07T18:08:33.648Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T18:08:33.648Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T18:08:33.648Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T18:08:33.648Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T18:08:33.648Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T18:08:33.648Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T18:08:33.648Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T18:08:33.648Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T18:08:33.648Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T18:08:33.648Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-04-07T18:08:33.648Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-07T18:08:33.648Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-07T18:08:33.648Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-07T18:08:33.648Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-07T18:08:33.648Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestCreateWithInvalidEnv [2022-04-07T18:08:33.648Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-07T18:08:33.648Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-07T18:08:33.648Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-07T18:08:33.648Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-07T18:08:33.648Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-07T18:08:33.648Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-07T18:08:33.648Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-07T18:08:33.648Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-07T18:08:33.648Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-07T18:08:33.648Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-04-07T18:08:33.648Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-07T18:08:33.648Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-07T18:08:33.648Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestCreateTmpfsMountsTarget [2022-04-07T18:08:33.648Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.648Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-07T18:08:33.648Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:08:33.648Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-07T18:08:33.648Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:08:33.648Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-07T18:08:33.648Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-07T18:08:33.648Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T18:08:33.650Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T18:08:33.650Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T18:08:33.650Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T18:08:33.650Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T18:08:33.650Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T18:08:33.650Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T18:08:33.650Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T18:08:33.650Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T18:08:33.650Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T18:08:33.650Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T18:08:33.650Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T18:08:33.650Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T18:08:33.650Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T18:08:33.650Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T18:08:33.650Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-04-07T18:08:33.650Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-04-07T18:08:33.650Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2022-04-07T18:08:33.650Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2022-04-07T18:08:33.650Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-07T18:08:33.650Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-04-07T18:08:33.650Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-07T18:08:33.650Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-07T18:08:33.650Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-07T18:08:33.650Z] === RUN TestCreateDifferentPlatform [2022-04-07T18:08:33.650Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-07T18:08:33.650Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-07T18:08:33.650Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-04-07T18:08:33.650Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-07T18:08:33.650Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-07T18:08:33.650Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-07T18:08:33.650Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2022-04-07T18:08:33.650Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-07T18:08:33.650Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-07T18:08:33.650Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-07T18:08:33.650Z] === RUN TestContainerKillOnDaemonStart [2022-04-07T18:08:33.650Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:33.650Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-07T18:08:33.650Z] === RUN TestWindowsDevices [2022-04-07T18:08:33.650Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-04-07T18:08:33.650Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-04-07T18:08:33.650Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:08:33.650Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:08:33.650Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:08:33.650Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:08:33.650Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:33.697Z] --- PASS: TestEventsExecDie (0.59s) [2022-04-07T18:08:33.697Z] === RUN TestEventsBackwardsCompatible [2022-04-07T18:08:33.697Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-04-07T18:08:33.697Z] === RUN TestEventsVolumeCreate [2022-04-07T18:08:33.958Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-04-07T18:08:33.958Z] === RUN TestInfoBinaryCommits [2022-04-07T18:08:33.958Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-04-07T18:08:33.958Z] === RUN TestInfoAPIVersioned [2022-04-07T18:08:33.958Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-04-07T18:08:33.958Z] === RUN TestInfoAPI [2022-04-07T18:08:33.958Z] --- PASS: TestInfoAPI (0.01s) [2022-04-07T18:08:33.958Z] === RUN TestInfoAPIWarnings [2022-04-07T18:08:35.860Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:08:35.860Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:08:35.860Z] --- PASS: TestWindowsDevices (0.02s) [2022-04-07T18:08:35.860Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.09s) [2022-04-07T18:08:35.860Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.09s) [2022-04-07T18:08:35.860Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-04-07T18:08:35.860Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.38s) [2022-04-07T18:08:35.860Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.46s) [2022-04-07T18:08:35.860Z] --- PASS: TestWindowsDevices/process/no_device_mounted (4.56s) [2022-04-07T18:08:35.860Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.56s) [2022-04-07T18:08:35.860Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.15s) [2022-04-07T18:08:35.860Z] === RUN TestDiff [2022-04-07T18:08:35.860Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-07T18:08:35.860Z] --- SKIP: TestDiff (0.00s) [2022-04-07T18:08:35.860Z] === RUN TestExecWithCloseStdin [2022-04-07T18:08:35.860Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-07T18:08:35.860Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-04-07T18:08:35.860Z] === RUN TestExec [2022-04-07T18:08:36.498Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-07T18:08:37.213Z] --- PASS: TestBuildMultiStageLayerLeak (9.08s) [2022-04-07T18:08:37.213Z] === RUN TestBuildWithHugeFile [2022-04-07T18:08:38.101Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-07T18:08:38.101Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-07T18:08:38.785Z] --- PASS: TestExec (2.85s) [2022-04-07T18:08:38.785Z] === RUN TestExecUser [2022-04-07T18:08:38.785Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-07T18:08:38.785Z] --- SKIP: TestExecUser (0.00s) [2022-04-07T18:08:38.785Z] === RUN TestExportContainerAndImportImage [2022-04-07T18:08:38.785Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:38.785Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-04-07T18:08:38.785Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-07T18:08:38.785Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:38.785Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-04-07T18:08:38.785Z] === RUN TestHealthCheckWorkdir [2022-04-07T18:08:38.785Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-07T18:08:38.785Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-04-07T18:08:38.785Z] === RUN TestHealthKillContainer [2022-04-07T18:08:38.785Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-07T18:08:38.785Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-04-07T18:08:38.785Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-07T18:08:38.785Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-07T18:08:38.785Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-07T18:08:38.785Z] === RUN TestKillContainerInvalidSignal [2022-04-07T18:08:41.708Z] --- PASS: TestKillContainerInvalidSignal (2.45s) [2022-04-07T18:08:41.708Z] === RUN TestKillContainer [2022-04-07T18:08:41.708Z] === RUN TestKillContainer/no_signal [2022-04-07T18:08:41.780Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-07T18:08:42.720Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-07T18:08:43.901Z] === RUN TestKillContainer/non_killing_signal [2022-04-07T18:08:43.901Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-07T18:08:43.901Z] === RUN TestKillContainer/killing_signal [2022-04-07T18:08:45.246Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-04-07T18:08:45.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.78s) [2022-04-07T18:08:45.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.86s) [2022-04-07T18:08:45.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.02s) [2022-04-07T18:08:45.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.68s) [2022-04-07T18:08:45.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.94s) [2022-04-07T18:08:45.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (7.08s) [2022-04-07T18:08:45.246Z] === RUN TestBuildMultiStageCopy [2022-04-07T18:08:45.246Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-07T18:08:46.826Z] --- PASS: TestKillContainer (5.07s) [2022-04-07T18:08:46.826Z] --- PASS: TestKillContainer/no_signal (2.54s) [2022-04-07T18:08:46.826Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-07T18:08:46.826Z] --- PASS: TestKillContainer/killing_signal (2.48s) [2022-04-07T18:08:46.826Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-07T18:08:46.826Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:08:46.826Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-07T18:08:46.826Z] === RUN TestKillStoppedContainer [2022-04-07T18:08:46.826Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:08:46.826Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-04-07T18:08:46.826Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-07T18:08:46.826Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:08:46.826Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-07T18:08:46.826Z] === RUN TestKillDifferentUserContainer [2022-04-07T18:08:46.826Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-07T18:08:46.826Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-04-07T18:08:46.826Z] === RUN TestInspectOomKilledTrue [2022-04-07T18:08:46.826Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:46.826Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-07T18:08:46.826Z] === RUN TestInspectOomKilledFalse [2022-04-07T18:08:46.826Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T18:08:46.826Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-07T18:08:46.826Z] === RUN TestLogsFollowTailEmpty [2022-04-07T18:08:48.003Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-07T18:08:48.003Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-07T18:08:48.003Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-07T18:08:48.004Z] === RUN TestDockerSuite/TestHealth [2022-04-07T18:08:49.028Z] --- PASS: TestLogsFollowTailEmpty (2.46s) [2022-04-07T18:08:49.028Z] === RUN TestNetworkNat [2022-04-07T18:08:49.028Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-07T18:08:49.028Z] --- SKIP: TestNetworkNat (0.00s) [2022-04-07T18:08:49.028Z] === RUN TestNetworkLocalhostTCPNat [2022-04-07T18:08:50.547Z] --- PASS: TestInfoAPIWarnings (16.27s) [2022-04-07T18:08:50.547Z] === RUN TestInfoDebug [2022-04-07T18:08:50.807Z] --- PASS: TestInfoDebug (0.52s) [2022-04-07T18:08:50.808Z] === RUN TestInfoInsecureRegistries [2022-04-07T18:08:51.379Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-04-07T18:08:51.379Z] === RUN TestInfoRegistryMirrors [2022-04-07T18:08:51.640Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-04-07T18:08:51.640Z] === RUN TestLoginFailsWithBadCredentials [2022-04-07T18:08:51.901Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-04-07T18:08:51.901Z] === RUN TestPingCacheHeaders [2022-04-07T18:08:51.901Z] --- PASS: TestPingCacheHeaders (0.01s) [2022-04-07T18:08:51.901Z] === RUN TestPingGet [2022-04-07T18:08:51.901Z] --- PASS: TestPingGet (0.01s) [2022-04-07T18:08:51.901Z] === RUN TestPingHead [2022-04-07T18:08:51.901Z] --- PASS: TestPingHead (0.01s) [2022-04-07T18:08:51.901Z] === RUN TestPingSwarmHeader [2022-04-07T18:08:51.978Z] --- PASS: TestNetworkLocalhostTCPNat (3.11s) [2022-04-07T18:08:51.978Z] === RUN TestNetworkLoopbackNat [2022-04-07T18:08:51.978Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-07T18:08:51.978Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-04-07T18:08:51.978Z] === RUN TestPause [2022-04-07T18:08:51.978Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-07T18:08:51.978Z] --- SKIP: TestPause (0.00s) [2022-04-07T18:08:51.978Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-07T18:08:52.367Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-07T18:08:52.471Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-07T18:08:53.041Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-07T18:08:53.346Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-07T18:08:53.810Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-07T18:08:53.984Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-07T18:08:53.984Z] --- PASS: TestPingSwarmHeader (2.13s) [2022-04-07T18:08:53.984Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-07T18:08:53.984Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-07T18:08:53.984Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-07T18:08:53.984Z] === RUN TestVersion [2022-04-07T18:08:53.984Z] --- PASS: TestVersion (0.02s) [2022-04-07T18:08:53.984Z] === CONT TestDiskUsage [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/container_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/image_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/volume_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-07T18:08:54.563Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-07T18:08:54.791Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-07T18:08:54.825Z] === RUN TestDiskUsage/after_container.Run [2022-04-07T18:08:54.908Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.53s) [2022-04-07T18:08:54.908Z] === RUN TestPauseStopPausedContainer [2022-04-07T18:08:54.908Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:08:54.908Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-04-07T18:08:54.908Z] === RUN TestPsFilter [2022-04-07T18:08:54.908Z] --- PASS: TestPsFilter (0.24s) [2022-04-07T18:08:54.908Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-07T18:08:55.396Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-07T18:08:55.396Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-07T18:08:55.396Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-07T18:08:55.396Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-07T18:08:55.396Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-07T18:08:55.396Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-07T18:08:55.396Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-07T18:08:55.397Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-07T18:08:55.397Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-07T18:08:55.397Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage (1.42s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.30s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run (0.44s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-04-07T18:08:55.397Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-04-07T18:08:55.397Z] PASS [2022-04-07T18:08:55.397Z] [2022-04-07T18:08:55.397Z] === Skipped [2022-04-07T18:08:55.397Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:08:55.397Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-07T18:08:55.397Z] [2022-04-07T18:08:55.397Z] DONE 54 tests, 1 skipped in 22.384s [2022-04-07T18:08:55.397Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-07T18:08:55.397Z] ++ 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-04-07T18:08:55.397Z] ++ set -e [2022-04-07T18:08:55.397Z] ++ '[' -n 0 ']' [2022-04-07T18:08:55.397Z] ++ set -x [2022-04-07T18:08:55.397Z] ++ 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-04-07T18:08:55.657Z] INFO: Testing against a local daemon [2022-04-07T18:08:55.657Z] === RUN TestVolumesCreateAndList [2022-04-07T18:08:55.657Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-07T18:08:55.657Z] === RUN TestVolumesRemove [2022-04-07T18:08:55.657Z] --- PASS: TestVolumesRemove (0.07s) [2022-04-07T18:08:55.657Z] === RUN TestVolumesInspect [2022-04-07T18:08:55.657Z] --- PASS: TestVolumesInspect (0.02s) [2022-04-07T18:08:55.657Z] === RUN TestVolumesInvalidJSON [2022-04-07T18:08:55.657Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-04-07T18:08:55.657Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-04-07T18:08:55.657Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-04-07T18:08:55.657Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-07T18:08:55.657Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-04-07T18:08:55.657Z] PASS [2022-04-07T18:08:55.657Z] [2022-04-07T18:08:55.657Z] DONE 5 tests in 0.231s [2022-04-07T18:08:55.657Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-07T18:08:55.918Z] ++++ cat bundles/test-integration/docker.pid [2022-04-07T18:08:55.918Z] +++ kill 6651 [2022-04-07T18:08:56.179Z] +++ /etc/init.d/apparmor stop [2022-04-07T18:08:56.179Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-07T18:08:56.179Z] [2022-04-07T18:08:56.179Z] Unloading profiles will leave already running processes permanently [2022-04-07T18:08:56.179Z] unconfined, which can lead to unexpected situations. [2022-04-07T18:08:56.179Z] [2022-04-07T18:08:56.179Z] To set a process to complain mode, use the command line tool [2022-04-07T18:08:56.179Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-07T18:08:56.179Z] +++ true [2022-04-07T18:08:56.179Z] exiting test-integration [2022-04-07T18:08:56.179Z] ++ exit 0 [2022-04-07T18:08:56.179Z] [2022-04-07T18:08:56.344Z] --- PASS: TestBuildMultiStageCopy (10.95s) [2022-04-07T18:08:56.344Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.26s) [2022-04-07T18:08:56.344Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.70s) [2022-04-07T18:08:56.344Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.83s) [2022-04-07T18:08:56.344Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s) [2022-04-07T18:08:56.344Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.16s) [2022-04-07T18:08:56.344Z] === RUN TestBuildMultiStageParentConfig [2022-04-07T18:08:57.106Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.40s) [2022-04-07T18:08:57.106Z] === RUN TestRemoveContainerWithVolume [2022-04-07T18:08:57.119Z] + for job in $(jobs -p) [2022-04-07T18:08:57.119Z] + wait 5119 [2022-04-07T18:08:58.547Z] --- PASS: TestBuildMultiStageParentConfig (2.31s) [2022-04-07T18:08:58.547Z] === RUN TestBuildLabelWithTargets [2022-04-07T18:08:58.547Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:08:58.547Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-04-07T18:08:58.547Z] === RUN TestBuildWithEmptyLayers [2022-04-07T18:08:59.526Z] --- PASS: TestBuildWithEmptyLayers (1.25s) [2022-04-07T18:08:59.526Z] === RUN TestBuildMultiStageOnBuild [2022-04-07T18:09:00.030Z] --- PASS: TestRemoveContainerWithVolume (2.45s) [2022-04-07T18:09:00.030Z] === RUN TestRemoveContainerRunning [2022-04-07T18:09:02.223Z] --- PASS: TestRemoveContainerRunning (2.47s) [2022-04-07T18:09:02.223Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-07T18:09:04.418Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.50s) [2022-04-07T18:09:04.418Z] === RUN TestRemoveInvalidContainer [2022-04-07T18:09:04.418Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-04-07T18:09:04.418Z] === RUN TestRenameLinkedContainer [2022-04-07T18:09:04.418Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-07T18:09:04.418Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-04-07T18:09:04.418Z] === RUN TestRenameStoppedContainer [2022-04-07T18:09:07.110Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-07T18:09:07.110Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-07T18:09:07.110Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-07T18:09:07.110Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-07T18:09:07.341Z] --- PASS: TestRenameStoppedContainer (2.48s) [2022-04-07T18:09:07.341Z] === RUN TestRenameRunningContainerAndReuse [2022-04-07T18:09:07.370Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-07T18:09:07.370Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-07T18:09:07.944Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-07T18:09:07.944Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-07T18:09:07.944Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-07T18:09:08.205Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-07T18:09:08.205Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-07T18:09:08.466Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-07T18:09:08.727Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-07T18:09:08.727Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-07T18:09:09.298Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-07T18:09:09.558Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-07T18:09:09.907Z] --- PASS: TestBuildMultiStageOnBuild (10.19s) [2022-04-07T18:09:09.907Z] === RUN TestBuildUncleanTarFilenames [2022-04-07T18:09:09.907Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:09:09.907Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-04-07T18:09:09.907Z] === RUN TestBuildMultiStageLayerLeak [2022-04-07T18:09:10.128Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-07T18:09:10.698Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-07T18:09:10.698Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-07T18:09:11.269Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-07T18:09:12.057Z] --- PASS: TestRenameRunningContainerAndReuse (5.23s) [2022-04-07T18:09:12.057Z] === RUN TestRenameInvalidName [2022-04-07T18:09:13.810Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-07T18:09:13.810Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-07T18:09:13.810Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-07T18:09:13.810Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-04-07T18:09:14.459Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-04-07T18:09:14.459Z] Copying nested executables into bundles/binary-daemon [2022-04-07T18:09:14.459Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-04-07T18:09:14.459Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T18:09:14.459Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-04-07T18:09:14.459Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-04-07T18:09:14.802Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/make.sh cross [2022-04-07T18:09:14.999Z] --- PASS: TestRenameInvalidName (2.46s) [2022-04-07T18:09:14.999Z] === RUN TestRenameAnonymousContainer [2022-04-07T18:09:15.063Z] [2022-04-07T18:09:15.193Z] === RUN TestDockerSuite/TestImportFile [2022-04-07T18:09:15.324Z] Removing bundles/ [2022-04-07T18:09:15.324Z] [2022-04-07T18:09:15.324Z] ---> Making bundle: cross (in bundles/cross) [2022-04-07T18:09:15.324Z] Cross building: bundles/cross/linux/amd64 [2022-04-07T18:09:15.324Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-04-07T18:09:15.324Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-04-07T18:09:16.136Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-07T18:09:16.136Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-07T18:09:17.519Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-07T18:09:18.460Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-07T18:09:19.401Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-07T18:09:19.972Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-07T18:09:20.544Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-07T18:09:21.114Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-07T18:09:21.114Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-04-07T18:09:21.114Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-07T18:09:21.374Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-07T18:09:21.946Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-07T18:09:22.531Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-07T18:09:23.102Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-07T18:09:23.362Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-07T18:09:23.933Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-07T18:09:23.933Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-04-07T18:09:24.789Z] --- PASS: TestBuildMultiStageLayerLeak (13.63s) [2022-04-07T18:09:24.789Z] === RUN TestBuildWithHugeFile [2022-04-07T18:09:24.873Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-07T18:09:25.360Z] --- PASS: TestRenameAnonymousContainer (10.13s) [2022-04-07T18:09:25.360Z] === RUN TestRenameContainerWithSameName [2022-04-07T18:09:25.443Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-07T18:09:25.704Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-07T18:09:25.964Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-07T18:09:26.224Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-07T18:09:26.224Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-04-07T18:09:26.224Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-07T18:09:27.166Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-07T18:09:27.427Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-07T18:09:27.553Z] --- PASS: TestRenameContainerWithSameName (2.46s) [2022-04-07T18:09:27.553Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-07T18:09:27.553Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-07T18:09:27.553Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-04-07T18:09:27.553Z] === RUN TestResize [2022-04-07T18:09:27.997Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-07T18:09:28.568Z] === RUN TestDockerSuite/TestInspectImage [2022-04-07T18:09:28.568Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-07T18:09:28.568Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-07T18:09:28.568Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-04-07T18:09:28.568Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-07T18:09:28.828Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-07T18:09:29.399Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-07T18:09:29.399Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-07T18:09:29.746Z] --- PASS: TestResize (2.43s) [2022-04-07T18:09:29.746Z] === RUN TestResizeWithInvalidSize [2022-04-07T18:09:29.969Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-07T18:09:30.540Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-07T18:09:32.449Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-07T18:09:32.449Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-07T18:09:32.671Z] --- PASS: TestResizeWithInvalidSize (2.53s) [2022-04-07T18:09:32.671Z] === RUN TestResizeWhenContainerNotStarted [2022-04-07T18:09:33.021Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-07T18:09:33.592Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-07T18:09:34.535Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-07T18:09:34.865Z] --- PASS: TestResizeWhenContainerNotStarted (2.53s) [2022-04-07T18:09:34.865Z] === RUN TestDaemonRestartKillContainers [2022-04-07T18:09:34.865Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:09:34.865Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-07T18:09:34.865Z] === RUN TestStats [2022-04-07T18:09:34.865Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-07T18:09:34.865Z] --- SKIP: TestStats (0.00s) [2022-04-07T18:09:34.865Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-07T18:09:35.106Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-07T18:09:35.367Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-04-07T18:09:35.627Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-07T18:09:36.198Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-07T18:09:36.770Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-07T18:09:37.714Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-07T18:09:38.286Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-07T18:09:38.286Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-04-07T18:09:40.202Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-04-07T18:09:40.463Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-07T18:09:41.404Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-07T18:09:41.976Z] docker_api_swarm_service_test.go:395: [dad3de8e2153d] joining swarm manager [d0151e86beda2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:09:41.977Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.90s) [2022-04-07T18:09:41.978Z] === RUN TestStopContainerWithTimeout [2022-04-07T18:09:41.978Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-07T18:09:41.978Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-04-07T18:09:41.978Z] === RUN TestUpdateRestartPolicy [2022-04-07T18:09:42.918Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-07T18:09:42.918Z] docker_api_swarm_service_test.go:395: [d5d14e7c1826c] joining swarm manager [d0151e86beda2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:09:42.918Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-07T18:09:44.835Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-07T18:09:46.747Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-07T18:09:48.659Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-07T18:09:48.659Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-07T18:09:50.043Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-07T18:09:50.043Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-07T18:09:50.615Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-07T18:09:58.751Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-07T18:09:58.751Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-04-07T18:09:59.322Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-07T18:10:00.706Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-07T18:10:00.706Z] docker_api_swarm_service_test.go:343: [d5063140b93ea] joining swarm manager [d11a2b2145383]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:10:00.966Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-07T18:10:01.538Z] docker_api_swarm_service_test.go:343: [dc9c102aafa85] joining swarm manager [d11a2b2145383]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:10:02.922Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-04-07T18:10:03.130Z] --- PASS: TestUpdateRestartPolicy (20.93s) [2022-04-07T18:10:03.130Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-07T18:10:03.188Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-07T18:10:03.761Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-07T18:10:03.761Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-07T18:10:03.761Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-07T18:10:04.703Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-07T18:10:05.273Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-07T18:10:05.322Z] --- PASS: TestUpdateRestartWithAutoRemove (2.50s) [2022-04-07T18:10:05.322Z] === RUN TestWaitNonBlocked [2022-04-07T18:10:05.322Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:10:05.322Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:10:05.322Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:10:05.322Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:10:05.322Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:10:05.322Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:10:08.249Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-04-07T18:10:08.249Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.17s) [2022-04-07T18:10:08.249Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.20s) [2022-04-07T18:10:08.249Z] === RUN TestWaitBlocked [2022-04-07T18:10:08.249Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:08.249Z] --- SKIP: TestWaitBlocked (0.00s) [2022-04-07T18:10:08.250Z] PASS [2022-04-07T18:10:08.250Z] ok github.com/docker/docker/integration/container 98.089s [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === Skipped [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-04-07T18:10:08.250Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-04-07T18:10:08.250Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-04-07T18:10:08.250Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-04-07T18:10:08.250Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-04-07T18:10:08.250Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-07T18:10:08.250Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-07T18:10:08.250Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-07T18:10:08.250Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-04-07T18:10:08.250Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.09s) [2022-04-07T18:10:08.250Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:10:08.250Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.09s) [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.09s) [2022-04-07T18:10:08.250Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:10:08.250Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.09s) [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-04-07T18:10:08.250Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:10:08.250Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.15s) [2022-04-07T18:10:08.250Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:10:08.250Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.15s) [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-04-07T18:10:08.250Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-04-07T18:10:08.250Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-04-07T18:10:08.250Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-04-07T18:10:08.250Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-04-07T18:10:08.250Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-04-07T18:10:08.250Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-04-07T18:10:08.250Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-07T18:10:08.250Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-04-07T18:10:08.250Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-07T18:10:08.250Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.250Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-07T18:10:08.250Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:10:08.250Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-04-07T18:10:08.715Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-07T18:10:08.715Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-04-07T18:10:08.715Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-04-07T18:10:08.715Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-04-07T18:10:08.715Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-04-07T18:10:08.715Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-04-07T18:10:08.715Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-04-07T18:10:08.715Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-04-07T18:10:08.715Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-04-07T18:10:08.715Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-04-07T18:10:08.715Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-04-07T18:10:08.715Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-04-07T18:10:08.715Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-04-07T18:10:08.715Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-04-07T18:10:08.715Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:08.715Z] [2022-04-07T18:10:08.715Z] DONE 96 tests, 38 skipped in 100.481s [2022-04-07T18:10:08.715Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-04-07T18:10:09.472Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-07T18:10:09.472Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-07T18:10:13.672Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-07T18:10:14.243Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-07T18:10:14.243Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-07T18:10:15.191Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-07T18:10:15.452Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-04-07T18:10:16.022Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-07T18:10:16.963Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-07T18:10:17.534Z] docker_api_swarm_service_test.go:490: [d6f7d85394ced] joining swarm manager [d7b7e31332a5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:10:18.104Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-07T18:10:18.367Z] docker_api_swarm_service_test.go:490: [daf64bbbc4b30] joining swarm manager [d7b7e31332a5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:10:18.938Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-07T18:10:18.980Z] --- PASS: TestBuildWithHugeFile (90.23s) [2022-04-07T18:10:18.980Z] === RUN TestBuildWCOWSandboxSize [2022-04-07T18:10:18.980Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T18:10:18.980Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestBuildWithEmptyDockerfile [2022-04-07T18:10:18.980Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T18:10:18.980Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T18:10:18.980Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T18:10:18.980Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T18:10:18.980Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T18:10:18.980Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T18:10:18.980Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T18:10:18.980Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T18:10:18.980Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T18:10:18.980Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-04-07T18:10:18.980Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-04-07T18:10:18.980Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-04-07T18:10:18.980Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-04-07T18:10:18.980Z] === RUN TestBuildPreserveOwnership [2022-04-07T18:10:18.980Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:10:18.980Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestBuildPlatformInvalid [2022-04-07T18:10:18.980Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2022-04-07T18:10:18.980Z] PASS [2022-04-07T18:10:18.980Z] ok github.com/docker/docker/integration/build 143.437s [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === Skipped [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-04-07T18:10:18.980Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-04-07T18:10:18.980Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-04-07T18:10:18.980Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-04-07T18:10:18.980Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-04-07T18:10:18.980Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-04-07T18:10:18.980Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] DONE 29 tests, 6 skipped in 173.219s [2022-04-07T18:10:18.980Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-04-07T18:10:18.980Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:18.980Z] INFO: Testing against a local daemon [2022-04-07T18:10:18.980Z] === RUN TestConfigInspect [2022-04-07T18:10:18.980Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] --- SKIP: TestConfigInspect (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestConfigList [2022-04-07T18:10:18.980Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] --- SKIP: TestConfigList (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestConfigsCreateAndDelete [2022-04-07T18:10:18.980Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestConfigsUpdate [2022-04-07T18:10:18.980Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestTemplatedConfig [2022-04-07T18:10:18.980Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestConfigCreateResolve [2022-04-07T18:10:18.980Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:18.980Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-04-07T18:10:18.980Z] PASS [2022-04-07T18:10:18.980Z] ok github.com/docker/docker/integration/config 0.086s [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === Skipped [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-04-07T18:10:18.980Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-04-07T18:10:18.980Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-04-07T18:10:18.980Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-04-07T18:10:18.980Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-04-07T18:10:18.980Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-04-07T18:10:18.980Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:18.980Z] [2022-04-07T18:10:18.980Z] DONE 6 tests, 6 skipped in 1.793s [2022-04-07T18:10:18.980Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-04-07T18:10:18.980Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:18.980Z] INFO: Testing against a local daemon [2022-04-07T18:10:18.980Z] === RUN TestCheckpoint [2022-04-07T18:10:18.980Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T18:10:18.980Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestContainerInvalidJSON [2022-04-07T18:10:18.980Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T18:10:18.980Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T18:10:18.980Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-04-07T18:10:18.980Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-04-07T18:10:18.980Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T18:10:18.980Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-04-07T18:10:18.980Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-04-07T18:10:18.980Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-04-07T18:10:18.980Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-07T18:10:18.980Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.19s) [2022-04-07T18:10:18.980Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-07T18:10:18.980Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.19s) [2022-04-07T18:10:18.980Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-07T18:10:18.980Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.18s) [2022-04-07T18:10:18.980Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-07T18:10:18.980Z] --- PASS: TestCopyToContainerPathIsNotDir (0.17s) [2022-04-07T18:10:18.980Z] === RUN TestCopyFromContainer [2022-04-07T18:10:18.980Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-07T18:10:18.980Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T18:10:18.980Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T18:10:18.980Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T18:10:18.980Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T18:10:18.980Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T18:10:18.980Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T18:10:18.980Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T18:10:18.980Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T18:10:18.980Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T18:10:18.980Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-04-07T18:10:18.980Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-07T18:10:18.980Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-07T18:10:18.980Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-07T18:10:18.980Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-07T18:10:18.980Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestCreateWithInvalidEnv [2022-04-07T18:10:18.980Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-07T18:10:18.980Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-07T18:10:18.980Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-07T18:10:18.980Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-07T18:10:18.980Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-07T18:10:18.980Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-07T18:10:18.980Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-07T18:10:18.980Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-07T18:10:18.980Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-07T18:10:18.980Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-04-07T18:10:18.980Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-07T18:10:18.980Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-07T18:10:18.980Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestCreateTmpfsMountsTarget [2022-04-07T18:10:18.980Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.980Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-07T18:10:18.980Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:18.980Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-07T18:10:18.980Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:18.980Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-07T18:10:18.980Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-07T18:10:18.980Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T18:10:18.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T18:10:18.981Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T18:10:18.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T18:10:18.981Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T18:10:18.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T18:10:18.981Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T18:10:18.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T18:10:18.981Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T18:10:18.981Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T18:10:18.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T18:10:18.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T18:10:18.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T18:10:18.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T18:10:18.981Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T18:10:18.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-04-07T18:10:18.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-07T18:10:18.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-07T18:10:18.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-07T18:10:18.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-07T18:10:18.981Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-04-07T18:10:18.981Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-07T18:10:18.981Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-07T18:10:18.981Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-07T18:10:18.981Z] === RUN TestCreateDifferentPlatform [2022-04-07T18:10:18.981Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-07T18:10:18.981Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-07T18:10:18.981Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-04-07T18:10:18.981Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-07T18:10:18.981Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-07T18:10:18.981Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-07T18:10:18.981Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2022-04-07T18:10:18.981Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-07T18:10:18.981Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-07T18:10:18.981Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-07T18:10:18.981Z] === RUN TestContainerKillOnDaemonStart [2022-04-07T18:10:18.981Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:18.981Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-07T18:10:18.981Z] === RUN TestWindowsDevices [2022-04-07T18:10:18.981Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-04-07T18:10:18.981Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-04-07T18:10:18.981Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:10:18.981Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:10:18.981Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-04-07T18:10:18.981Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:10:18.981Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:10:18.981Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:10:18.981Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:10:18.981Z] --- PASS: TestWindowsDevices (0.02s) [2022-04-07T18:10:18.981Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.10s) [2022-04-07T18:10:18.981Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.35s) [2022-04-07T18:10:18.981Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.36s) [2022-04-07T18:10:18.981Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.41s) [2022-04-07T18:10:18.981Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (3.79s) [2022-04-07T18:10:18.981Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (3.85s) [2022-04-07T18:10:18.981Z] --- PASS: TestWindowsDevices/process/no_device_mounted (4.33s) [2022-04-07T18:10:18.981Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (3.92s) [2022-04-07T18:10:18.981Z] === RUN TestDiff [2022-04-07T18:10:18.981Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:18.981Z] --- SKIP: TestDiff (0.00s) [2022-04-07T18:10:18.981Z] === RUN TestExecWithCloseStdin [2022-04-07T18:10:19.464Z] --- PASS: TestExecWithCloseStdin (1.92s) [2022-04-07T18:10:19.464Z] === RUN TestExec [2022-04-07T18:10:21.482Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-07T18:10:21.738Z] --- PASS: TestExec (1.83s) [2022-04-07T18:10:21.738Z] === RUN TestExecUser [2022-04-07T18:10:21.738Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-07T18:10:21.738Z] --- SKIP: TestExecUser (0.00s) [2022-04-07T18:10:21.738Z] === RUN TestExportContainerAndImportImage [2022-04-07T18:10:21.738Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:21.738Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-04-07T18:10:21.738Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-07T18:10:21.738Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:21.738Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-04-07T18:10:21.738Z] === RUN TestHealthCheckWorkdir [2022-04-07T18:10:21.738Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:21.738Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-04-07T18:10:21.738Z] === RUN TestHealthKillContainer [2022-04-07T18:10:21.738Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-07T18:10:21.738Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-04-07T18:10:21.738Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-07T18:10:21.738Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-07T18:10:21.738Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-07T18:10:21.738Z] === RUN TestKillContainerInvalidSignal [2022-04-07T18:10:21.743Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-07T18:10:22.314Z] === RUN TestDockerSuite/TestLogsSince [2022-04-07T18:10:23.346Z] --- PASS: TestKillContainerInvalidSignal (1.71s) [2022-04-07T18:10:23.346Z] === RUN TestKillContainer [2022-04-07T18:10:23.346Z] === RUN TestKillContainer/no_signal [2022-04-07T18:10:24.955Z] === RUN TestKillContainer/non_killing_signal [2022-04-07T18:10:24.955Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-07T18:10:24.955Z] === RUN TestKillContainer/killing_signal [2022-04-07T18:10:27.232Z] --- PASS: TestKillContainer (3.85s) [2022-04-07T18:10:27.232Z] --- PASS: TestKillContainer/no_signal (1.59s) [2022-04-07T18:10:27.232Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-07T18:10:27.232Z] --- PASS: TestKillContainer/killing_signal (2.20s) [2022-04-07T18:10:27.232Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-07T18:10:27.232Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:10:27.232Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-07T18:10:27.232Z] === RUN TestKillStoppedContainer [2022-04-07T18:10:27.232Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:10:27.232Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-04-07T18:10:27.232Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-07T18:10:27.232Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:10:27.232Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-07T18:10:27.232Z] === RUN TestKillDifferentUserContainer [2022-04-07T18:10:27.232Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-07T18:10:27.232Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-04-07T18:10:27.232Z] === RUN TestInspectOomKilledTrue [2022-04-07T18:10:27.232Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:27.232Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-07T18:10:27.232Z] === RUN TestInspectOomKilledFalse [2022-04-07T18:10:27.232Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T18:10:27.232Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-07T18:10:27.232Z] === RUN TestLogsFollowTailEmpty [2022-04-07T18:10:28.841Z] --- PASS: TestLogsFollowTailEmpty (1.67s) [2022-04-07T18:10:28.842Z] === RUN TestNetworkNat [2022-04-07T18:10:28.842Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:28.842Z] --- SKIP: TestNetworkNat (0.00s) [2022-04-07T18:10:28.842Z] === RUN TestNetworkLocalhostTCPNat [2022-04-07T18:10:28.889Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-07T18:10:29.889Z] === RUN TestConfigDaemonLibtrustID [2022-04-07T18:10:29.889Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-07T18:10:29.889Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-04-07T18:10:29.889Z] === RUN TestDaemonConfigValidation [2022-04-07T18:10:29.889Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-07T18:10:29.889Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-04-07T18:10:29.889Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-07T18:10:29.889Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-07T18:10:29.889Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-04-07T18:10:29.889Z] === RUN TestDaemonProxy [2022-04-07T18:10:29.889Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-07T18:10:29.889Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-07T18:10:29.889Z] PASS [2022-04-07T18:10:29.889Z] ok github.com/docker/docker/integration/daemon 0.095s [2022-04-07T18:10:29.889Z] [2022-04-07T18:10:29.889Z] === Skipped [2022-04-07T18:10:29.889Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-04-07T18:10:29.889Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-07T18:10:29.889Z] [2022-04-07T18:10:29.889Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-04-07T18:10:29.889Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-07T18:10:29.889Z] [2022-04-07T18:10:29.889Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-04-07T18:10:29.889Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-07T18:10:29.889Z] [2022-04-07T18:10:29.889Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-04-07T18:10:29.889Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-07T18:10:29.889Z] [2022-04-07T18:10:29.889Z] DONE 4 tests, 4 skipped in 21.035s [2022-04-07T18:10:29.889Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-04-07T18:10:30.798Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-04-07T18:10:31.865Z] --- PASS: TestNetworkLocalhostTCPNat (2.87s) [2022-04-07T18:10:31.865Z] === RUN TestNetworkLoopbackNat [2022-04-07T18:10:31.865Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:31.865Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-04-07T18:10:31.865Z] === RUN TestPause [2022-04-07T18:10:31.865Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-07T18:10:31.865Z] --- SKIP: TestPause (0.00s) [2022-04-07T18:10:31.865Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-07T18:10:32.881Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.57s) [2022-04-07T18:10:32.881Z] === RUN TestPauseStopPausedContainer [2022-04-07T18:10:32.881Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:32.881Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-04-07T18:10:32.881Z] === RUN TestPsFilter [2022-04-07T18:10:33.364Z] --- PASS: TestPsFilter (0.27s) [2022-04-07T18:10:33.364Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-07T18:10:33.662Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:33.662Z] INFO: Testing against a local daemon [2022-04-07T18:10:33.662Z] === RUN TestCommitInheritsEnv [2022-04-07T18:10:33.662Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:10:33.662Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-04-07T18:10:33.662Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-07T18:10:33.662Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:10:33.662Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-07T18:10:33.662Z] === RUN TestImportWithCustomPlatform [2022-04-07T18:10:33.662Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:10:33.662Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-04-07T18:10:33.662Z] === RUN TestImagesFilterMultiReference [2022-04-07T18:10:33.662Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-04-07T18:10:33.662Z] === RUN TestImagePullPlatformInvalid [2022-04-07T18:10:33.662Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-04-07T18:10:33.662Z] === RUN TestRemoveImageOrphaning [2022-04-07T18:10:34.098Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-07T18:10:34.125Z] --- PASS: TestRemoveImageOrphaning (0.87s) [2022-04-07T18:10:34.125Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-07T18:10:34.125Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-04-07T18:10:34.125Z] === RUN TestTagInvalidReference [2022-04-07T18:10:34.125Z] --- PASS: TestTagInvalidReference (0.04s) [2022-04-07T18:10:34.125Z] === RUN TestTagValidPrefixedRepo [2022-04-07T18:10:34.125Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-04-07T18:10:34.125Z] === RUN TestTagExistedNameWithoutForce [2022-04-07T18:10:34.125Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-04-07T18:10:34.125Z] === RUN TestTagOfficialNames [2022-04-07T18:10:34.588Z] --- PASS: TestTagOfficialNames (0.11s) [2022-04-07T18:10:34.588Z] === RUN TestTagMatchesDigest [2022-04-07T18:10:34.588Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-04-07T18:10:34.588Z] PASS [2022-04-07T18:10:34.588Z] ok github.com/docker/docker/integration/image 1.381s [2022-04-07T18:10:34.588Z] [2022-04-07T18:10:34.588Z] === Skipped [2022-04-07T18:10:34.588Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-04-07T18:10:34.588Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:10:34.588Z] [2022-04-07T18:10:34.588Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-07T18:10:34.588Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:10:34.588Z] [2022-04-07T18:10:34.588Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-04-07T18:10:34.588Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:10:34.588Z] [2022-04-07T18:10:34.588Z] DONE 12 tests, 3 skipped in 4.822s [2022-04-07T18:10:34.588Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-04-07T18:10:34.669Z] === RUN TestDockerSuite/TestLogsTail [2022-04-07T18:10:35.610Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-07T18:10:35.640Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.00s) [2022-04-07T18:10:35.640Z] === RUN TestRemoveContainerWithVolume [2022-04-07T18:10:36.183Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-04-07T18:10:36.183Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-07T18:10:36.756Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-07T18:10:37.016Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-07T18:10:37.249Z] --- PASS: TestRemoveContainerWithVolume (2.05s) [2022-04-07T18:10:37.249Z] === RUN TestRemoveContainerRunning [2022-04-07T18:10:37.278Z] === RUN TestDockerSuite/TestNetHostname [2022-04-07T18:10:37.674Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:37.674Z] INFO: Testing against a local daemon [2022-04-07T18:10:37.674Z] === RUN TestNetworkCreateDelete [2022-04-07T18:10:37.674Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:37.674Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestDockerNetworkDeletePreferID [2022-04-07T18:10:37.674Z] 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-04-07T18:10:37.674Z] --- SKIP: TestDockerNetworkDeletePreferID (0.06s) [2022-04-07T18:10:37.674Z] === RUN TestDaemonDNSFallback [2022-04-07T18:10:37.674Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:37.674Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestInspectNetwork [2022-04-07T18:10:37.674Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:37.674Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestRunContainerWithBridgeNone [2022-04-07T18:10:37.674Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:37.674Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestNetworkInvalidJSON [2022-04-07T18:10:37.674Z] === RUN TestNetworkInvalidJSON//networks/create [2022-04-07T18:10:37.674Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-04-07T18:10:37.674Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:10:37.674Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:10:37.674Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:10:37.674Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:10:37.674Z] === CONT TestNetworkInvalidJSON//networks/create [2022-04-07T18:10:37.674Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:10:37.674Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:10:37.674Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-04-07T18:10:37.674Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-04-07T18:10:37.674Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-04-07T18:10:37.674Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-04-07T18:10:37.674Z] === RUN TestNetworkList [2022-04-07T18:10:37.674Z] === RUN TestNetworkList//networks [2022-04-07T18:10:37.674Z] === PAUSE TestNetworkList//networks [2022-04-07T18:10:37.674Z] === RUN TestNetworkList//networks/ [2022-04-07T18:10:37.674Z] === PAUSE TestNetworkList//networks/ [2022-04-07T18:10:37.674Z] === CONT TestNetworkList//networks [2022-04-07T18:10:37.674Z] === CONT TestNetworkList//networks/ [2022-04-07T18:10:37.674Z] --- PASS: TestNetworkList (0.04s) [2022-04-07T18:10:37.674Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-07T18:10:37.674Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestHostIPv4BridgeLabel [2022-04-07T18:10:37.674Z] network_test.go:128: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-07T18:10:37.674Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestDaemonDefaultNetworkPools [2022-04-07T18:10:37.674Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-07T18:10:37.674Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-07T18:10:37.674Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-07T18:10:37.674Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestServiceWithPredefinedNetwork [2022-04-07T18:10:37.674Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-07T18:10:37.674Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:10:37.674Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestServiceWithDataPathPortInit [2022-04-07T18:10:37.674Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-04-07T18:10:37.674Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-07T18:10:37.674Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-07T18:10:37.674Z] PASS [2022-04-07T18:10:37.674Z] ok github.com/docker/docker/integration/network 0.243s [2022-04-07T18:10:37.674Z] [2022-04-07T18:10:37.674Z] === Skipped [2022-04-07T18:10:37.674Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-04-07T18:10:37.674Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:37.674Z] [2022-04-07T18:10:37.674Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.06s) [2022-04-07T18:10:37.674Z] 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-04-07T18:10:37.674Z] [2022-04-07T18:10:37.674Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-04-07T18:10:37.674Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:37.674Z] [2022-04-07T18:10:37.674Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-04-07T18:10:37.674Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:37.674Z] [2022-04-07T18:10:37.674Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-04-07T18:10:37.674Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:37.674Z] [2022-04-07T18:10:37.674Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-04-07T18:10:37.674Z] network_test.go:128: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] [2022-04-07T18:10:37.674Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-04-07T18:10:37.674Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-07T18:10:37.674Z] [2022-04-07T18:10:37.675Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-04-07T18:10:37.675Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-07T18:10:37.675Z] [2022-04-07T18:10:37.675Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-07T18:10:37.675Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-07T18:10:37.675Z] [2022-04-07T18:10:37.675Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-07T18:10:37.675Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-07T18:10:37.675Z] [2022-04-07T18:10:37.675Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-07T18:10:37.675Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-07T18:10:37.675Z] [2022-04-07T18:10:37.675Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-04-07T18:10:37.675Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-07T18:10:37.675Z] [2022-04-07T18:10:37.675Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:10:37.675Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:10:37.675Z] [2022-04-07T18:10:37.675Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-04-07T18:10:37.675Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-07T18:10:37.675Z] [2022-04-07T18:10:37.675Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-07T18:10:37.675Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-07T18:10:37.675Z] [2022-04-07T18:10:37.675Z] DONE 22 tests, 15 skipped in 2.869s [2022-04-07T18:10:37.675Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-04-07T18:10:38.138Z] testing: warning: no tests to run [2022-04-07T18:10:38.138Z] PASS [2022-04-07T18:10:38.138Z] ok github.com/docker/docker/integration/network/ipvlan 0.060s [2022-04-07T18:10:38.138Z] [2022-04-07T18:10:38.138Z] DONE 0 tests in 0.646s [2022-04-07T18:10:38.138Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-04-07T18:10:38.220Z] docker_api_swarm_service_test.go:128: [da2e453379ece] joining swarm manager [dad32ba16fa9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:10:38.859Z] --- PASS: TestRemoveContainerRunning (1.44s) [2022-04-07T18:10:38.859Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-07T18:10:39.113Z] testing: warning: no tests to run [2022-04-07T18:10:39.113Z] PASS [2022-04-07T18:10:39.113Z] ok github.com/docker/docker/integration/network/macvlan 0.057s [2022-04-07T18:10:39.113Z] [2022-04-07T18:10:39.113Z] DONE 0 tests in 0.644s [2022-04-07T18:10:39.113Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-04-07T18:10:39.161Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-07T18:10:39.161Z] docker_api_swarm_service_test.go:129: [d09d56b323b7e] joining swarm manager [dad32ba16fa9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:10:39.421Z] === RUN TestDockerSuite/TestNetworkEvents [2022-04-07T18:10:39.576Z] testing: warning: no tests to run [2022-04-07T18:10:39.576Z] PASS [2022-04-07T18:10:39.576Z] ok github.com/docker/docker/integration/plugin 0.051s [2022-04-07T18:10:39.576Z] [2022-04-07T18:10:39.576Z] DONE 0 tests in 0.618s [2022-04-07T18:10:39.576Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-04-07T18:10:40.364Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-07T18:10:40.469Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.49s) [2022-04-07T18:10:40.469Z] === RUN TestRemoveInvalidContainer [2022-04-07T18:10:40.469Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-04-07T18:10:40.469Z] === RUN TestRenameLinkedContainer [2022-04-07T18:10:40.469Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:40.469Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-04-07T18:10:40.469Z] === RUN TestRenameStoppedContainer [2022-04-07T18:10:40.552Z] testing: warning: no tests to run [2022-04-07T18:10:40.552Z] PASS [2022-04-07T18:10:40.552Z] ok github.com/docker/docker/integration/plugin/authz 0.057s [2022-04-07T18:10:40.552Z] [2022-04-07T18:10:40.552Z] DONE 0 tests in 0.629s [2022-04-07T18:10:40.552Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-04-07T18:10:41.321Z] docker_api_swarm_service_test.go:137: [d06f232691dbb] joining swarm manager [dad32ba16fa9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-04-07T18:10:42.267Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-07T18:10:42.267Z] docker_api_swarm_service_test.go:138: [dd9169e652fca] joining swarm manager [dad32ba16fa9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-04-07T18:10:42.527Z] === RUN TestDockerSuite/TestPluginActive [2022-04-07T18:10:42.763Z] --- PASS: TestRenameStoppedContainer (2.09s) [2022-04-07T18:10:42.763Z] === RUN TestRenameRunningContainerAndReuse [2022-04-07T18:10:44.319Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:44.319Z] INFO: Testing against a local daemon [2022-04-07T18:10:44.319Z] === RUN TestPluginInvalidJSON [2022-04-07T18:10:44.319Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:10:44.319Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:10:44.319Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:10:44.319Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-04-07T18:10:44.319Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-04-07T18:10:44.319Z] === RUN TestPluginInstall [2022-04-07T18:10:44.319Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-04-07T18:10:44.319Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-07T18:10:44.319Z] === RUN TestPluginsWithRuntimes [2022-04-07T18:10:44.319Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-04-07T18:10:44.319Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-07T18:10:44.319Z] === RUN TestPluginBackCompatMediaTypes [2022-04-07T18:10:44.319Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-04-07T18:10:44.319Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-07T18:10:44.319Z] PASS [2022-04-07T18:10:44.319Z] ok github.com/docker/docker/integration/plugin/common 0.097s [2022-04-07T18:10:44.782Z] [2022-04-07T18:10:44.782Z] === Skipped [2022-04-07T18:10:44.782Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-04-07T18:10:44.782Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-04-07T18:10:44.782Z] [2022-04-07T18:10:44.782Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-04-07T18:10:44.782Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-04-07T18:10:44.782Z] [2022-04-07T18:10:44.782Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-04-07T18:10:44.782Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-04-07T18:10:44.782Z] [2022-04-07T18:10:44.782Z] DONE 5 tests, 3 skipped in 4.186s [2022-04-07T18:10:44.782Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-04-07T18:10:45.069Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-07T18:10:45.792Z] --- PASS: TestRenameRunningContainerAndReuse (3.01s) [2022-04-07T18:10:45.792Z] === RUN TestRenameInvalidName [2022-04-07T18:10:46.810Z] --- PASS: TestRenameInvalidName (1.46s) [2022-04-07T18:10:46.810Z] === RUN TestRenameAnonymousContainer [2022-04-07T18:10:46.978Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:46.978Z] INFO: Testing against a local daemon [2022-04-07T18:10:46.978Z] === RUN TestExternalGraphDriver [2022-04-07T18:10:46.978Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-07T18:10:46.978Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-04-07T18:10:46.978Z] === RUN TestGraphdriverPluginV2 [2022-04-07T18:10:46.978Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-07T18:10:46.978Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-04-07T18:10:46.978Z] PASS [2022-04-07T18:10:46.978Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.090s [2022-04-07T18:10:46.978Z] [2022-04-07T18:10:46.978Z] === Skipped [2022-04-07T18:10:46.978Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-04-07T18:10:46.978Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-07T18:10:46.978Z] [2022-04-07T18:10:46.978Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-04-07T18:10:46.978Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-07T18:10:46.978Z] [2022-04-07T18:10:46.978Z] DONE 2 tests, 2 skipped in 2.071s [2022-04-07T18:10:46.978Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-04-07T18:10:49.177Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:49.177Z] INFO: Testing against a local daemon [2022-04-07T18:10:49.177Z] === RUN TestReadPluginNoRead [2022-04-07T18:10:49.177Z] read_test.go:21: no unix domain sockets on Windows [2022-04-07T18:10:49.177Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-04-07T18:10:49.177Z] PASS [2022-04-07T18:10:49.177Z] ok github.com/docker/docker/integration/plugin/logging 0.091s [2022-04-07T18:10:49.177Z] [2022-04-07T18:10:49.177Z] === Skipped [2022-04-07T18:10:49.177Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-04-07T18:10:49.177Z] read_test.go:21: no unix domain sockets on Windows [2022-04-07T18:10:49.177Z] [2022-04-07T18:10:49.177Z] DONE 1 tests, 1 skipped in 2.038s [2022-04-07T18:10:49.177Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-04-07T18:10:50.153Z] testing: warning: no tests to run [2022-04-07T18:10:50.153Z] PASS [2022-04-07T18:10:50.153Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.056s [2022-04-07T18:10:50.153Z] [2022-04-07T18:10:50.153Z] DONE 0 tests in 1.012s [2022-04-07T18:10:50.153Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-04-07T18:10:50.352Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-07T18:10:50.352Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-04-07T18:10:50.352Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-07T18:10:51.732Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-07T18:10:52.349Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:52.349Z] INFO: Testing against a local daemon [2022-04-07T18:10:52.349Z] === RUN TestPluginWithDevMounts [2022-04-07T18:10:52.349Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:52.349Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-07T18:10:52.349Z] PASS [2022-04-07T18:10:52.349Z] ok github.com/docker/docker/integration/plugin/volumes 0.075s [2022-04-07T18:10:52.349Z] [2022-04-07T18:10:52.349Z] === Skipped [2022-04-07T18:10:52.349Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-04-07T18:10:52.349Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:52.349Z] [2022-04-07T18:10:52.349Z] DONE 1 tests, 1 skipped in 2.190s [2022-04-07T18:10:52.349Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-04-07T18:10:53.900Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:53.900Z] INFO: Testing against a local daemon [2022-04-07T18:10:53.900Z] === RUN TestSecretInspect [2022-04-07T18:10:53.900Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:53.900Z] --- SKIP: TestSecretInspect (0.00s) [2022-04-07T18:10:53.900Z] === RUN TestSecretList [2022-04-07T18:10:53.900Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:53.900Z] --- SKIP: TestSecretList (0.00s) [2022-04-07T18:10:53.900Z] === RUN TestSecretsCreateAndDelete [2022-04-07T18:10:53.900Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:53.900Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-04-07T18:10:53.900Z] === RUN TestSecretsUpdate [2022-04-07T18:10:53.900Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:53.900Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-04-07T18:10:53.900Z] === RUN TestTemplatedSecret [2022-04-07T18:10:53.900Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:53.900Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-07T18:10:53.900Z] === RUN TestSecretCreateResolve [2022-04-07T18:10:53.900Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:53.900Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-04-07T18:10:53.900Z] PASS [2022-04-07T18:10:53.900Z] ok github.com/docker/docker/integration/secret 0.081s [2022-04-07T18:10:53.900Z] [2022-04-07T18:10:53.900Z] === Skipped [2022-04-07T18:10:53.900Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-04-07T18:10:53.900Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:53.900Z] [2022-04-07T18:10:53.900Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-04-07T18:10:53.900Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:53.900Z] [2022-04-07T18:10:53.900Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-04-07T18:10:53.900Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:53.900Z] [2022-04-07T18:10:54.272Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-07T18:10:54.363Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-04-07T18:10:54.363Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:54.363Z] [2022-04-07T18:10:54.363Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-04-07T18:10:54.363Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:54.363Z] [2022-04-07T18:10:54.363Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-04-07T18:10:54.363Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:54.363Z] [2022-04-07T18:10:54.363Z] DONE 6 tests, 6 skipped in 1.647s [2022-04-07T18:10:54.363Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-04-07T18:10:55.622Z] --- PASS: TestRenameAnonymousContainer (8.70s) [2022-04-07T18:10:55.623Z] === RUN TestRenameContainerWithSameName [2022-04-07T18:10:56.218Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-07T18:10:56.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:56.680Z] INFO: Testing against a local daemon [2022-04-07T18:10:56.680Z] === RUN TestServiceCreateInit [2022-04-07T18:10:56.680Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-07T18:10:56.680Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-07T18:10:56.680Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- PASS: TestServiceCreateInit (0.05s) [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestCreateServiceMultipleTimes [2022-04-07T18:10:56.680Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestCreateServiceConflict [2022-04-07T18:10:56.680Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestCreateServiceMaxReplicas [2022-04-07T18:10:56.680Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2022-04-07T18:10:56.680Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-07T18:10:56.680Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestCreateServiceSecretFileMode [2022-04-07T18:10:56.680Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestCreateServiceConfigFileMode [2022-04-07T18:10:56.680Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestCreateServiceSysctls [2022-04-07T18:10:56.680Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-04-07T18:10:56.680Z] === RUN TestCreateServiceCapabilities [2022-04-07T18:10:56.680Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-04-07T18:10:56.680Z] === RUN TestInspect [2022-04-07T18:10:56.680Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestInspect (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestCreateJob [2022-04-07T18:10:56.680Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestCreateJob (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestReplicatedJob [2022-04-07T18:10:56.680Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestUpdateReplicatedJob [2022-04-07T18:10:56.680Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestServiceListWithStatuses [2022-04-07T18:10:56.680Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestDockerNetworkConnectAlias [2022-04-07T18:10:56.680Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestDockerNetworkReConnect [2022-04-07T18:10:56.680Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestServicePlugin [2022-04-07T18:10:56.680Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestServiceUpdateLabel [2022-04-07T18:10:56.680Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestServiceUpdateSecrets [2022-04-07T18:10:56.680Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestServiceUpdateConfigs [2022-04-07T18:10:56.680Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestServiceUpdateNetwork [2022-04-07T18:10:56.680Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-04-07T18:10:56.680Z] === RUN TestServiceUpdatePidsLimit [2022-04-07T18:10:56.680Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-04-07T18:10:56.680Z] PASS [2022-04-07T18:10:56.680Z] ok github.com/docker/docker/integration/service 0.220s [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === Skipped [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:10:56.680Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:10:56.680Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-04-07T18:10:56.680Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-04-07T18:10:56.680Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2022-04-07T18:10:56.680Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-07T18:10:56.680Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-04-07T18:10:56.680Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-04-07T18:10:56.680Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-04-07T18:10:56.680Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-04-07T18:10:56.680Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-04-07T18:10:56.680Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-04-07T18:10:56.680Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-04-07T18:10:56.680Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-04-07T18:10:56.680Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-04-07T18:10:56.680Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-04-07T18:10:56.680Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-04-07T18:10:56.680Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-04-07T18:10:56.680Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-04-07T18:10:56.680Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-04-07T18:10:56.680Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-04-07T18:10:56.680Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-04-07T18:10:56.680Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-04-07T18:10:56.680Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:10:56.680Z] [2022-04-07T18:10:56.680Z] DONE 24 tests, 23 skipped in 2.488s [2022-04-07T18:10:56.680Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-04-07T18:10:57.231Z] --- PASS: TestRenameContainerWithSameName (1.49s) [2022-04-07T18:10:57.231Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-07T18:10:57.231Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:57.231Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-04-07T18:10:57.231Z] === RUN TestResize [2022-04-07T18:10:58.228Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:10:58.228Z] INFO: Testing against a local daemon [2022-04-07T18:10:58.228Z] === RUN TestSessionCreate [2022-04-07T18:10:58.228Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:58.228Z] --- SKIP: TestSessionCreate (0.00s) [2022-04-07T18:10:58.228Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-07T18:10:58.228Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:58.228Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-04-07T18:10:58.228Z] PASS [2022-04-07T18:10:58.228Z] ok github.com/docker/docker/integration/session 0.065s [2022-04-07T18:10:58.228Z] [2022-04-07T18:10:58.228Z] === Skipped [2022-04-07T18:10:58.228Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-04-07T18:10:58.228Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:58.228Z] [2022-04-07T18:10:58.228Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-04-07T18:10:58.228Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-07T18:10:58.228Z] [2022-04-07T18:10:58.228Z] DONE 2 tests, 2 skipped in 1.512s [2022-04-07T18:10:58.228Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-04-07T18:10:58.758Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-07T18:10:58.842Z] --- PASS: TestResize (1.46s) [2022-04-07T18:10:58.842Z] === RUN TestResizeWithInvalidSize [2022-04-07T18:10:59.857Z] --- PASS: TestResizeWithInvalidSize (1.48s) [2022-04-07T18:10:59.857Z] === RUN TestResizeWhenContainerNotStarted [2022-04-07T18:11:00.433Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:11:00.433Z] INFO: Testing against a local daemon [2022-04-07T18:11:00.433Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-07T18:11:00.433Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:00.433Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:11:00.433Z] === RUN TestDiskUsage [2022-04-07T18:11:00.433Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-07T18:11:00.433Z] --- SKIP: TestDiskUsage (0.00s) [2022-04-07T18:11:00.433Z] === RUN TestEventsExecDie [2022-04-07T18:11:00.433Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-07T18:11:00.433Z] --- SKIP: TestEventsExecDie (0.00s) [2022-04-07T18:11:00.433Z] === RUN TestEventsBackwardsCompatible [2022-04-07T18:11:00.433Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-07T18:11:00.433Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-04-07T18:11:00.433Z] === RUN TestEventsVolumeCreate [2022-04-07T18:11:00.433Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-07T18:11:00.433Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-04-07T18:11:00.433Z] === RUN TestInfoAPI [2022-04-07T18:11:00.433Z] --- PASS: TestInfoAPI (0.04s) [2022-04-07T18:11:00.433Z] === RUN TestInfoAPIWarnings [2022-04-07T18:11:00.433Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:11:00.433Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-04-07T18:11:00.433Z] === RUN TestInfoDebug [2022-04-07T18:11:00.433Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:11:00.433Z] --- SKIP: TestInfoDebug (0.00s) [2022-04-07T18:11:00.433Z] === RUN TestInfoInsecureRegistries [2022-04-07T18:11:00.433Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:11:00.433Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-04-07T18:11:00.433Z] === RUN TestInfoRegistryMirrors [2022-04-07T18:11:00.433Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:11:00.433Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-04-07T18:11:00.433Z] === RUN TestLoginFailsWithBadCredentials [2022-04-07T18:11:01.409Z] --- PASS: TestLoginFailsWithBadCredentials (1.06s) [2022-04-07T18:11:01.409Z] === RUN TestPingCacheHeaders [2022-04-07T18:11:01.409Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-04-07T18:11:01.409Z] === RUN TestPingGet [2022-04-07T18:11:01.409Z] --- PASS: TestPingGet (0.03s) [2022-04-07T18:11:01.409Z] === RUN TestPingHead [2022-04-07T18:11:01.409Z] --- PASS: TestPingHead (0.03s) [2022-04-07T18:11:01.409Z] === RUN TestPingSwarmHeader [2022-04-07T18:11:01.409Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:01.409Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-04-07T18:11:01.409Z] === RUN TestVersion [2022-04-07T18:11:01.409Z] --- PASS: TestVersion (0.03s) [2022-04-07T18:11:01.409Z] PASS [2022-04-07T18:11:01.409Z] ok github.com/docker/docker/integration/system 1.286s [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === Skipped [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:11:01.872Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-04-07T18:11:01.872Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-04-07T18:11:01.872Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-04-07T18:11:01.872Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-04-07T18:11:01.872Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-04-07T18:11:01.872Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-04-07T18:11:01.872Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-04-07T18:11:01.872Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-04-07T18:11:01.872Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-04-07T18:11:01.872Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:01.872Z] [2022-04-07T18:11:01.872Z] DONE 16 tests, 10 skipped in 3.266s [2022-04-07T18:11:01.872Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-04-07T18:11:02.162Z] --- PASS: TestResizeWhenContainerNotStarted (2.03s) [2022-04-07T18:11:02.162Z] === RUN TestDaemonRestartKillContainers [2022-04-07T18:11:02.162Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:02.162Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-07T18:11:02.162Z] === RUN TestStats [2022-04-07T18:11:02.162Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-07T18:11:02.162Z] --- SKIP: TestStats (0.00s) [2022-04-07T18:11:02.162Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-07T18:11:03.425Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:11:03.425Z] INFO: Testing against a local daemon [2022-04-07T18:11:03.425Z] === RUN TestVolumesCreateAndList [2022-04-07T18:11:03.425Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-04-07T18:11:03.425Z] === RUN TestVolumesRemove [2022-04-07T18:11:03.425Z] --- PASS: TestVolumesRemove (0.12s) [2022-04-07T18:11:03.425Z] === RUN TestVolumesInspect [2022-04-07T18:11:03.425Z] --- PASS: TestVolumesInspect (0.04s) [2022-04-07T18:11:03.425Z] === RUN TestVolumesInvalidJSON [2022-04-07T18:11:03.425Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-04-07T18:11:03.425Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-04-07T18:11:03.425Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-04-07T18:11:03.425Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-04-07T18:11:03.425Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-04-07T18:11:03.425Z] PASS [2022-04-07T18:11:03.425Z] ok github.com/docker/docker/integration/volume 0.286s [2022-04-07T18:11:03.888Z] [2022-04-07T18:11:03.888Z] DONE 5 tests in 1.898s [2022-04-07T18:11:03.888Z] INFO: make.ps1 ended at 04/07/2022 18:11:03 [2022-04-07T18:11:03.888Z] INFO: Integration CLI tests being run from the host: [2022-04-07T18:11:03.888Z] 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-04-07T18:11:04.040Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-07T18:11:04.981Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-04-07T18:11:04.981Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-07T18:11:06.368Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-07T18:11:06.839Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-04-07T18:11:07.056Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.90s) [2022-04-07T18:11:07.056Z] === RUN TestStopContainerWithTimeout [2022-04-07T18:11:07.056Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-07T18:11:07.056Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-04-07T18:11:07.056Z] === RUN TestUpdateRestartPolicy [2022-04-07T18:11:07.310Z] === RUN TestDockerSuite/TestPortList [2022-04-07T18:11:07.310Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-04-07T18:11:07.412Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-04-07T18:11:08.795Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-04-07T18:11:08.795Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-04-07T18:11:09.056Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-04-07T18:11:09.056Z] Cross building: bundles/cross/windows/amd64 [2022-04-07T18:11:09.056Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-04-07T18:11:09.056Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-04-07T18:11:09.855Z] docker_api_swarm_service_test.go:304: [d2f781cfb91b5] joining swarm manager [d4fc9f33c2b95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:11:10.426Z] docker_api_swarm_service_test.go:304: [d0b9fe2a4a26f] joining swarm manager [d4fc9f33c2b95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:11:14.253Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:11:14.253Z] INFO: Testing against a local daemon [2022-04-07T18:11:14.253Z] === RUN TestDockerSuite [2022-04-07T18:11:14.253Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-07T18:11:14.253Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-07T18:11:14.253Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:11:14.254Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-07T18:11:14.254Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-07T18:11:14.254Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-07T18:11:14.254Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-07T18:11:14.254Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-07T18:11:14.254Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-07T18:11:14.254Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-07T18:11:14.254Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-07T18:11:14.254Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-07T18:11:14.647Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-07T18:11:14.716Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-07T18:11:14.716Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-07T18:11:15.588Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-07T18:11:21.405Z] --- PASS: TestBuildWithHugeFile (114.56s) [2022-04-07T18:11:21.405Z] === RUN TestBuildWCOWSandboxSize [2022-04-07T18:11:21.405Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T18:11:21.405Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-07T18:11:21.405Z] === RUN TestBuildWithEmptyDockerfile [2022-04-07T18:11:21.405Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T18:11:21.405Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T18:11:21.405Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T18:11:21.405Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T18:11:21.405Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T18:11:21.405Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T18:11:21.405Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-07T18:11:21.405Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-07T18:11:21.405Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-07T18:11:21.405Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2022-04-07T18:11:21.405Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-04-07T18:11:21.406Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-04-07T18:11:21.406Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-04-07T18:11:21.406Z] === RUN TestBuildPreserveOwnership [2022-04-07T18:11:21.406Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:11:21.406Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-04-07T18:11:21.406Z] === RUN TestBuildPlatformInvalid [2022-04-07T18:11:21.406Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2022-04-07T18:11:21.406Z] PASS [2022-04-07T18:11:21.406Z] ok github.com/docker/docker/integration/build 170.957s [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === Skipped [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-04-07T18:11:21.406Z] build_session_test.go:25: TODO: BuildKit [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-04-07T18:11:21.406Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-04-07T18:11:21.406Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-04-07T18:11:21.406Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-04-07T18:11:21.406Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-04-07T18:11:21.406Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] DONE 29 tests, 6 skipped in 203.442s [2022-04-07T18:11:21.406Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-04-07T18:11:21.406Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:11:21.406Z] INFO: Testing against a local daemon [2022-04-07T18:11:21.406Z] === RUN TestConfigInspect [2022-04-07T18:11:21.406Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] --- SKIP: TestConfigInspect (0.00s) [2022-04-07T18:11:21.406Z] === RUN TestConfigList [2022-04-07T18:11:21.406Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] --- SKIP: TestConfigList (0.00s) [2022-04-07T18:11:21.406Z] === RUN TestConfigsCreateAndDelete [2022-04-07T18:11:21.406Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-04-07T18:11:21.406Z] === RUN TestConfigsUpdate [2022-04-07T18:11:21.406Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-04-07T18:11:21.406Z] === RUN TestTemplatedConfig [2022-04-07T18:11:21.406Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-07T18:11:21.406Z] === RUN TestConfigCreateResolve [2022-04-07T18:11:21.406Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:21.406Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-04-07T18:11:21.406Z] PASS [2022-04-07T18:11:21.406Z] ok github.com/docker/docker/integration/config 0.082s [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === Skipped [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-04-07T18:11:21.406Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-04-07T18:11:21.406Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-04-07T18:11:21.406Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-04-07T18:11:21.406Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-04-07T18:11:21.406Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-04-07T18:11:21.406Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:21.406Z] [2022-04-07T18:11:21.406Z] DONE 6 tests, 6 skipped in 1.973s [2022-04-07T18:11:21.406Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-04-07T18:11:22.166Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-07T18:11:22.166Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-07T18:11:22.166Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-07T18:11:22.426Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-07T18:11:22.426Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-07T18:11:22.997Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-07T18:11:22.997Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-07T18:11:23.258Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-07T18:11:23.258Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-07T18:11:23.601Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:11:23.601Z] INFO: Testing against a local daemon [2022-04-07T18:11:23.601Z] === RUN TestCheckpoint [2022-04-07T18:11:23.601Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T18:11:23.601Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-07T18:11:23.601Z] === RUN TestContainerInvalidJSON [2022-04-07T18:11:23.601Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T18:11:23.601Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T18:11:23.601Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-04-07T18:11:23.601Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-04-07T18:11:23.601Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-04-07T18:11:23.601Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-04-07T18:11:23.601Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-04-07T18:11:23.601Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-04-07T18:11:23.601Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-04-07T18:11:23.601Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-07T18:11:23.601Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2022-04-07T18:11:23.601Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-07T18:11:23.601Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.18s) [2022-04-07T18:11:23.601Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-07T18:11:24.063Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2022-04-07T18:11:24.063Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-07T18:11:24.063Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2022-04-07T18:11:24.063Z] === RUN TestCopyFromContainer [2022-04-07T18:11:24.063Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:24.063Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-04-07T18:11:24.063Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-07T18:11:24.063Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T18:11:24.063Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T18:11:24.063Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T18:11:24.063Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T18:11:24.063Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T18:11:24.063Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T18:11:24.063Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-07T18:11:24.063Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-07T18:11:24.063Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-07T18:11:24.063Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-04-07T18:11:24.063Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-07T18:11:24.063Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-07T18:11:24.063Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-07T18:11:24.063Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-07T18:11:24.063Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-07T18:11:24.063Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidEnv [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-07T18:11:24.063Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-07T18:11:24.063Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-07T18:11:24.063Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-07T18:11:24.063Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-07T18:11:24.063Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-07T18:11:24.063Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-07T18:11:24.063Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-04-07T18:11:24.063Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-07T18:11:24.063Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-07T18:11:24.063Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-07T18:11:24.063Z] === RUN TestCreateTmpfsMountsTarget [2022-04-07T18:11:24.063Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:24.063Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-04-07T18:11:24.063Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-07T18:11:24.063Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:24.063Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-04-07T18:11:24.063Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-07T18:11:24.063Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:24.063Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T18:11:24.063Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T18:11:24.063Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T18:11:24.063Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T18:11:24.063Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T18:11:24.063Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T18:11:24.064Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T18:11:24.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-07T18:11:24.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-07T18:11:24.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-07T18:11:24.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-07T18:11:24.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-07T18:11:24.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-04-07T18:11:24.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-04-07T18:11:24.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-07T18:11:24.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-07T18:11:24.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-04-07T18:11:24.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-07T18:11:24.064Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-07T18:11:24.064Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-07T18:11:24.064Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.01s) [2022-04-07T18:11:24.064Z] === RUN TestCreateDifferentPlatform [2022-04-07T18:11:24.064Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-07T18:11:24.064Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-07T18:11:24.064Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-04-07T18:11:24.064Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-07T18:11:24.064Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-04-07T18:11:24.064Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-07T18:11:24.200Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-07T18:11:24.200Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-04-07T18:11:24.527Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-04-07T18:11:24.527Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-07T18:11:24.527Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-07T18:11:24.527Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-07T18:11:24.527Z] === RUN TestContainerKillOnDaemonStart [2022-04-07T18:11:24.527Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:24.527Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-07T18:11:24.527Z] === RUN TestWindowsDevices [2022-04-07T18:11:24.527Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-04-07T18:11:24.527Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-04-07T18:11:24.527Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:11:24.527Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:11:24.527Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-04-07T18:11:24.527Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-07T18:11:24.527Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:11:24.527Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:24.527Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-07T18:11:26.114Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-04-07T18:11:27.055Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-04-07T18:11:27.315Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-04-07T18:11:27.577Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-07T18:11:28.514Z] --- PASS: TestUpdateRestartPolicy (18.99s) [2022-04-07T18:11:28.514Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-07T18:11:28.514Z] --- PASS: TestUpdateRestartWithAutoRemove (1.43s) [2022-04-07T18:11:28.514Z] === RUN TestWaitNonBlocked [2022-04-07T18:11:28.514Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:11:28.514Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:11:28.514Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:11:28.514Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:11:28.514Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:11:28.514Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:11:29.304Z] --- PASS: TestWindowsDevices (0.03s) [2022-04-07T18:11:29.304Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.06s) [2022-04-07T18:11:29.304Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.33s) [2022-04-07T18:11:29.304Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.33s) [2022-04-07T18:11:29.304Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.28s) [2022-04-07T18:11:29.304Z] --- PASS: TestWindowsDevices/process/no_device_mounted (3.82s) [2022-04-07T18:11:29.304Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (3.84s) [2022-04-07T18:11:29.304Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.27s) [2022-04-07T18:11:29.304Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.30s) [2022-04-07T18:11:29.304Z] === RUN TestDiff [2022-04-07T18:11:29.304Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:29.304Z] --- SKIP: TestDiff (0.00s) [2022-04-07T18:11:29.304Z] === RUN TestExecWithCloseStdin [2022-04-07T18:11:29.489Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-07T18:11:29.530Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-04-07T18:11:29.530Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.84s) [2022-04-07T18:11:29.530Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.94s) [2022-04-07T18:11:29.530Z] === RUN TestWaitBlocked [2022-04-07T18:11:29.530Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:29.530Z] --- SKIP: TestWaitBlocked (0.00s) [2022-04-07T18:11:29.530Z] PASS [2022-04-07T18:11:29.530Z] ok github.com/docker/docker/integration/container 77.239s [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === Skipped [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-04-07T18:11:29.530Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-04-07T18:11:29.530Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-04-07T18:11:29.530Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-04-07T18:11:29.530Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-04-07T18:11:29.530Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-07T18:11:29.530Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-07T18:11:29.530Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-07T18:11:29.530Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-04-07T18:11:29.530Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.10s) [2022-04-07T18:11:29.530Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:11:29.530Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.10s) [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-04-07T18:11:29.530Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-04-07T18:11:29.530Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-04-07T18:11:29.530Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-04-07T18:11:29.530Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-04-07T18:11:29.530Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-04-07T18:11:29.530Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-07T18:11:29.530Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-04-07T18:11:29.530Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-07T18:11:29.530Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-07T18:11:29.530Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-04-07T18:11:29.530Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-07T18:11:29.530Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-04-07T18:11:29.530Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-04-07T18:11:29.530Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-04-07T18:11:29.530Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-04-07T18:11:29.530Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-04-07T18:11:29.530Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-04-07T18:11:29.530Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-04-07T18:11:29.530Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-04-07T18:11:29.530Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-04-07T18:11:29.530Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-04-07T18:11:29.530Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-04-07T18:11:29.530Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-04-07T18:11:29.530Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-04-07T18:11:29.530Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:29.530Z] [2022-04-07T18:11:29.530Z] DONE 96 tests, 34 skipped in 79.627s [2022-04-07T18:11:29.530Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-04-07T18:11:30.060Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-07T18:11:30.060Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-04-07T18:11:31.499Z] --- PASS: TestExecWithCloseStdin (2.16s) [2022-04-07T18:11:31.499Z] === RUN TestExec [2022-04-07T18:11:32.605Z] docker_api_swarm_service_test.go:100: [ddb8519978466] joining swarm manager [d3f6669a55ceb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:11:32.605Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-07T18:11:33.049Z] --- PASS: TestExec (1.71s) [2022-04-07T18:11:33.049Z] === RUN TestExecUser [2022-04-07T18:11:33.049Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-07T18:11:33.049Z] --- SKIP: TestExecUser (0.00s) [2022-04-07T18:11:33.049Z] === RUN TestExportContainerAndImportImage [2022-04-07T18:11:33.049Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:33.049Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-04-07T18:11:33.049Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-07T18:11:33.049Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:33.049Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-04-07T18:11:33.049Z] === RUN TestHealthCheckWorkdir [2022-04-07T18:11:33.050Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:33.050Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-04-07T18:11:33.050Z] === RUN TestHealthKillContainer [2022-04-07T18:11:33.050Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-07T18:11:33.050Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-04-07T18:11:33.050Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-07T18:11:33.050Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-07T18:11:33.050Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-07T18:11:33.050Z] === RUN TestKillContainerInvalidSignal [2022-04-07T18:11:33.175Z] docker_api_swarm_service_test.go:101: [dffffc80cef89] joining swarm manager [d3f6669a55ceb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:11:34.598Z] --- PASS: TestKillContainerInvalidSignal (1.68s) [2022-04-07T18:11:34.598Z] === RUN TestKillContainer [2022-04-07T18:11:34.598Z] === RUN TestKillContainer/no_signal [2022-04-07T18:11:36.151Z] === RUN TestKillContainer/non_killing_signal [2022-04-07T18:11:36.151Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-07T18:11:36.151Z] === RUN TestKillContainer/killing_signal [2022-04-07T18:11:37.378Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-07T18:11:37.378Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-07T18:11:38.346Z] --- PASS: TestKillContainer (3.45s) [2022-04-07T18:11:38.346Z] --- PASS: TestKillContainer/no_signal (1.49s) [2022-04-07T18:11:38.346Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-07T18:11:38.346Z] --- PASS: TestKillContainer/killing_signal (1.90s) [2022-04-07T18:11:38.346Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-07T18:11:38.346Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:11:38.346Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-07T18:11:38.346Z] === RUN TestKillStoppedContainer [2022-04-07T18:11:38.346Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:11:38.346Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-04-07T18:11:38.346Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-07T18:11:38.346Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:11:38.346Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-07T18:11:38.346Z] === RUN TestKillDifferentUserContainer [2022-04-07T18:11:38.346Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-07T18:11:38.346Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-04-07T18:11:38.346Z] === RUN TestInspectOomKilledTrue [2022-04-07T18:11:38.346Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:38.346Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-07T18:11:38.346Z] === RUN TestInspectOomKilledFalse [2022-04-07T18:11:38.346Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T18:11:38.346Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-07T18:11:38.346Z] === RUN TestLogsFollowTailEmpty [2022-04-07T18:11:39.895Z] --- PASS: TestLogsFollowTailEmpty (1.57s) [2022-04-07T18:11:39.895Z] === RUN TestNetworkNat [2022-04-07T18:11:39.895Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:39.895Z] --- SKIP: TestNetworkNat (0.00s) [2022-04-07T18:11:39.895Z] === RUN TestNetworkLocalhostTCPNat [2022-04-07T18:11:39.923Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-07T18:11:42.091Z] --- PASS: TestNetworkLocalhostTCPNat (2.10s) [2022-04-07T18:11:42.091Z] === RUN TestNetworkLoopbackNat [2022-04-07T18:11:42.091Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:42.091Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-04-07T18:11:42.091Z] === RUN TestPause [2022-04-07T18:11:42.091Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-07T18:11:42.091Z] --- SKIP: TestPause (0.00s) [2022-04-07T18:11:42.091Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-07T18:11:43.070Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.54s) [2022-04-07T18:11:43.070Z] === RUN TestPauseStopPausedContainer [2022-04-07T18:11:43.070Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:11:43.070Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-04-07T18:11:43.070Z] === RUN TestPsFilter [2022-04-07T18:11:43.533Z] --- PASS: TestPsFilter (0.18s) [2022-04-07T18:11:43.533Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-07T18:11:45.082Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.74s) [2022-04-07T18:11:45.082Z] === RUN TestRemoveContainerWithVolume [2022-04-07T18:11:46.528Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-07T18:11:47.099Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-07T18:11:47.278Z] --- PASS: TestRemoveContainerWithVolume (1.72s) [2022-04-07T18:11:47.278Z] === RUN TestRemoveContainerRunning [2022-04-07T18:11:47.591Z] === RUN TestConfigDaemonLibtrustID [2022-04-07T18:11:47.591Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-07T18:11:47.591Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-04-07T18:11:47.591Z] === RUN TestDaemonConfigValidation [2022-04-07T18:11:47.591Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-07T18:11:47.591Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-04-07T18:11:47.591Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-07T18:11:47.591Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-07T18:11:47.591Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-04-07T18:11:47.591Z] === RUN TestDaemonProxy [2022-04-07T18:11:47.591Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-07T18:11:47.591Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-07T18:11:47.591Z] PASS [2022-04-07T18:11:47.591Z] ok github.com/docker/docker/integration/daemon 0.080s [2022-04-07T18:11:47.591Z] [2022-04-07T18:11:47.591Z] === Skipped [2022-04-07T18:11:47.591Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-04-07T18:11:47.591Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-07T18:11:47.591Z] [2022-04-07T18:11:47.591Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-04-07T18:11:47.591Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-07T18:11:47.591Z] [2022-04-07T18:11:47.591Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-04-07T18:11:47.591Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-07T18:11:47.591Z] [2022-04-07T18:11:47.591Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-04-07T18:11:47.591Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-07T18:11:47.591Z] [2022-04-07T18:11:47.591Z] DONE 4 tests, 4 skipped in 17.696s [2022-04-07T18:11:47.591Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-04-07T18:11:48.255Z] --- PASS: TestRemoveContainerRunning (1.55s) [2022-04-07T18:11:48.255Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-07T18:11:49.012Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-07T18:11:49.804Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.52s) [2022-04-07T18:11:49.804Z] === RUN TestRemoveInvalidContainer [2022-04-07T18:11:49.804Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-04-07T18:11:49.804Z] === RUN TestRenameLinkedContainer [2022-04-07T18:11:49.804Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:49.804Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-04-07T18:11:49.804Z] === RUN TestRenameStoppedContainer [2022-04-07T18:11:49.957Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-07T18:11:50.625Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:11:50.625Z] INFO: Testing against a local daemon [2022-04-07T18:11:50.625Z] === RUN TestCommitInheritsEnv [2022-04-07T18:11:50.625Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:11:50.625Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-04-07T18:11:50.625Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-07T18:11:50.625Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:11:50.625Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-07T18:11:50.625Z] === RUN TestImportWithCustomPlatform [2022-04-07T18:11:50.625Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:11:50.625Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-04-07T18:11:50.625Z] === RUN TestImagesFilterMultiReference [2022-04-07T18:11:50.625Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-04-07T18:11:50.625Z] === RUN TestImagePullPlatformInvalid [2022-04-07T18:11:50.625Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-04-07T18:11:50.625Z] === RUN TestRemoveImageOrphaning [2022-04-07T18:11:51.107Z] --- PASS: TestRemoveImageOrphaning (0.84s) [2022-04-07T18:11:51.107Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-07T18:11:51.107Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-04-07T18:11:51.107Z] === RUN TestTagInvalidReference [2022-04-07T18:11:51.107Z] --- PASS: TestTagInvalidReference (0.03s) [2022-04-07T18:11:51.107Z] === RUN TestTagValidPrefixedRepo [2022-04-07T18:11:51.341Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-07T18:11:51.590Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-04-07T18:11:51.590Z] === RUN TestTagExistedNameWithoutForce [2022-04-07T18:11:51.590Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-04-07T18:11:51.590Z] === RUN TestTagOfficialNames [2022-04-07T18:11:51.590Z] --- PASS: TestTagOfficialNames (0.07s) [2022-04-07T18:11:51.590Z] === RUN TestTagMatchesDigest [2022-04-07T18:11:51.590Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-04-07T18:11:51.590Z] PASS [2022-04-07T18:11:51.590Z] ok github.com/docker/docker/integration/image 1.294s [2022-04-07T18:11:51.590Z] [2022-04-07T18:11:51.590Z] === Skipped [2022-04-07T18:11:51.590Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-04-07T18:11:51.590Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:11:51.590Z] [2022-04-07T18:11:51.590Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-07T18:11:51.590Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:11:51.590Z] [2022-04-07T18:11:51.590Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-04-07T18:11:51.590Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:11:51.590Z] [2022-04-07T18:11:51.590Z] DONE 12 tests, 3 skipped in 4.303s [2022-04-07T18:11:51.590Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-04-07T18:11:51.911Z] check_test.go:379: [ddb8519978466] daemon is not started [2022-04-07T18:11:51.998Z] --- PASS: TestRenameStoppedContainer (1.74s) [2022-04-07T18:11:51.998Z] === RUN TestRenameRunningContainerAndReuse [2022-04-07T18:11:53.199Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:11:53.199Z] INFO: Testing against a local daemon [2022-04-07T18:11:53.199Z] === RUN TestNetworkCreateDelete [2022-04-07T18:11:53.199Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:53.199Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestDockerNetworkDeletePreferID [2022-04-07T18:11:53.199Z] 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-04-07T18:11:53.199Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestDaemonDNSFallback [2022-04-07T18:11:53.199Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:53.199Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestInspectNetwork [2022-04-07T18:11:53.199Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:53.199Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestRunContainerWithBridgeNone [2022-04-07T18:11:53.199Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:53.199Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestNetworkInvalidJSON [2022-04-07T18:11:53.199Z] === RUN TestNetworkInvalidJSON//networks/create [2022-04-07T18:11:53.199Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-04-07T18:11:53.199Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:11:53.199Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:11:53.199Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:11:53.199Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:11:53.199Z] === CONT TestNetworkInvalidJSON//networks/create [2022-04-07T18:11:53.199Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:11:53.199Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:11:53.199Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-04-07T18:11:53.199Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-04-07T18:11:53.199Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-04-07T18:11:53.199Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-04-07T18:11:53.199Z] === RUN TestNetworkList [2022-04-07T18:11:53.199Z] === RUN TestNetworkList//networks [2022-04-07T18:11:53.199Z] === PAUSE TestNetworkList//networks [2022-04-07T18:11:53.199Z] === RUN TestNetworkList//networks/ [2022-04-07T18:11:53.199Z] === PAUSE TestNetworkList//networks/ [2022-04-07T18:11:53.199Z] === CONT TestNetworkList//networks [2022-04-07T18:11:53.199Z] === CONT TestNetworkList//networks/ [2022-04-07T18:11:53.199Z] --- PASS: TestNetworkList (0.03s) [2022-04-07T18:11:53.199Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-07T18:11:53.199Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestHostIPv4BridgeLabel [2022-04-07T18:11:53.199Z] network_test.go:128: testEnv.OSType == "windows" [2022-04-07T18:11:53.199Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-07T18:11:53.199Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-07T18:11:53.199Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestDaemonDefaultNetworkPools [2022-04-07T18:11:53.199Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-07T18:11:53.199Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-07T18:11:53.199Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-07T18:11:53.199Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-07T18:11:53.199Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-07T18:11:53.199Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-07T18:11:53.199Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-07T18:11:53.199Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestServiceWithPredefinedNetwork [2022-04-07T18:11:53.199Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-07T18:11:53.199Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-07T18:11:53.199Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:11:53.199Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestServiceWithDataPathPortInit [2022-04-07T18:11:53.199Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-07T18:11:53.199Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-04-07T18:11:53.199Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-07T18:11:53.199Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-07T18:11:53.199Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-07T18:11:53.199Z] PASS [2022-04-07T18:11:53.199Z] ok github.com/docker/docker/integration/network 0.126s [2022-04-07T18:11:53.295Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-07T18:11:53.681Z] [2022-04-07T18:11:53.682Z] === Skipped [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-04-07T18:11:53.682Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-04-07T18:11:53.682Z] 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-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-04-07T18:11:53.682Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-04-07T18:11:53.682Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-04-07T18:11:53.682Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-04-07T18:11:53.682Z] network_test.go:128: testEnv.OSType == "windows" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-04-07T18:11:53.682Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-04-07T18:11:53.682Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-07T18:11:53.682Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-07T18:11:53.682Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-07T18:11:53.682Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-04-07T18:11:53.682Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:11:53.682Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-04-07T18:11:53.682Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-07T18:11:53.682Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-07T18:11:53.682Z] [2022-04-07T18:11:53.682Z] DONE 22 tests, 15 skipped in 1.741s [2022-04-07T18:11:53.682Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-04-07T18:11:54.164Z] testing: warning: no tests to run [2022-04-07T18:11:54.164Z] PASS [2022-04-07T18:11:54.164Z] ok github.com/docker/docker/integration/network/ipvlan 0.051s [2022-04-07T18:11:54.164Z] [2022-04-07T18:11:54.164Z] DONE 0 tests in 0.581s [2022-04-07T18:11:54.164Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-04-07T18:11:54.678Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-07T18:11:54.723Z] testing: warning: no tests to run [2022-04-07T18:11:54.723Z] PASS [2022-04-07T18:11:54.723Z] ok github.com/docker/docker/integration/network/macvlan 0.049s [2022-04-07T18:11:54.723Z] [2022-04-07T18:11:54.723Z] DONE 0 tests in 0.604s [2022-04-07T18:11:55.207Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-04-07T18:11:55.624Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-07T18:11:55.624Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-07T18:11:55.690Z] testing: warning: no tests to run [2022-04-07T18:11:55.690Z] PASS [2022-04-07T18:11:55.690Z] ok github.com/docker/docker/integration/plugin 0.048s [2022-04-07T18:11:55.690Z] [2022-04-07T18:11:55.690Z] DONE 0 tests in 0.557s [2022-04-07T18:11:55.690Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-04-07T18:11:55.756Z] --- PASS: TestRenameRunningContainerAndReuse (3.45s) [2022-04-07T18:11:55.756Z] === RUN TestRenameInvalidName [2022-04-07T18:11:56.174Z] testing: warning: no tests to run [2022-04-07T18:11:56.174Z] PASS [2022-04-07T18:11:56.174Z] ok github.com/docker/docker/integration/plugin/authz 0.048s [2022-04-07T18:11:56.174Z] [2022-04-07T18:11:56.174Z] DONE 0 tests in 0.572s [2022-04-07T18:11:56.175Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-04-07T18:11:56.195Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-07T18:11:56.731Z] --- PASS: TestRenameInvalidName (1.58s) [2022-04-07T18:11:56.731Z] === RUN TestRenameAnonymousContainer [2022-04-07T18:11:57.577Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-04-07T18:11:57.577Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-07T18:11:59.488Z] docker_api_swarm_service_test.go:533: [d8415ca465c71] joining swarm manager [d543447a9a0d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:11:59.488Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-07T18:12:00.053Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:00.053Z] INFO: Testing against a local daemon [2022-04-07T18:12:00.053Z] === RUN TestPluginInvalidJSON [2022-04-07T18:12:00.053Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:12:00.053Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:12:00.053Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:12:00.053Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-04-07T18:12:00.053Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-04-07T18:12:00.053Z] === RUN TestPluginInstall [2022-04-07T18:12:00.053Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-04-07T18:12:00.053Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-07T18:12:00.053Z] === RUN TestPluginsWithRuntimes [2022-04-07T18:12:00.053Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-04-07T18:12:00.053Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-07T18:12:00.053Z] === RUN TestPluginBackCompatMediaTypes [2022-04-07T18:12:00.053Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-04-07T18:12:00.053Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-07T18:12:00.053Z] PASS [2022-04-07T18:12:00.053Z] ok github.com/docker/docker/integration/plugin/common 0.098s [2022-04-07T18:12:00.053Z] [2022-04-07T18:12:00.053Z] === Skipped [2022-04-07T18:12:00.053Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-04-07T18:12:00.053Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-04-07T18:12:00.053Z] [2022-04-07T18:12:00.053Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-04-07T18:12:00.053Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-04-07T18:12:00.053Z] [2022-04-07T18:12:00.053Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-04-07T18:12:00.053Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-04-07T18:12:00.053Z] [2022-04-07T18:12:00.053Z] DONE 5 tests, 3 skipped in 3.575s [2022-04-07T18:12:00.053Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-04-07T18:12:00.059Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-07T18:12:00.059Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-04-07T18:12:00.059Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-07T18:12:00.320Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-07T18:12:00.320Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-07T18:12:00.320Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-07T18:12:00.891Z] docker_api_swarm_service_test.go:534: [d14bd62718e9c] joining swarm manager [d543447a9a0d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:12:01.152Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-07T18:12:01.662Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:01.662Z] INFO: Testing against a local daemon [2022-04-07T18:12:01.662Z] === RUN TestExternalGraphDriver [2022-04-07T18:12:01.662Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-07T18:12:01.662Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-04-07T18:12:01.662Z] === RUN TestGraphdriverPluginV2 [2022-04-07T18:12:01.662Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-07T18:12:01.662Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-04-07T18:12:01.662Z] PASS [2022-04-07T18:12:01.662Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.078s [2022-04-07T18:12:01.662Z] [2022-04-07T18:12:01.662Z] === Skipped [2022-04-07T18:12:01.662Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-04-07T18:12:01.662Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-07T18:12:01.662Z] [2022-04-07T18:12:01.662Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-04-07T18:12:01.662Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-07T18:12:01.662Z] [2022-04-07T18:12:01.662Z] DONE 2 tests, 2 skipped in 1.804s [2022-04-07T18:12:01.662Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-04-07T18:12:02.094Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-07T18:12:03.272Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:03.272Z] INFO: Testing against a local daemon [2022-04-07T18:12:03.272Z] === RUN TestReadPluginNoRead [2022-04-07T18:12:03.272Z] read_test.go:21: no unix domain sockets on Windows [2022-04-07T18:12:03.272Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-04-07T18:12:03.272Z] PASS [2022-04-07T18:12:03.272Z] ok github.com/docker/docker/integration/plugin/logging 0.069s [2022-04-07T18:12:03.755Z] [2022-04-07T18:12:03.755Z] === Skipped [2022-04-07T18:12:03.755Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-04-07T18:12:03.755Z] read_test.go:21: no unix domain sockets on Windows [2022-04-07T18:12:03.755Z] [2022-04-07T18:12:03.755Z] DONE 1 tests, 1 skipped in 1.852s [2022-04-07T18:12:03.755Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-04-07T18:12:04.012Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-07T18:12:04.584Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-07T18:12:04.770Z] testing: warning: no tests to run [2022-04-07T18:12:04.770Z] PASS [2022-04-07T18:12:04.770Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.057s [2022-04-07T18:12:04.770Z] [2022-04-07T18:12:04.770Z] DONE 0 tests in 0.931s [2022-04-07T18:12:04.770Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-04-07T18:12:06.382Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:06.382Z] INFO: Testing against a local daemon [2022-04-07T18:12:06.382Z] === RUN TestPluginWithDevMounts [2022-04-07T18:12:06.382Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:06.382Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-07T18:12:06.382Z] PASS [2022-04-07T18:12:06.382Z] ok github.com/docker/docker/integration/plugin/volumes 0.069s [2022-04-07T18:12:06.382Z] [2022-04-07T18:12:06.382Z] === Skipped [2022-04-07T18:12:06.382Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-04-07T18:12:06.382Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:06.382Z] [2022-04-07T18:12:06.382Z] DONE 1 tests, 1 skipped in 1.876s [2022-04-07T18:12:06.865Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-04-07T18:12:07.095Z] --- PASS: TestRenameAnonymousContainer (10.41s) [2022-04-07T18:12:07.095Z] === RUN TestRenameContainerWithSameName [2022-04-07T18:12:07.880Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:07.880Z] INFO: Testing against a local daemon [2022-04-07T18:12:07.880Z] === RUN TestSecretInspect [2022-04-07T18:12:07.880Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:07.880Z] --- SKIP: TestSecretInspect (0.00s) [2022-04-07T18:12:07.880Z] === RUN TestSecretList [2022-04-07T18:12:07.880Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:07.880Z] --- SKIP: TestSecretList (0.00s) [2022-04-07T18:12:07.880Z] === RUN TestSecretsCreateAndDelete [2022-04-07T18:12:07.880Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:07.880Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-04-07T18:12:07.880Z] === RUN TestSecretsUpdate [2022-04-07T18:12:07.880Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:07.880Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-04-07T18:12:07.880Z] === RUN TestTemplatedSecret [2022-04-07T18:12:07.880Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:07.880Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-07T18:12:07.880Z] === RUN TestSecretCreateResolve [2022-04-07T18:12:07.880Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:07.880Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-04-07T18:12:07.880Z] PASS [2022-04-07T18:12:07.880Z] ok github.com/docker/docker/integration/secret 0.066s [2022-04-07T18:12:08.363Z] [2022-04-07T18:12:08.363Z] === Skipped [2022-04-07T18:12:08.363Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-04-07T18:12:08.363Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:08.363Z] [2022-04-07T18:12:08.363Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-04-07T18:12:08.363Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:08.363Z] [2022-04-07T18:12:08.363Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-04-07T18:12:08.363Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:08.363Z] [2022-04-07T18:12:08.363Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-04-07T18:12:08.363Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:08.363Z] [2022-04-07T18:12:08.363Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-04-07T18:12:08.363Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:08.363Z] [2022-04-07T18:12:08.363Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-04-07T18:12:08.363Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:08.363Z] [2022-04-07T18:12:08.363Z] DONE 6 tests, 6 skipped in 1.517s [2022-04-07T18:12:08.363Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-04-07T18:12:08.646Z] --- PASS: TestRenameContainerWithSameName (1.53s) [2022-04-07T18:12:08.646Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-07T18:12:08.646Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:08.646Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.01s) [2022-04-07T18:12:08.646Z] === RUN TestResize [2022-04-07T18:12:09.971Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:09.971Z] INFO: Testing against a local daemon [2022-04-07T18:12:09.971Z] === RUN TestServiceCreateInit [2022-04-07T18:12:09.971Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-07T18:12:09.971Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:09.971Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-07T18:12:09.971Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:09.971Z] --- PASS: TestServiceCreateInit (0.04s) [2022-04-07T18:12:09.971Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:12:09.971Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:12:09.971Z] === RUN TestCreateServiceMultipleTimes [2022-04-07T18:12:09.971Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:09.971Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-04-07T18:12:09.971Z] === RUN TestCreateServiceConflict [2022-04-07T18:12:09.971Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:09.971Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-04-07T18:12:09.971Z] === RUN TestCreateServiceMaxReplicas [2022-04-07T18:12:09.971Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:09.971Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2022-04-07T18:12:09.971Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-07T18:12:09.971Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:09.971Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-07T18:12:09.971Z] === RUN TestCreateServiceSecretFileMode [2022-04-07T18:12:09.971Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:09.971Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-04-07T18:12:09.971Z] === RUN TestCreateServiceConfigFileMode [2022-04-07T18:12:09.971Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:09.971Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-04-07T18:12:09.971Z] === RUN TestCreateServiceSysctls [2022-04-07T18:12:10.195Z] --- PASS: TestResize (1.53s) [2022-04-07T18:12:10.195Z] === RUN TestResizeWithInvalidSize [2022-04-07T18:12:10.454Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-04-07T18:12:10.454Z] === RUN TestCreateServiceCapabilities [2022-04-07T18:12:10.454Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-04-07T18:12:10.454Z] === RUN TestInspect [2022-04-07T18:12:10.454Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestInspect (0.00s) [2022-04-07T18:12:10.454Z] === RUN TestCreateJob [2022-04-07T18:12:10.454Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestCreateJob (0.00s) [2022-04-07T18:12:10.454Z] === RUN TestReplicatedJob [2022-04-07T18:12:10.454Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-07T18:12:10.454Z] === RUN TestUpdateReplicatedJob [2022-04-07T18:12:10.454Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-04-07T18:12:10.454Z] === RUN TestServiceListWithStatuses [2022-04-07T18:12:10.454Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-07T18:12:10.454Z] === RUN TestDockerNetworkConnectAlias [2022-04-07T18:12:10.454Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-04-07T18:12:10.454Z] === RUN TestDockerNetworkReConnect [2022-04-07T18:12:10.454Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-04-07T18:12:10.454Z] === RUN TestServicePlugin [2022-04-07T18:12:10.454Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.454Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-07T18:12:10.454Z] === RUN TestServiceUpdateLabel [2022-04-07T18:12:10.454Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.454Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-04-07T18:12:10.454Z] === RUN TestServiceUpdateSecrets [2022-04-07T18:12:10.455Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.455Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-04-07T18:12:10.455Z] === RUN TestServiceUpdateConfigs [2022-04-07T18:12:10.455Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.455Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-04-07T18:12:10.455Z] === RUN TestServiceUpdateNetwork [2022-04-07T18:12:10.455Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.455Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-04-07T18:12:10.455Z] === RUN TestServiceUpdatePidsLimit [2022-04-07T18:12:10.455Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.455Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-04-07T18:12:10.455Z] PASS [2022-04-07T18:12:10.455Z] ok github.com/docker/docker/integration/service 0.184s [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === Skipped [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:12:10.455Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:12:10.455Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-04-07T18:12:10.455Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-04-07T18:12:10.455Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2022-04-07T18:12:10.455Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-07T18:12:10.455Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-04-07T18:12:10.455Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-04-07T18:12:10.455Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-04-07T18:12:10.455Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-04-07T18:12:10.455Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-04-07T18:12:10.455Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-04-07T18:12:10.455Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-04-07T18:12:10.455Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-04-07T18:12:10.455Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-04-07T18:12:10.455Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-04-07T18:12:10.455Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-04-07T18:12:10.455Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-04-07T18:12:10.455Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-04-07T18:12:10.455Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-04-07T18:12:10.455Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-04-07T18:12:10.455Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-04-07T18:12:10.455Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-04-07T18:12:10.455Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:10.455Z] [2022-04-07T18:12:10.455Z] DONE 24 tests, 23 skipped in 2.201s [2022-04-07T18:12:10.455Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-04-07T18:12:11.170Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-07T18:12:11.745Z] --- PASS: TestResizeWithInvalidSize (1.52s) [2022-04-07T18:12:11.745Z] === RUN TestResizeWhenContainerNotStarted [2022-04-07T18:12:12.067Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:12.067Z] INFO: Testing against a local daemon [2022-04-07T18:12:12.067Z] === RUN TestSessionCreate [2022-04-07T18:12:12.067Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:12.067Z] --- SKIP: TestSessionCreate (0.00s) [2022-04-07T18:12:12.067Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-07T18:12:12.067Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:12.067Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-04-07T18:12:12.067Z] PASS [2022-04-07T18:12:12.067Z] ok github.com/docker/docker/integration/session 0.066s [2022-04-07T18:12:12.067Z] [2022-04-07T18:12:12.067Z] === Skipped [2022-04-07T18:12:12.067Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-04-07T18:12:12.067Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:12.067Z] [2022-04-07T18:12:12.067Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-04-07T18:12:12.067Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:12.067Z] [2022-04-07T18:12:12.067Z] DONE 2 tests, 2 skipped in 1.497s [2022-04-07T18:12:12.067Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-04-07T18:12:12.147Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-07T18:12:13.531Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-07T18:12:13.531Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-07T18:12:13.696Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:13.697Z] INFO: Testing against a local daemon [2022-04-07T18:12:13.697Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-07T18:12:13.697Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:13.697Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:12:13.697Z] === RUN TestDiskUsage [2022-04-07T18:12:13.697Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-07T18:12:13.697Z] --- SKIP: TestDiskUsage (0.00s) [2022-04-07T18:12:13.697Z] === RUN TestEventsExecDie [2022-04-07T18:12:13.697Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-07T18:12:13.697Z] --- SKIP: TestEventsExecDie (0.00s) [2022-04-07T18:12:13.697Z] === RUN TestEventsBackwardsCompatible [2022-04-07T18:12:13.697Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-07T18:12:13.697Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-04-07T18:12:13.697Z] === RUN TestEventsVolumeCreate [2022-04-07T18:12:13.697Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-07T18:12:13.697Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-04-07T18:12:13.697Z] === RUN TestInfoAPI [2022-04-07T18:12:13.697Z] --- PASS: TestInfoAPI (0.04s) [2022-04-07T18:12:13.697Z] === RUN TestInfoAPIWarnings [2022-04-07T18:12:13.697Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:12:13.697Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-04-07T18:12:13.697Z] === RUN TestInfoDebug [2022-04-07T18:12:13.697Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:12:13.697Z] --- SKIP: TestInfoDebug (0.00s) [2022-04-07T18:12:13.697Z] === RUN TestInfoInsecureRegistries [2022-04-07T18:12:13.697Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:12:13.697Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-04-07T18:12:13.697Z] === RUN TestInfoRegistryMirrors [2022-04-07T18:12:13.697Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:12:13.697Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-04-07T18:12:13.697Z] === RUN TestLoginFailsWithBadCredentials [2022-04-07T18:12:13.791Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-07T18:12:13.791Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-07T18:12:13.938Z] --- PASS: TestResizeWhenContainerNotStarted (1.81s) [2022-04-07T18:12:13.938Z] === RUN TestDaemonRestartKillContainers [2022-04-07T18:12:13.938Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:13.938Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-07T18:12:13.938Z] === RUN TestStats [2022-04-07T18:12:13.938Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-07T18:12:13.938Z] --- SKIP: TestStats (0.00s) [2022-04-07T18:12:13.938Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-07T18:12:14.714Z] --- PASS: TestLoginFailsWithBadCredentials (0.95s) [2022-04-07T18:12:14.714Z] === RUN TestPingCacheHeaders [2022-04-07T18:12:14.714Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-04-07T18:12:14.714Z] === RUN TestPingGet [2022-04-07T18:12:14.714Z] --- PASS: TestPingGet (0.03s) [2022-04-07T18:12:14.714Z] === RUN TestPingHead [2022-04-07T18:12:15.198Z] --- PASS: TestPingHead (0.03s) [2022-04-07T18:12:15.199Z] === RUN TestPingSwarmHeader [2022-04-07T18:12:15.199Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:15.199Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-04-07T18:12:15.199Z] === RUN TestVersion [2022-04-07T18:12:15.199Z] --- PASS: TestVersion (0.02s) [2022-04-07T18:12:15.199Z] PASS [2022-04-07T18:12:15.199Z] ok github.com/docker/docker/integration/system 1.162s [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === Skipped [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:12:15.199Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-04-07T18:12:15.199Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-04-07T18:12:15.199Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-04-07T18:12:15.199Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-04-07T18:12:15.199Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-04-07T18:12:15.199Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-04-07T18:12:15.199Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-04-07T18:12:15.199Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-04-07T18:12:15.199Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-04-07T18:12:15.199Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:15.199Z] [2022-04-07T18:12:15.199Z] DONE 16 tests, 10 skipped in 2.898s [2022-04-07T18:12:15.199Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-04-07T18:12:16.334Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-07T18:12:16.809Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:16.809Z] INFO: Testing against a local daemon [2022-04-07T18:12:16.809Z] === RUN TestVolumesCreateAndList [2022-04-07T18:12:16.809Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-04-07T18:12:16.809Z] === RUN TestVolumesRemove [2022-04-07T18:12:16.809Z] --- PASS: TestVolumesRemove (0.18s) [2022-04-07T18:12:16.866Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.47s) [2022-04-07T18:12:16.866Z] === RUN TestStopContainerWithTimeout [2022-04-07T18:12:16.866Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-07T18:12:16.866Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-04-07T18:12:16.866Z] === RUN TestUpdateRestartPolicy [2022-04-07T18:12:16.905Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-07T18:12:17.292Z] === RUN TestVolumesInspect [2022-04-07T18:12:17.293Z] --- PASS: TestVolumesInspect (0.06s) [2022-04-07T18:12:17.293Z] === RUN TestVolumesInvalidJSON [2022-04-07T18:12:17.293Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-04-07T18:12:17.293Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-04-07T18:12:17.293Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-04-07T18:12:17.293Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-04-07T18:12:17.293Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-04-07T18:12:17.293Z] PASS [2022-04-07T18:12:17.293Z] ok github.com/docker/docker/integration/volume 0.397s [2022-04-07T18:12:17.293Z] [2022-04-07T18:12:17.293Z] DONE 5 tests in 2.222s [2022-04-07T18:12:17.293Z] INFO: make.ps1 ended at 04/07/2022 18:12:17 [2022-04-07T18:12:17.293Z] INFO: Integration CLI tests being run from the host: [2022-04-07T18:12:17.293Z] 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-04-07T18:12:18.817Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-07T18:12:19.758Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-07T18:12:19.758Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-07T18:12:20.019Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-07T18:12:22.564Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-07T18:12:22.824Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-07T18:12:23.087Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-07T18:12:24.030Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-04-07T18:12:24.290Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-07T18:12:24.861Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-07T18:12:26.121Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-07T18:12:26.121Z] INFO: Testing against a local daemon [2022-04-07T18:12:26.121Z] === RUN TestDockerSuite [2022-04-07T18:12:26.121Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-07T18:12:26.121Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-07T18:12:26.121Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.121Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-07T18:12:26.121Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-07T18:12:26.121Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-07T18:12:26.121Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-07T18:12:26.121Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.121Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-07T18:12:26.121Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-07T18:12:26.247Z] docker_api_swarm_service_test.go:148: [d09bd2cefbae0] joining swarm manager [d1d0f66aca018]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:12:26.247Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-07T18:12:26.607Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-07T18:12:26.607Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-07T18:12:26.906Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-07T18:12:26.906Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-07T18:12:26.906Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-07T18:12:26.906Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-07T18:12:26.906Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-07T18:12:26.906Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-07T18:12:26.906Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-07T18:12:26.906Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-07T18:12:26.906Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-07T18:12:26.906Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-07T18:12:26.906Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-07T18:12:26.906Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-07T18:12:26.906Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-07T18:12:26.906Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-07T18:12:26.906Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-07T18:12:26.906Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-07T18:12:26.906Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-07T18:12:27.091Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-07T18:12:27.189Z] docker_api_swarm_service_test.go:148: [d36fee5818dc2] joining swarm manager [d1d0f66aca018]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:12:27.189Z] === RUN TestDockerSuite/TestRmiTag [2022-04-07T18:12:27.189Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-07T18:12:27.574Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-07T18:12:28.131Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-07T18:12:29.100Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-07T18:12:29.100Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-07T18:12:29.100Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-07T18:12:29.100Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-07T18:12:29.100Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-07T18:12:31.432Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-07T18:12:31.693Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-07T18:12:32.264Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-07T18:12:32.524Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-07T18:12:33.465Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-07T18:12:34.035Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-07T18:12:34.296Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-07T18:12:34.557Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-07T18:12:34.817Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-07T18:12:34.919Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-07T18:12:35.079Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-07T18:12:36.474Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-07T18:12:36.735Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-07T18:12:37.676Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-07T18:12:38.023Z] --- PASS: TestUpdateRestartPolicy (18.00s) [2022-04-07T18:12:38.023Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-07T18:12:38.023Z] --- PASS: TestUpdateRestartWithAutoRemove (1.62s) [2022-04-07T18:12:38.023Z] === RUN TestWaitNonBlocked [2022-04-07T18:12:38.023Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:12:38.023Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:12:38.023Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:12:38.023Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:12:38.023Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-07T18:12:38.023Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-07T18:12:38.247Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-04-07T18:12:38.819Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-07T18:12:38.998Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-04-07T18:12:38.999Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.08s) [2022-04-07T18:12:38.999Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.15s) [2022-04-07T18:12:38.999Z] === RUN TestWaitBlocked [2022-04-07T18:12:38.999Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:38.999Z] --- SKIP: TestWaitBlocked (0.00s) [2022-04-07T18:12:38.999Z] PASS [2022-04-07T18:12:38.999Z] ok github.com/docker/docker/integration/container 75.627s [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === Skipped [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-04-07T18:12:38.999Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-04-07T18:12:38.999Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-04-07T18:12:38.999Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-04-07T18:12:38.999Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-04-07T18:12:38.999Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-07T18:12:38.999Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.01s) [2022-04-07T18:12:38.999Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-07T18:12:38.999Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-04-07T18:12:38.999Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.06s) [2022-04-07T18:12:38.999Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-07T18:12:38.999Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.06s) [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-04-07T18:12:38.999Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-04-07T18:12:38.999Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-04-07T18:12:38.999Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-04-07T18:12:38.999Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-04-07T18:12:38.999Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-04-07T18:12:38.999Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-07T18:12:38.999Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-04-07T18:12:38.999Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-07T18:12:38.999Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-07T18:12:38.999Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-04-07T18:12:38.999Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-07T18:12:38.999Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-04-07T18:12:38.999Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-04-07T18:12:38.999Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-04-07T18:12:38.999Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-04-07T18:12:38.999Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-04-07T18:12:38.999Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-04-07T18:12:38.999Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-04-07T18:12:38.999Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-04-07T18:12:38.999Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.01s) [2022-04-07T18:12:38.999Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-04-07T18:12:38.999Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-04-07T18:12:38.999Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-04-07T18:12:38.999Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-04-07T18:12:38.999Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:12:38.999Z] [2022-04-07T18:12:38.999Z] DONE 96 tests, 34 skipped in 78.175s [2022-04-07T18:12:38.999Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-04-07T18:12:39.760Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-04-07T18:12:40.700Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-04-07T18:12:40.960Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-04-07T18:12:41.901Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-04-07T18:12:42.162Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-04-07T18:12:43.103Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-07T18:12:43.675Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-04-07T18:12:44.616Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-07T18:12:45.188Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-07T18:12:45.760Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-07T18:12:46.330Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-07T18:12:46.330Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-07T18:12:47.714Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-07T18:12:47.974Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-07T18:12:48.546Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-07T18:12:49.117Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-07T18:12:49.378Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-07T18:12:49.378Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-07T18:12:49.949Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-07T18:12:50.521Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-07T18:12:50.782Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-07T18:12:51.354Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-07T18:12:51.927Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-07T18:12:51.927Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-07T18:12:52.870Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-07T18:12:52.870Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-07T18:12:53.441Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-07T18:12:54.012Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-07T18:12:54.583Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-07T18:12:55.153Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-07T18:12:55.153Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-07T18:12:55.413Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-07T18:12:56.363Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-07T18:12:57.305Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-07T18:12:58.247Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-07T18:12:58.820Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-07T18:12:59.081Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-07T18:12:59.652Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-07T18:13:00.224Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-07T18:13:00.484Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-07T18:13:00.571Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-04-07T18:13:00.571Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-04-07T18:13:00.571Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-04-07T18:13:00.571Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-04-07T18:13:00.571Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-04-07T18:13:00.571Z] remote: Enumerating objects: 23, done. [2022-04-07T18:13:00.571Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-04-07T18:13:00.571Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-04-07T18:13:00.571Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-04-07T18:13:00.571Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-04-07T18:13:00.571Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-04-07T18:13:00.571Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-04-07T18:13:00.571Z] Cross building: bundles/cross/linux/ppc64le [2022-04-07T18:13:00.571Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-04-07T18:13:00.571Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-04-07T18:13:01.427Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-07T18:13:03.339Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-04-07T18:13:03.600Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-07T18:13:03.600Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-07T18:13:04.172Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-07T18:13:04.368Z] === RUN TestConfigDaemonLibtrustID [2022-04-07T18:13:04.368Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-07T18:13:04.368Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-04-07T18:13:04.368Z] === RUN TestDaemonConfigValidation [2022-04-07T18:13:04.368Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-07T18:13:04.368Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-04-07T18:13:04.368Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-07T18:13:04.368Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-07T18:13:04.368Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-04-07T18:13:04.368Z] === RUN TestDaemonProxy [2022-04-07T18:13:04.368Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-07T18:13:04.368Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-07T18:13:04.368Z] PASS [2022-04-07T18:13:04.368Z] ok github.com/docker/docker/integration/daemon 0.103s [2022-04-07T18:13:04.368Z] [2022-04-07T18:13:04.368Z] === Skipped [2022-04-07T18:13:04.368Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-04-07T18:13:04.368Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-07T18:13:04.368Z] [2022-04-07T18:13:04.368Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-04-07T18:13:04.368Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-07T18:13:04.368Z] [2022-04-07T18:13:04.368Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-04-07T18:13:04.368Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-07T18:13:04.368Z] [2022-04-07T18:13:04.368Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-04-07T18:13:04.368Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-07T18:13:04.368Z] [2022-04-07T18:13:04.368Z] DONE 4 tests, 4 skipped in 21.982s [2022-04-07T18:13:04.368Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-04-07T18:13:04.833Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:04.833Z] INFO: Testing against a local daemon [2022-04-07T18:13:04.833Z] === RUN TestCommitInheritsEnv [2022-04-07T18:13:04.833Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:13:04.833Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-04-07T18:13:04.833Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-07T18:13:04.833Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:13:04.833Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-07T18:13:04.833Z] === RUN TestImportWithCustomPlatform [2022-04-07T18:13:04.833Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:13:04.833Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-04-07T18:13:04.833Z] === RUN TestImagesFilterMultiReference [2022-04-07T18:13:04.833Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-04-07T18:13:04.833Z] === RUN TestImagePullPlatformInvalid [2022-04-07T18:13:04.833Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-04-07T18:13:04.833Z] === RUN TestRemoveImageOrphaning [2022-04-07T18:13:05.809Z] --- PASS: TestRemoveImageOrphaning (0.92s) [2022-04-07T18:13:05.809Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-07T18:13:05.809Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-04-07T18:13:05.809Z] === RUN TestTagInvalidReference [2022-04-07T18:13:05.809Z] --- PASS: TestTagInvalidReference (0.03s) [2022-04-07T18:13:05.809Z] === RUN TestTagValidPrefixedRepo [2022-04-07T18:13:05.809Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-04-07T18:13:05.809Z] === RUN TestTagExistedNameWithoutForce [2022-04-07T18:13:05.809Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-04-07T18:13:05.809Z] === RUN TestTagOfficialNames [2022-04-07T18:13:06.272Z] --- PASS: TestTagOfficialNames (0.09s) [2022-04-07T18:13:06.272Z] === RUN TestTagMatchesDigest [2022-04-07T18:13:06.272Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-04-07T18:13:06.272Z] PASS [2022-04-07T18:13:06.272Z] ok github.com/docker/docker/integration/image 1.431s [2022-04-07T18:13:06.272Z] [2022-04-07T18:13:06.272Z] === Skipped [2022-04-07T18:13:06.272Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-04-07T18:13:06.272Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:13:06.272Z] [2022-04-07T18:13:06.272Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-07T18:13:06.272Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:13:06.272Z] [2022-04-07T18:13:06.272Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-04-07T18:13:06.272Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-07T18:13:06.272Z] [2022-04-07T18:13:06.272Z] DONE 12 tests, 3 skipped in 5.143s [2022-04-07T18:13:06.272Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-04-07T18:13:06.716Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-07T18:13:07.659Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-07T18:13:08.468Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:08.468Z] INFO: Testing against a local daemon [2022-04-07T18:13:08.468Z] === RUN TestNetworkCreateDelete [2022-04-07T18:13:08.468Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:08.468Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestDockerNetworkDeletePreferID [2022-04-07T18:13:08.468Z] 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-04-07T18:13:08.468Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestDaemonDNSFallback [2022-04-07T18:13:08.468Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:08.468Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestInspectNetwork [2022-04-07T18:13:08.468Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-07T18:13:08.468Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestRunContainerWithBridgeNone [2022-04-07T18:13:08.468Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:08.468Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestNetworkInvalidJSON [2022-04-07T18:13:08.468Z] === RUN TestNetworkInvalidJSON//networks/create [2022-04-07T18:13:08.468Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-04-07T18:13:08.468Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:13:08.468Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:13:08.468Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:13:08.468Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:13:08.468Z] === CONT TestNetworkInvalidJSON//networks/create [2022-04-07T18:13:08.468Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-04-07T18:13:08.468Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-04-07T18:13:08.468Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-04-07T18:13:08.468Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-04-07T18:13:08.468Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-04-07T18:13:08.468Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-04-07T18:13:08.468Z] === RUN TestNetworkList [2022-04-07T18:13:08.468Z] === RUN TestNetworkList//networks [2022-04-07T18:13:08.468Z] === PAUSE TestNetworkList//networks [2022-04-07T18:13:08.468Z] === RUN TestNetworkList//networks/ [2022-04-07T18:13:08.468Z] === PAUSE TestNetworkList//networks/ [2022-04-07T18:13:08.468Z] === CONT TestNetworkList//networks [2022-04-07T18:13:08.468Z] === CONT TestNetworkList//networks/ [2022-04-07T18:13:08.468Z] --- PASS: TestNetworkList (0.03s) [2022-04-07T18:13:08.468Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-07T18:13:08.468Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestHostIPv4BridgeLabel [2022-04-07T18:13:08.468Z] network_test.go:128: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-07T18:13:08.468Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestDaemonDefaultNetworkPools [2022-04-07T18:13:08.468Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-07T18:13:08.468Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-07T18:13:08.468Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-07T18:13:08.468Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestServiceWithPredefinedNetwork [2022-04-07T18:13:08.468Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-07T18:13:08.468Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:13:08.468Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestServiceWithDataPathPortInit [2022-04-07T18:13:08.468Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-04-07T18:13:08.468Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-07T18:13:08.468Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-07T18:13:08.468Z] PASS [2022-04-07T18:13:08.468Z] ok github.com/docker/docker/integration/network 0.159s [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === Skipped [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-04-07T18:13:08.468Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-04-07T18:13:08.468Z] 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-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-04-07T18:13:08.468Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-04-07T18:13:08.468Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-04-07T18:13:08.468Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-04-07T18:13:08.468Z] network_test.go:128: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-04-07T18:13:08.468Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-04-07T18:13:08.468Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-07T18:13:08.468Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-07T18:13:08.468Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-07T18:13:08.468Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-04-07T18:13:08.468Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-07T18:13:08.468Z] service_test.go:243: FLAKY_TEST [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-04-07T18:13:08.468Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-07T18:13:08.468Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-07T18:13:08.468Z] [2022-04-07T18:13:08.468Z] DONE 22 tests, 15 skipped in 2.092s [2022-04-07T18:13:08.468Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-04-07T18:13:09.445Z] testing: warning: no tests to run [2022-04-07T18:13:09.445Z] PASS [2022-04-07T18:13:09.445Z] ok github.com/docker/docker/integration/network/ipvlan 0.066s [2022-04-07T18:13:09.445Z] [2022-04-07T18:13:09.445Z] DONE 0 tests in 0.673s [2022-04-07T18:13:09.445Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-04-07T18:13:09.571Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-07T18:13:09.908Z] testing: warning: no tests to run [2022-04-07T18:13:09.908Z] PASS [2022-04-07T18:13:09.908Z] ok github.com/docker/docker/integration/network/macvlan 0.063s [2022-04-07T18:13:09.908Z] [2022-04-07T18:13:09.908Z] DONE 0 tests in 0.699s [2022-04-07T18:13:10.371Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-04-07T18:13:10.834Z] testing: warning: no tests to run [2022-04-07T18:13:10.834Z] PASS [2022-04-07T18:13:10.834Z] ok github.com/docker/docker/integration/plugin 0.071s [2022-04-07T18:13:10.834Z] [2022-04-07T18:13:10.834Z] DONE 0 tests in 0.671s [2022-04-07T18:13:10.834Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-04-07T18:13:10.959Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-07T18:13:10.959Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-04-07T18:13:10.959Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-07T18:13:10.959Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-04-07T18:13:10.959Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-07T18:13:11.531Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-07T18:13:11.811Z] testing: warning: no tests to run [2022-04-07T18:13:11.811Z] PASS [2022-04-07T18:13:11.811Z] ok github.com/docker/docker/integration/plugin/authz 0.062s [2022-04-07T18:13:11.811Z] [2022-04-07T18:13:11.811Z] DONE 0 tests in 0.685s [2022-04-07T18:13:11.811Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-04-07T18:13:12.917Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-07T18:13:13.859Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-07T18:13:15.242Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-07T18:13:15.811Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-07T18:13:16.567Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:16.567Z] INFO: Testing against a local daemon [2022-04-07T18:13:16.567Z] === RUN TestPluginInvalidJSON [2022-04-07T18:13:16.567Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:13:16.567Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:13:16.567Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-04-07T18:13:16.567Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-04-07T18:13:16.567Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-04-07T18:13:16.567Z] === RUN TestPluginInstall [2022-04-07T18:13:16.567Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-04-07T18:13:16.567Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-07T18:13:16.567Z] === RUN TestPluginsWithRuntimes [2022-04-07T18:13:16.567Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-04-07T18:13:16.567Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-07T18:13:16.567Z] === RUN TestPluginBackCompatMediaTypes [2022-04-07T18:13:16.567Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-04-07T18:13:16.567Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-07T18:13:16.567Z] PASS [2022-04-07T18:13:16.567Z] ok github.com/docker/docker/integration/plugin/common 0.107s [2022-04-07T18:13:16.567Z] [2022-04-07T18:13:16.567Z] === Skipped [2022-04-07T18:13:16.567Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-04-07T18:13:16.567Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-04-07T18:13:16.567Z] [2022-04-07T18:13:16.567Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-04-07T18:13:16.567Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-04-07T18:13:16.567Z] [2022-04-07T18:13:16.567Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-04-07T18:13:16.567Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-04-07T18:13:16.567Z] [2022-04-07T18:13:16.567Z] DONE 5 tests, 3 skipped in 4.446s [2022-04-07T18:13:16.567Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-04-07T18:13:17.195Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-07T18:13:17.457Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-04-07T18:13:17.457Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-04-07T18:13:17.457Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-07T18:13:18.028Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-04-07T18:13:18.116Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:18.116Z] INFO: Testing against a local daemon [2022-04-07T18:13:18.116Z] === RUN TestExternalGraphDriver [2022-04-07T18:13:18.116Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-07T18:13:18.116Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-04-07T18:13:18.116Z] === RUN TestGraphdriverPluginV2 [2022-04-07T18:13:18.116Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-07T18:13:18.116Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-04-07T18:13:18.116Z] PASS [2022-04-07T18:13:18.116Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.088s [2022-04-07T18:13:18.579Z] [2022-04-07T18:13:18.579Z] === Skipped [2022-04-07T18:13:18.579Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-04-07T18:13:18.579Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-07T18:13:18.579Z] [2022-04-07T18:13:18.579Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-04-07T18:13:18.579Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-07T18:13:18.579Z] [2022-04-07T18:13:18.579Z] DONE 2 tests, 2 skipped in 2.193s [2022-04-07T18:13:18.579Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-04-07T18:13:18.970Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-07T18:13:19.242Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-07T18:13:19.825Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-07T18:13:20.085Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-07T18:13:20.656Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-04-07T18:13:20.774Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:20.774Z] INFO: Testing against a local daemon [2022-04-07T18:13:20.774Z] === RUN TestReadPluginNoRead [2022-04-07T18:13:20.774Z] read_test.go:21: no unix domain sockets on Windows [2022-04-07T18:13:20.775Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-04-07T18:13:20.775Z] PASS [2022-04-07T18:13:20.775Z] ok github.com/docker/docker/integration/plugin/logging 0.093s [2022-04-07T18:13:20.775Z] [2022-04-07T18:13:20.775Z] === Skipped [2022-04-07T18:13:20.775Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-04-07T18:13:20.775Z] read_test.go:21: no unix domain sockets on Windows [2022-04-07T18:13:20.775Z] [2022-04-07T18:13:20.775Z] DONE 1 tests, 1 skipped in 2.338s [2022-04-07T18:13:21.239Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-04-07T18:13:21.599Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-07T18:13:21.599Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-07T18:13:22.170Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-07T18:13:22.215Z] testing: warning: no tests to run [2022-04-07T18:13:22.215Z] PASS [2022-04-07T18:13:22.215Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.061s [2022-04-07T18:13:22.215Z] [2022-04-07T18:13:22.215Z] DONE 0 tests in 1.096s [2022-04-07T18:13:22.215Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-04-07T18:13:22.740Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-07T18:13:23.312Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-07T18:13:23.883Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-07T18:13:24.144Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-07T18:13:24.409Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:24.409Z] INFO: Testing against a local daemon [2022-04-07T18:13:24.409Z] === RUN TestPluginWithDevMounts [2022-04-07T18:13:24.409Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:24.409Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-07T18:13:24.409Z] PASS [2022-04-07T18:13:24.409Z] ok github.com/docker/docker/integration/plugin/volumes 0.077s [2022-04-07T18:13:24.409Z] [2022-04-07T18:13:24.409Z] === Skipped [2022-04-07T18:13:24.409Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-04-07T18:13:24.409Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:24.409Z] [2022-04-07T18:13:24.409Z] DONE 1 tests, 1 skipped in 2.165s [2022-04-07T18:13:24.409Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-04-07T18:13:24.714Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-07T18:13:25.285Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-07T18:13:25.854Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-07T18:13:25.854Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-07T18:13:25.957Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:25.957Z] INFO: Testing against a local daemon [2022-04-07T18:13:25.957Z] === RUN TestSecretInspect [2022-04-07T18:13:25.957Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:25.957Z] --- SKIP: TestSecretInspect (0.00s) [2022-04-07T18:13:25.957Z] === RUN TestSecretList [2022-04-07T18:13:25.957Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:25.957Z] --- SKIP: TestSecretList (0.00s) [2022-04-07T18:13:25.957Z] === RUN TestSecretsCreateAndDelete [2022-04-07T18:13:25.957Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:25.957Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-04-07T18:13:25.957Z] === RUN TestSecretsUpdate [2022-04-07T18:13:25.957Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:25.957Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-04-07T18:13:25.957Z] === RUN TestTemplatedSecret [2022-04-07T18:13:25.957Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:25.957Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-07T18:13:25.957Z] === RUN TestSecretCreateResolve [2022-04-07T18:13:25.957Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:25.957Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-04-07T18:13:25.957Z] PASS [2022-04-07T18:13:25.957Z] ok github.com/docker/docker/integration/secret 0.080s [2022-04-07T18:13:26.115Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-07T18:13:26.422Z] [2022-04-07T18:13:26.422Z] === Skipped [2022-04-07T18:13:26.422Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-04-07T18:13:26.422Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:26.422Z] [2022-04-07T18:13:26.422Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-04-07T18:13:26.422Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:26.422Z] [2022-04-07T18:13:26.422Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-04-07T18:13:26.422Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:26.422Z] [2022-04-07T18:13:26.422Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-04-07T18:13:26.422Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:26.422Z] [2022-04-07T18:13:26.422Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-04-07T18:13:26.422Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:26.422Z] [2022-04-07T18:13:26.422Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-04-07T18:13:26.422Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:26.422Z] [2022-04-07T18:13:26.422Z] DONE 6 tests, 6 skipped in 1.637s [2022-04-07T18:13:26.422Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-04-07T18:13:27.058Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-07T18:13:28.441Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-04-07T18:13:28.441Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-07T18:13:28.441Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-07T18:13:28.441Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-04-07T18:13:28.441Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-07T18:13:28.623Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:28.623Z] INFO: Testing against a local daemon [2022-04-07T18:13:28.623Z] === RUN TestServiceCreateInit [2022-04-07T18:13:28.623Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-07T18:13:28.623Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:28.623Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-07T18:13:28.623Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:28.623Z] --- PASS: TestServiceCreateInit (0.05s) [2022-04-07T18:13:28.623Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:13:28.623Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:13:28.623Z] === RUN TestCreateServiceMultipleTimes [2022-04-07T18:13:28.623Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:28.623Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-04-07T18:13:28.623Z] === RUN TestCreateServiceConflict [2022-04-07T18:13:28.623Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:28.623Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-04-07T18:13:28.623Z] === RUN TestCreateServiceMaxReplicas [2022-04-07T18:13:28.623Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:28.623Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-04-07T18:13:28.623Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-07T18:13:28.623Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:28.623Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-07T18:13:28.623Z] === RUN TestCreateServiceSecretFileMode [2022-04-07T18:13:28.623Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:28.623Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-04-07T18:13:28.623Z] === RUN TestCreateServiceConfigFileMode [2022-04-07T18:13:28.623Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:28.623Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-04-07T18:13:28.623Z] === RUN TestCreateServiceSysctls [2022-04-07T18:13:28.623Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:28.623Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-04-07T18:13:28.623Z] === RUN TestCreateServiceCapabilities [2022-04-07T18:13:28.623Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-04-07T18:13:29.086Z] === RUN TestInspect [2022-04-07T18:13:29.086Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestInspect (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestCreateJob [2022-04-07T18:13:29.086Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestCreateJob (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestReplicatedJob [2022-04-07T18:13:29.086Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestUpdateReplicatedJob [2022-04-07T18:13:29.086Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestServiceListWithStatuses [2022-04-07T18:13:29.086Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestDockerNetworkConnectAlias [2022-04-07T18:13:29.086Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestDockerNetworkReConnect [2022-04-07T18:13:29.086Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestServicePlugin [2022-04-07T18:13:29.086Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestServiceUpdateLabel [2022-04-07T18:13:29.086Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestServiceUpdateSecrets [2022-04-07T18:13:29.086Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestServiceUpdateConfigs [2022-04-07T18:13:29.086Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestServiceUpdateNetwork [2022-04-07T18:13:29.086Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-04-07T18:13:29.086Z] === RUN TestServiceUpdatePidsLimit [2022-04-07T18:13:29.086Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-04-07T18:13:29.086Z] PASS [2022-04-07T18:13:29.086Z] ok github.com/docker/docker/integration/service 0.276s [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === Skipped [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:13:29.086Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:13:29.086Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-04-07T18:13:29.086Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-04-07T18:13:29.086Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-04-07T18:13:29.086Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-07T18:13:29.086Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-04-07T18:13:29.086Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-04-07T18:13:29.086Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-04-07T18:13:29.086Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-04-07T18:13:29.086Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-04-07T18:13:29.086Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-04-07T18:13:29.086Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-04-07T18:13:29.086Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-04-07T18:13:29.086Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-04-07T18:13:29.086Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-04-07T18:13:29.086Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-04-07T18:13:29.086Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-04-07T18:13:29.086Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-04-07T18:13:29.086Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-04-07T18:13:29.086Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-04-07T18:13:29.086Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-04-07T18:13:29.086Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-04-07T18:13:29.086Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-07T18:13:29.086Z] [2022-04-07T18:13:29.086Z] DONE 24 tests, 23 skipped in 2.751s [2022-04-07T18:13:29.086Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-04-07T18:13:30.635Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:30.635Z] INFO: Testing against a local daemon [2022-04-07T18:13:30.635Z] === RUN TestSessionCreate [2022-04-07T18:13:30.635Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-07T18:13:30.635Z] --- SKIP: TestSessionCreate (0.00s) [2022-04-07T18:13:30.635Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-07T18:13:30.635Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-07T18:13:30.635Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-04-07T18:13:30.635Z] PASS [2022-04-07T18:13:30.635Z] ok github.com/docker/docker/integration/session 0.079s [2022-04-07T18:13:30.635Z] [2022-04-07T18:13:30.635Z] === Skipped [2022-04-07T18:13:30.635Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-04-07T18:13:30.635Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-07T18:13:30.635Z] [2022-04-07T18:13:30.635Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-04-07T18:13:30.635Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-07T18:13:30.635Z] [2022-04-07T18:13:30.635Z] DONE 2 tests, 2 skipped in 1.616s [2022-04-07T18:13:30.635Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-04-07T18:13:31.740Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-07T18:13:32.001Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-07T18:13:32.846Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:32.846Z] INFO: Testing against a local daemon [2022-04-07T18:13:32.846Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-07T18:13:32.846Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:32.846Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:13:32.846Z] === RUN TestDiskUsage [2022-04-07T18:13:32.846Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-07T18:13:32.846Z] --- SKIP: TestDiskUsage (0.00s) [2022-04-07T18:13:32.846Z] === RUN TestEventsExecDie [2022-04-07T18:13:32.846Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-07T18:13:32.846Z] --- SKIP: TestEventsExecDie (0.00s) [2022-04-07T18:13:32.846Z] === RUN TestEventsBackwardsCompatible [2022-04-07T18:13:32.846Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-07T18:13:32.846Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-04-07T18:13:32.846Z] === RUN TestEventsVolumeCreate [2022-04-07T18:13:32.846Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-07T18:13:32.846Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-04-07T18:13:32.846Z] === RUN TestInfoAPI [2022-04-07T18:13:32.846Z] --- PASS: TestInfoAPI (0.05s) [2022-04-07T18:13:32.846Z] === RUN TestInfoAPIWarnings [2022-04-07T18:13:32.846Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:13:32.846Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-04-07T18:13:32.846Z] === RUN TestInfoDebug [2022-04-07T18:13:32.846Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:13:32.846Z] --- SKIP: TestInfoDebug (0.00s) [2022-04-07T18:13:32.846Z] === RUN TestInfoInsecureRegistries [2022-04-07T18:13:32.846Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:13:32.846Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-04-07T18:13:32.846Z] === RUN TestInfoRegistryMirrors [2022-04-07T18:13:32.846Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:13:32.846Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-04-07T18:13:32.846Z] === RUN TestLoginFailsWithBadCredentials [2022-04-07T18:13:33.384Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-04-07T18:13:33.821Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-04-07T18:13:33.821Z] === RUN TestPingCacheHeaders [2022-04-07T18:13:33.821Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-04-07T18:13:33.821Z] === RUN TestPingGet [2022-04-07T18:13:33.821Z] --- PASS: TestPingGet (0.04s) [2022-04-07T18:13:33.821Z] === RUN TestPingHead [2022-04-07T18:13:33.821Z] --- PASS: TestPingHead (0.04s) [2022-04-07T18:13:33.821Z] === RUN TestPingSwarmHeader [2022-04-07T18:13:33.821Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:33.821Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-04-07T18:13:33.821Z] === RUN TestVersion [2022-04-07T18:13:33.821Z] --- PASS: TestVersion (0.04s) [2022-04-07T18:13:33.821Z] PASS [2022-04-07T18:13:33.821Z] ok github.com/docker/docker/integration/system 1.256s [2022-04-07T18:13:33.821Z] [2022-04-07T18:13:33.821Z] === Skipped [2022-04-07T18:13:33.821Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-07T18:13:33.821Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:33.821Z] [2022-04-07T18:13:33.821Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-04-07T18:13:33.821Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-04-07T18:13:33.821Z] [2022-04-07T18:13:33.821Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-04-07T18:13:33.821Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-07T18:13:33.821Z] [2022-04-07T18:13:33.821Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-04-07T18:13:33.821Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-07T18:13:33.821Z] [2022-04-07T18:13:33.821Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-04-07T18:13:33.821Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-07T18:13:33.821Z] [2022-04-07T18:13:33.821Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-04-07T18:13:33.821Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-07T18:13:33.821Z] [2022-04-07T18:13:33.821Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-04-07T18:13:33.821Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:13:33.821Z] [2022-04-07T18:13:33.821Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-04-07T18:13:33.821Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:13:33.821Z] [2022-04-07T18:13:33.822Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-04-07T18:13:33.822Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-07T18:13:33.822Z] [2022-04-07T18:13:33.822Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-04-07T18:13:33.822Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-07T18:13:33.822Z] [2022-04-07T18:13:33.822Z] DONE 16 tests, 10 skipped in 3.153s [2022-04-07T18:13:34.287Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-04-07T18:13:35.292Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-04-07T18:13:35.471Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-07T18:13:35.471Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-07T18:13:35.471Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-07T18:13:35.838Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:35.838Z] INFO: Testing against a local daemon [2022-04-07T18:13:35.838Z] === RUN TestVolumesCreateAndList [2022-04-07T18:13:35.838Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-04-07T18:13:35.838Z] === RUN TestVolumesRemove [2022-04-07T18:13:35.838Z] --- PASS: TestVolumesRemove (0.10s) [2022-04-07T18:13:35.838Z] === RUN TestVolumesInspect [2022-04-07T18:13:35.838Z] --- PASS: TestVolumesInspect (0.06s) [2022-04-07T18:13:35.838Z] === RUN TestVolumesInvalidJSON [2022-04-07T18:13:35.838Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-04-07T18:13:35.838Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-04-07T18:13:35.838Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-04-07T18:13:35.838Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-04-07T18:13:35.838Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-04-07T18:13:35.838Z] PASS [2022-04-07T18:13:35.838Z] ok github.com/docker/docker/integration/volume 0.298s [2022-04-07T18:13:35.838Z] [2022-04-07T18:13:35.838Z] DONE 5 tests in 1.920s [2022-04-07T18:13:36.301Z] INFO: make.ps1 ended at 04/07/2022 18:13:35 [2022-04-07T18:13:36.301Z] INFO: Integration CLI tests being run from the host: [2022-04-07T18:13:36.301Z] 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-04-07T18:13:37.834Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-07T18:13:40.190Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-07T18:13:40.190Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-07T18:13:40.190Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-07T18:13:40.190Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-07T18:13:40.190Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-07T18:13:40.190Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-07T18:13:40.190Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-07T18:13:40.190Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-07T18:13:40.190Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-07T18:13:40.190Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-07T18:13:40.190Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-07T18:13:40.192Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-07T18:13:40.192Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-07T18:13:40.374Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-04-07T18:13:40.687Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-07T18:13:42.294Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-07T18:13:42.294Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-07T18:13:42.294Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-07T18:13:42.294Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-07T18:13:42.777Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-07T18:13:42.777Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-07T18:13:42.777Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-07T18:13:42.777Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-07T18:13:42.777Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-07T18:13:42.914Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-04-07T18:13:43.175Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-04-07T18:13:43.965Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-07T18:13:44.124Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-07T18:13:44.429Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-07T18:13:44.429Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-07T18:13:44.429Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-07T18:13:44.429Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-07T18:13:44.429Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-07T18:13:44.429Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-07T18:13:44.429Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-07T18:13:44.429Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-07T18:13:45.049Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-07T18:13:45.049Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-07T18:13:45.049Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-07T18:13:45.049Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-07T18:13:45.049Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-07T18:13:45.065Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-04-07T18:13:45.065Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-04-07T18:13:45.065Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-07T18:13:45.065Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-07T18:13:45.403Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-07T18:13:45.635Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-04-07T18:13:45.635Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-07T18:13:46.710Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-07T18:13:46.710Z] INFO: Testing against a local daemon [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-07T18:13:46.710Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-07T18:13:46.710Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-07T18:13:46.710Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-07T18:13:47.173Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-07T18:13:47.636Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-07T18:13:48.178Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-07T18:13:48.325Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-07T18:13:49.299Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-07T18:13:49.299Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-07T18:13:49.299Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-07T18:13:49.299Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-07T18:13:49.299Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-07T18:13:49.561Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-07T18:13:49.762Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-07T18:13:49.821Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-04-07T18:13:50.762Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-07T18:13:50.958Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-07T18:13:51.958Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-07T18:13:53.302Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-04-07T18:13:56.598Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-07T18:13:56.598Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-07T18:13:56.598Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-07T18:13:57.539Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-07T18:13:57.539Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-07T18:13:57.539Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-07T18:13:58.480Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-07T18:13:59.421Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-07T18:14:00.362Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-07T18:14:00.362Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-07T18:14:00.362Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-07T18:14:01.303Z] === RUN TestDockerSuite/TestRunMount [2022-04-07T18:14:02.331Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-07T18:14:05.508Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-07T18:14:05.769Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-07T18:14:06.340Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-07T18:14:07.051Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-07T18:14:07.051Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-07T18:14:07.051Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-07T18:14:07.051Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-07T18:14:07.280Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-07T18:14:08.668Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-07T18:14:10.585Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-07T18:14:10.806Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-07T18:14:11.781Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-07T18:14:11.969Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-07T18:14:13.353Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-07T18:14:14.738Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-07T18:14:15.309Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-07T18:14:15.570Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-07T18:14:16.142Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-07T18:14:16.493Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-07T18:14:16.493Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-07T18:14:16.493Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-07T18:14:16.493Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-07T18:14:16.493Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-07T18:14:16.493Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-07T18:14:16.493Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-07T18:14:16.493Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-07T18:14:16.493Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-07T18:14:16.493Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-07T18:14:16.714Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-04-07T18:14:16.975Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-07T18:14:17.546Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-07T18:14:18.117Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-07T18:14:20.031Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-07T18:14:21.416Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-07T18:14:24.716Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-07T18:14:24.716Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-07T18:14:24.716Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-04-07T18:14:25.288Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-04-07T18:14:25.288Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-07T18:14:25.288Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-07T18:14:25.858Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-07T18:14:26.429Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-07T18:14:26.429Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-07T18:14:27.001Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-07T18:14:28.912Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-04-07T18:14:33.112Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-04-07T18:14:33.112Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-04-07T18:14:33.112Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-07T18:14:33.373Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-04-07T18:14:33.945Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-07T18:14:34.885Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-07T18:14:35.475Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-04-07T18:14:36.049Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-04-07T18:14:36.049Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-07T18:14:36.620Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-07T18:14:36.881Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-07T18:14:37.451Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-07T18:14:37.713Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-07T18:14:37.713Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-04-07T18:14:37.713Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-07T18:14:38.285Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-07T18:14:38.546Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-07T18:14:38.546Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-04-07T18:14:38.546Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-07T18:14:39.117Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-04-07T18:14:40.057Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-07T18:14:40.057Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-04-07T18:14:40.057Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-07T18:14:41.442Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-04-07T18:14:42.383Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-07T18:14:43.770Z] === RUN TestDockerSuite/TestRunRm [2022-04-07T18:14:44.032Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-04-07T18:14:44.292Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-07T18:14:46.508Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-07T18:14:46.508Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-07T18:14:46.508Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-07T18:14:46.508Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-07T18:14:46.508Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-07T18:14:46.838Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-04-07T18:14:47.780Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-07T18:14:48.352Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-07T18:14:49.295Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-04-07T18:14:49.295Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-04-07T18:14:50.684Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-04-07T18:14:51.627Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-04-07T18:14:52.082Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-04-07T18:14:52.082Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-04-07T18:14:52.082Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-04-07T18:14:52.082Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-04-07T18:14:52.082Z] Cross building: bundles/cross/linux/s390x [2022-04-07T18:14:52.082Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-04-07T18:14:52.082Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-04-07T18:14:52.568Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-04-07T18:14:54.484Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-04-07T18:14:55.872Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-04-07T18:14:57.785Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-04-07T18:14:58.737Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-04-07T18:14:58.737Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-04-07T18:14:58.997Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-04-07T18:14:59.568Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-04-07T18:15:00.139Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-04-07T18:15:00.711Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-04-07T18:15:01.283Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-04-07T18:15:01.283Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-04-07T18:15:01.365Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-07T18:15:01.365Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-07T18:15:01.827Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-07T18:15:01.854Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-07T18:15:02.290Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-07T18:15:02.426Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-07T18:15:02.999Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-07T18:15:03.321Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-07T18:15:03.321Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-07T18:15:03.321Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-07T18:15:03.321Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-07T18:15:03.321Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-07T18:15:04.382Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-04-07T18:15:05.765Z] === RUN TestDockerSuite/TestRunState [2022-04-07T18:15:06.293Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-07T18:15:07.152Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-07T18:15:07.286Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-07T18:15:07.286Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-07T18:15:07.286Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-07T18:15:07.286Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-07T18:15:07.286Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-07T18:15:07.286Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-07T18:15:07.721Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-07T18:15:07.982Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-07T18:15:08.242Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-04-07T18:15:08.243Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-04-07T18:15:08.243Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-07T18:15:08.814Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-07T18:15:09.075Z] === RUN TestDockerSuite/TestRunSysctls [2022-04-07T18:15:09.405Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-07T18:15:09.405Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-07T18:15:09.405Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-07T18:15:10.253Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-07T18:15:10.459Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-07T18:15:10.459Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-07T18:15:10.459Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-07T18:15:10.459Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-04-07T18:15:10.720Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-04-07T18:15:12.633Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-04-07T18:15:13.204Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-04-07T18:15:13.841Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-07T18:15:14.123Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-07T18:15:14.305Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-07T18:15:14.305Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-07T18:15:14.305Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-07T18:15:14.305Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-07T18:15:14.305Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-07T18:15:14.305Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-07T18:15:14.305Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-07T18:15:14.305Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-07T18:15:14.305Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-07T18:15:14.588Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-04-07T18:15:15.970Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-04-07T18:15:16.915Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-07T18:15:20.149Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-07T18:15:20.149Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:15:20.149Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-07T18:15:20.149Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-07T18:15:20.149Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-07T18:15:20.214Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-07T18:15:20.474Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-07T18:15:20.715Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-07T18:15:20.734Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-07T18:15:21.230Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-07T18:15:21.314Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-07T18:15:22.701Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-07T18:15:23.075Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-07T18:15:23.643Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-07T18:15:23.903Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-07T18:15:24.164Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-07T18:15:24.164Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-07T18:15:24.522Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-07T18:15:24.622Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-07T18:15:24.622Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-07T18:15:24.622Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-07T18:15:24.622Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-07T18:15:24.622Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-07T18:15:24.622Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-07T18:15:24.622Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-07T18:15:24.622Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-07T18:15:24.622Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-07T18:15:24.735Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-07T18:15:24.994Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-07T18:15:24.994Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-07T18:15:24.994Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-07T18:15:24.995Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-07T18:15:25.566Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-04-07T18:15:25.566Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-04-07T18:15:25.566Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-07T18:15:25.566Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-07T18:15:26.138Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-07T18:15:27.548Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-07T18:15:27.548Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-07T18:15:27.548Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-07T18:15:27.548Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-07T18:15:27.548Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-07T18:15:27.959Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-07T18:15:28.682Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-07T18:15:29.253Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-04-07T18:15:29.513Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-07T18:15:29.532Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-07T18:15:29.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-07T18:15:29.837Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-07T18:15:29.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-07T18:15:30.084Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-07T18:15:31.998Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-04-07T18:15:32.259Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-07T18:15:33.200Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-07T18:15:34.314Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-07T18:15:34.314Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-07T18:15:34.314Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-07T18:15:34.314Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-07T18:15:34.314Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-07T18:15:34.314Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-07T18:15:34.314Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-07T18:15:34.314Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-07T18:15:34.314Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-07T18:15:34.314Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-07T18:15:34.551Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-07T18:15:34.552Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-07T18:15:34.552Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-07T18:15:34.552Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-07T18:15:34.552Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-07T18:15:34.658Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-07T18:15:35.114Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-07T18:15:36.056Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-04-07T18:15:36.997Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-07T18:15:37.569Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-07T18:15:37.569Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-04-07T18:15:37.569Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-07T18:15:37.569Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-04-07T18:15:37.569Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-07T18:15:37.569Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-04-07T18:15:37.569Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-07T18:15:37.569Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-04-07T18:15:37.569Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-04-07T18:15:37.569Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-04-07T18:15:38.510Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-04-07T18:15:39.082Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-04-07T18:15:39.082Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-04-07T18:15:40.024Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-04-07T18:15:40.370Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-07T18:15:40.370Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-07T18:15:40.370Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-07T18:15:40.370Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-07T18:15:40.370Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-07T18:15:40.370Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-07T18:15:40.370Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-07T18:15:40.370Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-07T18:15:40.721Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-04-07T18:15:41.664Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-07T18:15:41.664Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-04-07T18:15:41.925Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-04-07T18:15:41.925Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-04-07T18:15:41.925Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-04-07T18:15:41.925Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-07T18:15:41.925Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-04-07T18:15:41.925Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-04-07T18:15:41.925Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-04-07T18:15:41.925Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-04-07T18:15:41.925Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-04-07T18:15:41.925Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-04-07T18:15:41.925Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-04-07T18:15:41.925Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-04-07T18:15:41.925Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-04-07T18:15:41.925Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-04-07T18:15:41.925Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-04-07T18:15:42.495Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-04-07T18:15:43.066Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-04-07T18:15:43.066Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-04-07T18:15:43.636Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-04-07T18:15:43.896Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-07T18:15:43.896Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-07T18:15:44.466Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-07T18:15:44.466Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-04-07T18:15:45.039Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-04-07T18:15:45.611Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-04-07T18:15:45.611Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-07T18:15:45.873Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-07T18:15:46.445Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-07T18:15:46.706Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-04-07T18:15:47.277Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-04-07T18:15:47.848Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-04-07T18:15:47.848Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-04-07T18:15:47.848Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-07T18:15:48.109Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-07T18:15:48.371Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-07T18:15:49.756Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-07T18:15:50.017Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-07T18:15:51.401Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-07T18:15:51.663Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-07T18:15:51.664Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-07T18:15:51.664Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-07T18:15:52.605Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-04-07T18:15:53.175Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-04-07T18:15:53.747Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-07T18:15:54.008Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-07T18:15:54.951Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-07T18:15:54.951Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-07T18:15:55.522Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-07T18:15:56.465Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents3941103811 [2022-04-07T18:15:56.726Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-07T18:15:56.726Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-07T18:15:58.112Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-07T18:15:58.112Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-07T18:15:58.112Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-07T18:15:59.052Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-07T18:15:59.994Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-04-07T18:16:00.566Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-07T18:16:00.826Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-07T18:16:01.087Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-07T18:16:01.087Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-07T18:16:01.347Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-07T18:16:01.519Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-07T18:16:01.941Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-07T18:16:01.941Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-07T18:16:02.527Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-07T18:16:03.100Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-07T18:16:04.041Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-07T18:16:04.559Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-07T18:16:04.559Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-07T18:16:04.559Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-07T18:16:04.559Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-07T18:16:04.559Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-07T18:16:05.276Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-07T18:16:05.276Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-07T18:16:05.276Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-07T18:16:05.276Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:16:05.739Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-07T18:16:06.714Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-07T18:16:06.714Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-07T18:16:06.714Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-07T18:16:09.321Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-07T18:16:10.267Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-07T18:16:10.838Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-07T18:16:11.439Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-07T18:16:11.782Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-07T18:16:11.901Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-07T18:16:11.901Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-07T18:16:12.364Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-07T18:16:12.364Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-07T18:16:12.364Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-07T18:16:12.614Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-04-07T18:16:13.339Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-07T18:16:14.315Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-07T18:16:14.527Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-07T18:16:14.777Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-07T18:16:14.787Z] docker_cli_service_logs_test.go:246: checking task kmgxobkol3sy [2022-04-07T18:16:14.787Z] docker_cli_service_logs_test.go:251: checking messages for kmgxobkol3sy [2022-04-07T18:16:14.787Z] docker_cli_service_logs_test.go:246: checking task jyfuv3onzuh3 [2022-04-07T18:16:14.787Z] docker_cli_service_logs_test.go:251: checking messages for jyfuv3onzuh3 [2022-04-07T18:16:15.240Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-07T18:16:15.702Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-07T18:16:16.170Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-07T18:16:16.741Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-07T18:16:17.094Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-07T18:16:17.094Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-07T18:16:17.094Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-07T18:16:17.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-07T18:16:17.681Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-07T18:16:19.594Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-07T18:16:20.535Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-07T18:16:21.527Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-07T18:16:23.075Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-07T18:16:23.463Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-07T18:16:23.463Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-07T18:16:23.463Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-07T18:16:23.718Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-07T18:16:23.719Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-07T18:16:23.719Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-07T18:16:24.694Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-07T18:16:24.694Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-07T18:16:24.694Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-07T18:16:24.694Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-07T18:16:25.618Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-04-07T18:16:27.001Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-07T18:16:27.276Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-07T18:16:27.616Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-07T18:16:27.952Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-04-07T18:16:28.079Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-07T18:16:28.541Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-07T18:16:28.542Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-07T18:16:28.542Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-07T18:16:29.515Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-07T18:16:29.863Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-07T18:16:29.978Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-07T18:16:29.978Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-07T18:16:29.978Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-07T18:16:29.978Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-07T18:16:29.978Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-07T18:16:34.459Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-07T18:16:34.700Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-07T18:16:35.146Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-07T18:16:37.056Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-04-07T18:16:38.437Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-07T18:16:39.007Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-07T18:16:39.579Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-07T18:16:40.150Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-07T18:16:40.150Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-04-07T18:16:40.150Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-07T18:16:40.720Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-07T18:16:41.647Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-07T18:16:41.647Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-07T18:16:41.647Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-07T18:16:43.590Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-04-07T18:16:43.590Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-04-07T18:16:43.590Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-04-07T18:16:43.590Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-04-07T18:16:43.590Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-04-07T18:16:43.922Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-04-07T18:16:44.020Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-07T18:16:44.214Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/test/unit [2022-04-07T18:16:44.474Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-04-07T18:16:44.474Z] + TESTFLAGS+=' -test.timeout=5m' [2022-04-07T18:16:44.474Z] + TESTDIRS=./... [2022-04-07T18:16:44.474Z] + exclude_paths='/vendor/|/integration' [2022-04-07T18:16:44.474Z] ++ grep -vE '(/vendor/|/integration)' [2022-04-07T18:16:44.474Z] ++ go list ./... [2022-04-07T18:16:45.403Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-04-07T18:16:45.418Z] + pkg_list='github.com/docker/docker/api [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/backend/build [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/httputils [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/middleware [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/build [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/container [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/debug [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/image [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/network [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/session [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/system [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/server/router/volume [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/backend [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/container [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/events [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/filters [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/image [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/mount [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/network [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/registry [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/strslice [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/swarm [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/time [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/versions [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T18:16:45.418Z] github.com/docker/docker/api/types/volume [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/builder-next [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/dockerfile [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/remotecontext [2022-04-07T18:16:45.418Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T18:16:45.418Z] github.com/docker/docker/cli [2022-04-07T18:16:45.418Z] github.com/docker/docker/cli/config [2022-04-07T18:16:45.418Z] github.com/docker/docker/cli/debug [2022-04-07T18:16:45.418Z] github.com/docker/docker/client [2022-04-07T18:16:45.418Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T18:16:45.418Z] github.com/docker/docker/cmd/dockerd [2022-04-07T18:16:45.418Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T18:16:45.418Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T18:16:45.418Z] github.com/docker/docker/container [2022-04-07T18:16:45.418Z] github.com/docker/docker/container/stream [2022-04-07T18:16:45.418Z] github.com/docker/docker/contrib/apparmor [2022-04-07T18:16:45.418Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T18:16:45.418Z] github.com/docker/docker/contrib/httpserver [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/cluster [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/config [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/events [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/exec [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/images [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/initlayer [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/links [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/listeners [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/local [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/names [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/network [2022-04-07T18:16:45.418Z] github.com/docker/docker/daemon/stats [2022-04-07T18:16:45.418Z] github.com/docker/docker/distribution [2022-04-07T18:16:45.418Z] github.com/docker/docker/distribution/metadata [2022-04-07T18:16:45.418Z] github.com/docker/docker/distribution/utils [2022-04-07T18:16:45.418Z] github.com/docker/docker/distribution/xfer [2022-04-07T18:16:45.418Z] github.com/docker/docker/dockerversion [2022-04-07T18:16:45.418Z] github.com/docker/docker/errdefs [2022-04-07T18:16:45.418Z] github.com/docker/docker/image [2022-04-07T18:16:45.418Z] github.com/docker/docker/image/cache [2022-04-07T18:16:45.418Z] github.com/docker/docker/image/tarexport [2022-04-07T18:16:45.418Z] github.com/docker/docker/image/v1 [2022-04-07T18:16:45.418Z] github.com/docker/docker/internal/test/suite [2022-04-07T18:16:45.418Z] github.com/docker/docker/layer [2022-04-07T18:16:45.418Z] github.com/docker/docker/libcontainerd [2022-04-07T18:16:45.418Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T18:16:45.418Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T18:16:45.418Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T18:16:45.418Z] github.com/docker/docker/libcontainerd/types [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/config [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/idm [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/ns [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/options [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/osl [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/libnetwork/types [2022-04-07T18:16:45.418Z] github.com/docker/docker/oci [2022-04-07T18:16:45.418Z] github.com/docker/docker/oci/caps [2022-04-07T18:16:45.418Z] github.com/docker/docker/opts [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/aaparser [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/archive [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/authorization [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/capabilities [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/containerfs [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/directory [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/dmesg [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/filenotify [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/fileutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/fsutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/homedir [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/idtools [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/ioutils [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/longpath [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/loopback [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/parsers [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/pidfile [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/platform [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/plugins [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/pools [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/progress [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/pubsub [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/reexec [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/signal [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/stack [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/stringid [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/system [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/tailfile [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/tarsum [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/truncindex [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/urlutil [2022-04-07T18:16:45.418Z] github.com/docker/docker/pkg/useragent [2022-04-07T18:16:45.418Z] github.com/docker/docker/plugin [2022-04-07T18:16:45.418Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T18:16:45.418Z] github.com/docker/docker/plugin/v2 [2022-04-07T18:16:45.418Z] github.com/docker/docker/profiles/apparmor [2022-04-07T18:16:45.418Z] github.com/docker/docker/profiles/seccomp [2022-04-07T18:16:45.418Z] github.com/docker/docker/quota [2022-04-07T18:16:45.418Z] github.com/docker/docker/reference [2022-04-07T18:16:45.418Z] github.com/docker/docker/registry [2022-04-07T18:16:45.419Z] github.com/docker/docker/registry/resumable [2022-04-07T18:16:45.419Z] github.com/docker/docker/restartmanager [2022-04-07T18:16:45.419Z] github.com/docker/docker/rootless [2022-04-07T18:16:45.419Z] github.com/docker/docker/rootless/specconv [2022-04-07T18:16:45.419Z] github.com/docker/docker/runconfig [2022-04-07T18:16:45.419Z] github.com/docker/docker/runconfig/opts [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/daemon [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/environment [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fakegit [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/registry [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/request [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/drivers [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/local [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/mounts [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/service [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/service/opts [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/testutils' [2022-04-07T18:16:45.419Z] ++ grep --fixed-strings -v /libnetwork [2022-04-07T18:16:45.419Z] ++ echo 'github.com/docker/docker/api [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/backend/build [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/httputils [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/middleware [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/build [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/container [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/debug [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/image [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/network [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/session [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/system [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/volume [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/backend [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/container [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/events [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/filters [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/image [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/mount [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/network [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/registry [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/strslice [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/swarm [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/time [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/versions [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/volume [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/dockerfile [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/remotecontext [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T18:16:45.419Z] github.com/docker/docker/cli [2022-04-07T18:16:45.419Z] github.com/docker/docker/cli/config [2022-04-07T18:16:45.419Z] github.com/docker/docker/cli/debug [2022-04-07T18:16:45.419Z] github.com/docker/docker/client [2022-04-07T18:16:45.419Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T18:16:45.419Z] github.com/docker/docker/cmd/dockerd [2022-04-07T18:16:45.419Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T18:16:45.419Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T18:16:45.419Z] github.com/docker/docker/container [2022-04-07T18:16:45.419Z] github.com/docker/docker/container/stream [2022-04-07T18:16:45.419Z] github.com/docker/docker/contrib/apparmor [2022-04-07T18:16:45.419Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T18:16:45.419Z] github.com/docker/docker/contrib/httpserver [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/cluster [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/config [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/events [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/exec [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/images [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/initlayer [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/links [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/listeners [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/local [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/names [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/network [2022-04-07T18:16:45.419Z] github.com/docker/docker/daemon/stats [2022-04-07T18:16:45.419Z] github.com/docker/docker/distribution [2022-04-07T18:16:45.419Z] github.com/docker/docker/distribution/metadata [2022-04-07T18:16:45.419Z] github.com/docker/docker/distribution/utils [2022-04-07T18:16:45.419Z] github.com/docker/docker/distribution/xfer [2022-04-07T18:16:45.419Z] github.com/docker/docker/dockerversion [2022-04-07T18:16:45.419Z] github.com/docker/docker/errdefs [2022-04-07T18:16:45.419Z] github.com/docker/docker/image [2022-04-07T18:16:45.419Z] github.com/docker/docker/image/cache [2022-04-07T18:16:45.419Z] github.com/docker/docker/image/tarexport [2022-04-07T18:16:45.419Z] github.com/docker/docker/image/v1 [2022-04-07T18:16:45.419Z] github.com/docker/docker/internal/test/suite [2022-04-07T18:16:45.419Z] github.com/docker/docker/layer [2022-04-07T18:16:45.419Z] github.com/docker/docker/libcontainerd [2022-04-07T18:16:45.419Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T18:16:45.419Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T18:16:45.419Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T18:16:45.419Z] github.com/docker/docker/libcontainerd/types [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/config [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/idm [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/ns [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/options [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/osl [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/libnetwork/types [2022-04-07T18:16:45.419Z] github.com/docker/docker/oci [2022-04-07T18:16:45.419Z] github.com/docker/docker/oci/caps [2022-04-07T18:16:45.419Z] github.com/docker/docker/opts [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/aaparser [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/archive [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/authorization [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/capabilities [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/containerfs [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/directory [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/dmesg [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/filenotify [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/fileutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/fsutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/homedir [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/idtools [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/ioutils [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/longpath [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/loopback [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/parsers [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/pidfile [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/platform [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/plugins [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/pools [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/progress [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/pubsub [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/reexec [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/signal [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/stack [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/stringid [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/system [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/tailfile [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/tarsum [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/truncindex [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/urlutil [2022-04-07T18:16:45.419Z] github.com/docker/docker/pkg/useragent [2022-04-07T18:16:45.419Z] github.com/docker/docker/plugin [2022-04-07T18:16:45.419Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T18:16:45.419Z] github.com/docker/docker/plugin/v2 [2022-04-07T18:16:45.419Z] github.com/docker/docker/profiles/apparmor [2022-04-07T18:16:45.419Z] github.com/docker/docker/profiles/seccomp [2022-04-07T18:16:45.419Z] github.com/docker/docker/quota [2022-04-07T18:16:45.419Z] github.com/docker/docker/reference [2022-04-07T18:16:45.419Z] github.com/docker/docker/registry [2022-04-07T18:16:45.419Z] github.com/docker/docker/registry/resumable [2022-04-07T18:16:45.419Z] github.com/docker/docker/restartmanager [2022-04-07T18:16:45.419Z] github.com/docker/docker/rootless [2022-04-07T18:16:45.419Z] github.com/docker/docker/rootless/specconv [2022-04-07T18:16:45.419Z] github.com/docker/docker/runconfig [2022-04-07T18:16:45.419Z] github.com/docker/docker/runconfig/opts [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/daemon [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/environment [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fakegit [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/registry [2022-04-07T18:16:45.419Z] github.com/docker/docker/testutil/request [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/drivers [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/local [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/mounts [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/service [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/service/opts [2022-04-07T18:16:45.419Z] github.com/docker/docker/volume/testutils' [2022-04-07T18:16:45.419Z] + base_pkg_list='github.com/docker/docker/api [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/backend/build [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/httputils [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/middleware [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/build [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/container [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/debug [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/image [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/network [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/session [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/system [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/server/router/volume [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/backend [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/container [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/events [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/filters [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/image [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/mount [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/network [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/registry [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/strslice [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/swarm [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/time [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/versions [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T18:16:45.419Z] github.com/docker/docker/api/types/volume [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T18:16:45.419Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/dockerfile [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/remotecontext [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T18:16:45.420Z] github.com/docker/docker/cli [2022-04-07T18:16:45.420Z] github.com/docker/docker/cli/config [2022-04-07T18:16:45.420Z] github.com/docker/docker/cli/debug [2022-04-07T18:16:45.420Z] github.com/docker/docker/client [2022-04-07T18:16:45.420Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T18:16:45.420Z] github.com/docker/docker/cmd/dockerd [2022-04-07T18:16:45.420Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T18:16:45.420Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T18:16:45.420Z] github.com/docker/docker/container [2022-04-07T18:16:45.420Z] github.com/docker/docker/container/stream [2022-04-07T18:16:45.420Z] github.com/docker/docker/contrib/apparmor [2022-04-07T18:16:45.420Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T18:16:45.420Z] github.com/docker/docker/contrib/httpserver [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/config [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/events [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/exec [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/images [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/initlayer [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/links [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/listeners [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/local [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/names [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/network [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/stats [2022-04-07T18:16:45.420Z] github.com/docker/docker/distribution [2022-04-07T18:16:45.420Z] github.com/docker/docker/distribution/metadata [2022-04-07T18:16:45.420Z] github.com/docker/docker/distribution/utils [2022-04-07T18:16:45.420Z] github.com/docker/docker/distribution/xfer [2022-04-07T18:16:45.420Z] github.com/docker/docker/dockerversion [2022-04-07T18:16:45.420Z] github.com/docker/docker/errdefs [2022-04-07T18:16:45.420Z] github.com/docker/docker/image [2022-04-07T18:16:45.420Z] github.com/docker/docker/image/cache [2022-04-07T18:16:45.420Z] github.com/docker/docker/image/tarexport [2022-04-07T18:16:45.420Z] github.com/docker/docker/image/v1 [2022-04-07T18:16:45.420Z] github.com/docker/docker/internal/test/suite [2022-04-07T18:16:45.420Z] github.com/docker/docker/layer [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd/types [2022-04-07T18:16:45.420Z] github.com/docker/docker/oci [2022-04-07T18:16:45.420Z] github.com/docker/docker/oci/caps [2022-04-07T18:16:45.420Z] github.com/docker/docker/opts [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/aaparser [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/archive [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/authorization [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/capabilities [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/containerfs [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/directory [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/dmesg [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/filenotify [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/fileutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/fsutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/homedir [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/idtools [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/ioutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/longpath [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/loopback [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/parsers [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/pidfile [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/platform [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/plugins [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/pools [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/progress [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/pubsub [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/reexec [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/signal [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/stack [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/stringid [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/system [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/tailfile [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/tarsum [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/truncindex [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/urlutil [2022-04-07T18:16:45.420Z] github.com/docker/docker/pkg/useragent [2022-04-07T18:16:45.420Z] github.com/docker/docker/plugin [2022-04-07T18:16:45.420Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T18:16:45.420Z] github.com/docker/docker/plugin/v2 [2022-04-07T18:16:45.420Z] github.com/docker/docker/profiles/apparmor [2022-04-07T18:16:45.420Z] github.com/docker/docker/profiles/seccomp [2022-04-07T18:16:45.420Z] github.com/docker/docker/quota [2022-04-07T18:16:45.420Z] github.com/docker/docker/reference [2022-04-07T18:16:45.420Z] github.com/docker/docker/registry [2022-04-07T18:16:45.420Z] github.com/docker/docker/registry/resumable [2022-04-07T18:16:45.420Z] github.com/docker/docker/restartmanager [2022-04-07T18:16:45.420Z] github.com/docker/docker/rootless [2022-04-07T18:16:45.420Z] github.com/docker/docker/rootless/specconv [2022-04-07T18:16:45.420Z] github.com/docker/docker/runconfig [2022-04-07T18:16:45.420Z] github.com/docker/docker/runconfig/opts [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/daemon [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/environment [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/fakegit [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/registry [2022-04-07T18:16:45.420Z] github.com/docker/docker/testutil/request [2022-04-07T18:16:45.420Z] github.com/docker/docker/volume [2022-04-07T18:16:45.420Z] github.com/docker/docker/volume/drivers [2022-04-07T18:16:45.420Z] github.com/docker/docker/volume/local [2022-04-07T18:16:45.420Z] github.com/docker/docker/volume/mounts [2022-04-07T18:16:45.420Z] github.com/docker/docker/volume/service [2022-04-07T18:16:45.420Z] github.com/docker/docker/volume/service/opts [2022-04-07T18:16:45.420Z] github.com/docker/docker/volume/testutils' [2022-04-07T18:16:45.420Z] ++ echo 'github.com/docker/docker/api [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/backend/build [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/httputils [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/middleware [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/build [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/container [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/debug [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/image [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/network [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/session [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/system [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/server/router/volume [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/backend [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/container [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/events [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/filters [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/image [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/mount [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/network [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/registry [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/strslice [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/swarm [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/time [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/versions [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T18:16:45.420Z] github.com/docker/docker/api/types/volume [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/dockerfile [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/remotecontext [2022-04-07T18:16:45.420Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T18:16:45.420Z] github.com/docker/docker/cli [2022-04-07T18:16:45.420Z] github.com/docker/docker/cli/config [2022-04-07T18:16:45.420Z] github.com/docker/docker/cli/debug [2022-04-07T18:16:45.420Z] github.com/docker/docker/client [2022-04-07T18:16:45.420Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T18:16:45.420Z] github.com/docker/docker/cmd/dockerd [2022-04-07T18:16:45.420Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T18:16:45.420Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T18:16:45.420Z] github.com/docker/docker/container [2022-04-07T18:16:45.420Z] github.com/docker/docker/container/stream [2022-04-07T18:16:45.420Z] github.com/docker/docker/contrib/apparmor [2022-04-07T18:16:45.420Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T18:16:45.420Z] github.com/docker/docker/contrib/httpserver [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/config [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/events [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/exec [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/images [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/initlayer [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/links [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/listeners [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/local [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/names [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/network [2022-04-07T18:16:45.420Z] github.com/docker/docker/daemon/stats [2022-04-07T18:16:45.420Z] github.com/docker/docker/distribution [2022-04-07T18:16:45.420Z] github.com/docker/docker/distribution/metadata [2022-04-07T18:16:45.420Z] github.com/docker/docker/distribution/utils [2022-04-07T18:16:45.420Z] github.com/docker/docker/distribution/xfer [2022-04-07T18:16:45.420Z] github.com/docker/docker/dockerversion [2022-04-07T18:16:45.420Z] github.com/docker/docker/errdefs [2022-04-07T18:16:45.420Z] github.com/docker/docker/image [2022-04-07T18:16:45.420Z] github.com/docker/docker/image/cache [2022-04-07T18:16:45.420Z] github.com/docker/docker/image/tarexport [2022-04-07T18:16:45.420Z] github.com/docker/docker/image/v1 [2022-04-07T18:16:45.420Z] github.com/docker/docker/internal/test/suite [2022-04-07T18:16:45.420Z] github.com/docker/docker/layer [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T18:16:45.420Z] github.com/docker/docker/libcontainerd/types [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/config [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/idm [2022-04-07T18:16:45.420Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ns [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/options [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/osl [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/types [2022-04-07T18:16:45.421Z] github.com/docker/docker/oci [2022-04-07T18:16:45.421Z] github.com/docker/docker/oci/caps [2022-04-07T18:16:45.421Z] github.com/docker/docker/opts [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/aaparser [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/archive [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/authorization [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/capabilities [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/containerfs [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/directory [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/dmesg [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/filenotify [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/fileutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/fsutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/homedir [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/idtools [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/ioutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/longpath [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/loopback [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/parsers [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/pidfile [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/platform [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/plugins [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/pools [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/progress [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/pubsub [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/reexec [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/signal [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/stack [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/stringid [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/system [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/tailfile [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/tarsum [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/truncindex [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/urlutil [2022-04-07T18:16:45.421Z] github.com/docker/docker/pkg/useragent [2022-04-07T18:16:45.421Z] github.com/docker/docker/plugin [2022-04-07T18:16:45.421Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T18:16:45.421Z] github.com/docker/docker/plugin/v2 [2022-04-07T18:16:45.421Z] github.com/docker/docker/profiles/apparmor [2022-04-07T18:16:45.421Z] github.com/docker/docker/profiles/seccomp [2022-04-07T18:16:45.421Z] github.com/docker/docker/quota [2022-04-07T18:16:45.421Z] github.com/docker/docker/reference [2022-04-07T18:16:45.421Z] github.com/docker/docker/registry [2022-04-07T18:16:45.421Z] github.com/docker/docker/registry/resumable [2022-04-07T18:16:45.421Z] github.com/docker/docker/restartmanager [2022-04-07T18:16:45.421Z] github.com/docker/docker/rootless [2022-04-07T18:16:45.421Z] github.com/docker/docker/rootless/specconv [2022-04-07T18:16:45.421Z] github.com/docker/docker/runconfig [2022-04-07T18:16:45.421Z] github.com/docker/docker/runconfig/opts [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/daemon [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/environment [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/fakegit [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/registry [2022-04-07T18:16:45.421Z] github.com/docker/docker/testutil/request [2022-04-07T18:16:45.421Z] github.com/docker/docker/volume [2022-04-07T18:16:45.421Z] github.com/docker/docker/volume/drivers [2022-04-07T18:16:45.421Z] github.com/docker/docker/volume/local [2022-04-07T18:16:45.421Z] github.com/docker/docker/volume/mounts [2022-04-07T18:16:45.421Z] github.com/docker/docker/volume/service [2022-04-07T18:16:45.421Z] github.com/docker/docker/volume/service/opts [2022-04-07T18:16:45.421Z] github.com/docker/docker/volume/testutils' [2022-04-07T18:16:45.421Z] ++ grep --fixed-strings /libnetwork [2022-04-07T18:16:45.421Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/config [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/idm [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ns [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/options [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/osl [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/types' [2022-04-07T18:16:45.421Z] + echo 'github.com/docker/docker/libnetwork [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/config [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/idm [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/ns [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/options [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/osl [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/types' [2022-04-07T18:16:45.421Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T18:16:45.421Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T18:16:45.421Z] + type docker-proxy [2022-04-07T18:16:45.421Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-04-07T18:16:45.421Z] + hack/make.sh binary-proxy install-proxy [2022-04-07T18:16:45.421Z] [2022-04-07T18:16:45.457Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-07T18:16:45.457Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-07T18:16:45.457Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-07T18:16:45.457Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-07T18:16:45.457Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-07T18:16:45.682Z] Removing bundles/ [2022-04-07T18:16:45.682Z] [2022-04-07T18:16:45.682Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-04-07T18:16:45.682Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-04-07T18:16:45.682Z] GOOS="" GOARCH="" GOARM="" [2022-04-07T18:16:46.786Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-04-07T18:16:47.727Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-04-07T18:16:47.727Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-04-07T18:16:47.988Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-04-07T18:16:47.988Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-04-07T18:16:47.988Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-04-07T18:16:47.988Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-04-07T18:16:47.988Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-04-07T18:16:49.373Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-04-07T18:16:49.944Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-04-07T18:16:50.205Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-04-07T18:16:50.775Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-04-07T18:16:51.350Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-07T18:16:51.350Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-07T18:16:51.350Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-07T18:16:51.350Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-07T18:16:51.350Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-07T18:16:51.350Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-07T18:16:51.350Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-07T18:16:51.350Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-07T18:16:52.161Z] === RUN TestDockerSuite/TestUpdateStats [2022-04-07T18:16:52.161Z] docker_cli_swarm_test.go:1895: [d0b9d08af0437] joining swarm manager [d279a8b917e79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:16:53.557Z] docker_cli_swarm_test.go:1896: [d182a35d2d9e8] joining swarm manager [d279a8b917e79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:16:53.827Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-04-07T18:16:53.827Z] [2022-04-07T18:16:53.827Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-04-07T18:16:53.827Z] Installing docker-proxy to /usr/local/bin/ [2022-04-07T18:16:53.827Z] [2022-04-07T18:16:53.827Z] + mkdir -p bundles [2022-04-07T18:16:53.827Z] + '[' -n 'github.com/docker/docker/api [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/backend/build [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/httpstatus [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/httputils [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/middleware [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/build [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/container [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/debug [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/distribution [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/grpc [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/image [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/network [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/plugin [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/session [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/swarm [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/system [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/server/router/volume [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/types [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/types/backend [2022-04-07T18:16:53.827Z] github.com/docker/docker/api/types/blkiodev [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/container [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/events [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/filters [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/image [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/mount [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/network [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/registry [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/strslice [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/swarm [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/time [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/versions [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-07T18:16:53.828Z] github.com/docker/docker/api/types/volume [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/builder-next [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/builder-next/worker [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/dockerfile [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/remotecontext [2022-04-07T18:16:53.828Z] github.com/docker/docker/builder/remotecontext/git [2022-04-07T18:16:53.828Z] github.com/docker/docker/cli [2022-04-07T18:16:53.828Z] github.com/docker/docker/cli/config [2022-04-07T18:16:53.828Z] github.com/docker/docker/cli/debug [2022-04-07T18:16:53.828Z] github.com/docker/docker/client [2022-04-07T18:16:53.828Z] github.com/docker/docker/cmd/docker-proxy [2022-04-07T18:16:53.828Z] github.com/docker/docker/cmd/dockerd [2022-04-07T18:16:53.828Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-07T18:16:53.828Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-07T18:16:53.828Z] github.com/docker/docker/container [2022-04-07T18:16:53.828Z] github.com/docker/docker/container/stream [2022-04-07T18:16:53.828Z] github.com/docker/docker/contrib/apparmor [2022-04-07T18:16:53.828Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-07T18:16:53.828Z] github.com/docker/docker/contrib/httpserver [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/cluster [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/cluster/convert [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/cluster/executor [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/cluster/provider [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/config [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/events [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/events/testutils [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/exec [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/images [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/initlayer [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/links [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/listeners [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/gelf [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/journald [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/local [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/logentries [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/splunk [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/syslog [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/logger/templates [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/names [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/network [2022-04-07T18:16:53.828Z] github.com/docker/docker/daemon/stats [2022-04-07T18:16:53.828Z] github.com/docker/docker/distribution [2022-04-07T18:16:53.828Z] github.com/docker/docker/distribution/metadata [2022-04-07T18:16:53.828Z] github.com/docker/docker/distribution/utils [2022-04-07T18:16:53.828Z] github.com/docker/docker/distribution/xfer [2022-04-07T18:16:53.828Z] github.com/docker/docker/dockerversion [2022-04-07T18:16:53.828Z] github.com/docker/docker/errdefs [2022-04-07T18:16:53.828Z] github.com/docker/docker/image [2022-04-07T18:16:53.828Z] github.com/docker/docker/image/cache [2022-04-07T18:16:53.828Z] github.com/docker/docker/image/tarexport [2022-04-07T18:16:53.828Z] github.com/docker/docker/image/v1 [2022-04-07T18:16:53.828Z] github.com/docker/docker/internal/test/suite [2022-04-07T18:16:53.828Z] github.com/docker/docker/layer [2022-04-07T18:16:53.828Z] github.com/docker/docker/libcontainerd [2022-04-07T18:16:53.828Z] github.com/docker/docker/libcontainerd/queue [2022-04-07T18:16:53.828Z] github.com/docker/docker/libcontainerd/remote [2022-04-07T18:16:53.828Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-07T18:16:53.828Z] github.com/docker/docker/libcontainerd/types [2022-04-07T18:16:53.828Z] github.com/docker/docker/oci [2022-04-07T18:16:53.828Z] github.com/docker/docker/oci/caps [2022-04-07T18:16:53.828Z] github.com/docker/docker/opts [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/aaparser [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/archive [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/authorization [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/broadcaster [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/capabilities [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/chrootarchive [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/containerfs [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/devicemapper [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/directory [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/dmesg [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/filenotify [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/fileutils [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/fsutils [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/homedir [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/idtools [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/ioutils [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/jsonmessage [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/longpath [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/loopback [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/namesgenerator [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/parsers [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/pidfile [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/platform [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/plugingetter [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/plugins [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/plugins/transport [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/pools [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/progress [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/pubsub [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/reexec [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/signal [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/stack [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/stdcopy [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/streamformatter [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/stringid [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/sysinfo [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/system [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/tailfile [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/tarsum [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/truncindex [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/urlutil [2022-04-07T18:16:53.828Z] github.com/docker/docker/pkg/useragent [2022-04-07T18:16:53.828Z] github.com/docker/docker/plugin [2022-04-07T18:16:53.828Z] github.com/docker/docker/plugin/executor/containerd [2022-04-07T18:16:53.828Z] github.com/docker/docker/plugin/v2 [2022-04-07T18:16:53.828Z] github.com/docker/docker/profiles/apparmor [2022-04-07T18:16:53.828Z] github.com/docker/docker/profiles/seccomp [2022-04-07T18:16:53.828Z] github.com/docker/docker/quota [2022-04-07T18:16:53.828Z] github.com/docker/docker/reference [2022-04-07T18:16:53.828Z] github.com/docker/docker/registry [2022-04-07T18:16:53.828Z] github.com/docker/docker/registry/resumable [2022-04-07T18:16:53.828Z] github.com/docker/docker/restartmanager [2022-04-07T18:16:53.828Z] github.com/docker/docker/rootless [2022-04-07T18:16:53.828Z] github.com/docker/docker/rootless/specconv [2022-04-07T18:16:53.828Z] github.com/docker/docker/runconfig [2022-04-07T18:16:53.828Z] github.com/docker/docker/runconfig/opts [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/daemon [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/environment [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/fakecontext [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/fakegit [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/fakestorage [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/fixtures/load [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/registry [2022-04-07T18:16:53.828Z] github.com/docker/docker/testutil/request [2022-04-07T18:16:53.828Z] github.com/docker/docker/volume [2022-04-07T18:16:53.828Z] github.com/docker/docker/volume/drivers [2022-04-07T18:16:53.828Z] github.com/docker/docker/volume/local [2022-04-07T18:16:53.828Z] github.com/docker/docker/volume/mounts [2022-04-07T18:16:53.828Z] github.com/docker/docker/volume/service [2022-04-07T18:16:53.828Z] github.com/docker/docker/volume/service/opts [2022-04-07T18:16:53.828Z] github.com/docker/docker/volume/testutils' ']' [2022-04-07T18:16:53.828Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-07T18:16:54.090Z] ? github.com/docker/docker/api [no test files] [2022-04-07T18:16:56.100Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-04-07T18:16:56.674Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-04-07T18:16:56.674Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-04-07T18:16:56.674Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-04-07T18:16:57.245Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-04-07T18:16:57.816Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-07T18:17:00.362Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-04-07T18:17:02.271Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-04-07T18:17:04.183Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-04-07T18:17:04.790Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-07T18:17:05.253Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-07T18:17:05.716Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-07T18:17:06.097Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-07T18:17:08.008Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-07T18:17:09.923Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-04-07T18:17:10.434Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-07T18:17:10.434Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-07T18:17:10.434Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-07T18:17:10.434Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-07T18:17:10.434Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-07T18:17:10.434Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-07T18:17:10.434Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-07T18:17:10.864Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-04-07T18:17:10.896Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-07T18:17:10.896Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-07T18:17:10.896Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-07T18:17:12.248Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-04-07T18:17:12.294Z] ok github.com/docker/docker/api/server 0.015s coverage: 7.9% of statements [2022-04-07T18:17:12.971Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-07T18:17:13.631Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-04-07T18:17:13.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-07T18:17:13.963Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-07T18:17:14.573Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-04-07T18:17:14.956Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-07T18:17:14.956Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:17:14.956Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-07T18:17:15.515Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-07T18:17:16.004Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-07T18:17:16.004Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-07T18:17:16.004Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-07T18:17:16.004Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-07T18:17:16.004Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-07T18:17:16.004Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-07T18:17:16.004Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-07T18:17:16.532Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-07T18:17:16.532Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-07T18:17:16.532Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-07T18:17:16.899Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-04-07T18:17:17.473Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-04-07T18:17:18.424Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-04-07T18:17:18.933Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-07T18:17:20.336Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-04-07T18:17:20.336Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-04-07T18:17:20.351Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-07T18:17:20.822Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-07T18:17:20.822Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-07T18:17:20.822Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-07T18:17:20.822Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-07T18:17:20.822Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-07T18:17:21.721Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-04-07T18:17:22.396Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-07T18:17:23.388Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-07T18:17:23.632Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-07T18:17:23.859Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-07T18:17:24.330Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-07T18:17:24.802Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-07T18:17:29.309Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-07T18:17:29.577Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-07T18:17:31.804Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-07T18:17:31.804Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-07T18:17:31.804Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-07T18:17:32.043Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-07T18:17:32.043Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-07T18:17:32.043Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-07T18:17:32.234Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-07T18:17:32.275Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-07T18:17:32.275Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-07T18:17:32.275Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-07T18:17:32.505Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-07T18:17:32.747Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-07T18:17:33.209Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-07T18:17:33.210Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-07T18:17:33.210Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-07T18:17:34.977Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-07T18:17:35.448Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-07T18:17:35.854Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-04-07T18:17:35.919Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-07T18:17:35.919Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-07T18:17:35.919Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-07T18:17:36.133Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-07T18:17:36.912Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-07T18:17:37.236Z] docker_cli_swarm_test.go:1796: [d67e7fd174def] joining swarm manager [def9c53533c8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:17:37.383Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-07T18:17:37.384Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-07T18:17:37.384Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-07T18:17:37.384Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-07T18:17:37.384Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-07T18:17:37.685Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-07T18:17:38.618Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-07T18:17:38.618Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-07T18:17:38.618Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-07T18:17:38.879Z] docker_cli_swarm_test.go:1797: [d38edc866ee99] joining swarm manager [def9c53533c8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:17:39.140Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-07T18:17:39.140Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-07T18:17:39.140Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-07T18:17:39.140Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-07T18:17:39.711Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-07T18:17:39.711Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-07T18:17:40.282Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-07T18:17:40.282Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-07T18:17:40.542Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-07T18:17:40.542Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-07T18:17:40.542Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-07T18:17:41.927Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-07T18:17:41.927Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-07T18:17:42.159Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-07T18:17:42.187Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-07T18:17:42.188Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-07T18:17:42.188Z] === RUN TestDockerSuite/TestVolumeEvents [2022-04-07T18:17:48.180Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-07T18:17:48.180Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-07T18:17:48.180Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-07T18:17:48.180Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-07T18:17:48.180Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-07T18:17:48.180Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-07T18:17:48.180Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-07T18:17:48.180Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-07T18:17:48.180Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-07T18:17:48.180Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-07T18:17:48.767Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-07T18:17:49.027Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-07T18:17:49.027Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-07T18:17:49.027Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-07T18:17:50.337Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-07T18:17:50.337Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-07T18:17:50.337Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-07T18:17:50.412Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-04-07T18:17:50.983Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-07T18:17:54.098Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-07T18:17:54.304Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-07T18:17:54.304Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite (1319.48s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.59s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.09s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.53s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.13s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.42s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.02s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.08s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.80s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.98s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.21s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.09s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.75s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.67s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.65s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.64s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.77s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.62s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAttachDetach (1.06s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.83s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.82s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.82s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.74s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.12s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.38s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.69s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.66s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.02s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.53s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.51s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.66s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.36s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.16s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.75s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.02s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.63s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.99s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.24s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.25s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (0.94s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.62s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.21s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.82s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.18s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.65s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.05s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.16s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.84s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.15s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.29s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.64s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.19s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.76s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.14s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.28s) [2022-04-07T18:17:54.304Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.68s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.27s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.48s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.82s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.68s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.99s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.58s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.72s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.98s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.75s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.51s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.16s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.93s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.85s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.26s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.23s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.19s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.76s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.87s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.05s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.44s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.76s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.84s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.56s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.94s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.70s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.51s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCmd (0.30s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.26s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.22s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.05s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.15s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.67s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.92s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.20s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.82s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.66s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.40s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.90s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.67s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.42s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.61s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.13s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.24s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.17s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.05s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.49s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.39s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.33s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.80s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.51s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.25s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.65s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.35s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.19s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.03s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.52s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.46s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.31s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.69s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.13s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.33s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.48s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.29s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.05s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.21s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.27s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.08s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.66s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.43s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.77s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.18s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.60s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.56s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.64s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.78s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnv (1.24s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.27s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.88s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.91s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.53s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.97s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.46s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.75s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.53s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.60s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.75s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.37s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.38s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildExpose (0.53s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.78s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.95s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.41s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFails (1.01s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.76s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.07s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.45s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.33s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.42s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.31s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.69s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.13s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.32s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.40s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildHistory (3.52s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.32s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.50s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.46s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.32s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.61s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLabel (0.29s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.30s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.20s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLabels (0.33s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.73s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.51s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.44s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.88s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.16s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.21s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.19s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.15s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.44s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.44s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.12s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.77s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.38s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.26s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.53s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.83s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.54s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.36s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.51s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.25s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.68s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.46s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.01s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.76s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.05s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.23s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.24s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.42s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.41s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.42s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.13s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.56s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.10s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.10s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.39s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.64s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildPATH (2.29s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.66s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.73s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.06s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.18s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.62s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildRm (2.14s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.75s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.19s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.40s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.79s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.78s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.86s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.19s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.25s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildStderr (0.65s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.05s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.38s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.34s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.31s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.85s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.04s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildUser (1.60s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.26s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.53s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.59s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.59s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.60s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.92s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.27s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.66s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.73s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.91s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.28s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.40s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.85s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.48s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.84s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.80s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-04-07T18:17:54.305Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.56s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.72s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitChange (1.08s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.86s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.67s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.06s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.64s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitTTY (1.22s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.75s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.34s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.98s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.04s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.25s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.04s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.32s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.19s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.64s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.69s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.45s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.56s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.48s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.63s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.59s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.67s) [2022-04-07T18:17:54.305Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.50s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.35s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.59s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.58s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.52s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.58s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.50s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.53s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.62s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.91s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.60s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.30s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.95s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.59s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.40s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.52s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.73s) [2022-04-07T18:17:54.306Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.70s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.65s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.78s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.32s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.58s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.46s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.53s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.44s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.70s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.43s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.38s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.58s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000d58a68_} (0.70s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13472247628_/foo_false____} (1.50s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13472247628_/foo_true____} (1.55s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33604855080_/foo_false____} (1.34s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33604855080_/foo_true____} (1.46s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33604855080_/foo_true__0xc000d58a98__} (1.34s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000d58ab0_} (1.32s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000d58ac8_} (1.31s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000d58ae0_} (1.32s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000d58af8_} (1.34s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.26s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.90s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.40s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.46s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.11s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.49s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.48s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.50s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.68s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.52s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.49s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.56s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.62s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.75s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.79s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.73s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.68s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.86s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.79s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.12s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.64s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.86s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.67s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.71s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.64s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.82s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.41s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.58s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.32s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.73s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.39s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.73s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.36s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.86s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.46s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.75s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.56s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToDot (0.51s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.86s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.93s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToStdout (0.79s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.07s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.37s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.59s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.93s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.37s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.57s) [2022-04-07T18:17:54.306Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.50s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.43s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.14s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateRM (0.16s) [2022-04-07T18:17:54.306Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.26s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.60s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.90s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.53s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.09s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.62s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.26s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.63s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.65s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.57s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.57s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.89s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.55s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.58s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.05s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.05s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.26s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.75s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.26s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.56s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.74s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsAttach (0.85s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsCommit (0.83s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.73s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.87s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.55s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.03s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.21s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.02s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsCopy (0.91s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.22s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.42s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.32s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.08s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.78s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.26s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFilters (0.91s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFormat (1.06s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.64s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.70s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2022-04-07T18:17:54.306Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-04-07T18:17:54.306Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.06s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.57s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsRename (0.64s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsResize (0.54s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.46s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.66s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.48s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.69s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsTop (0.64s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsUntag (2.58s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.74s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExec (0.56s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.59s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.56s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.08s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.53s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.55s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.52s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.22s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecCgroup (0.98s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecEnv (1.10s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.27s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.51s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecInspectID (1.77s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecInteractive (0.57s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.77s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.66s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecParseError (0.48s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.53s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.46s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.94s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.63s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.77s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecTTY (0.60s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.69s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.72s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecUlimits (0.56s) [2022-04-07T18:17:54.306Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.24s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.58s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.74s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.56s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestExecWithUser (0.65s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.66s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.50s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.67s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.46s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestHealth (19.07s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-04-07T18:17:54.306Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.60s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.54s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.18s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.61s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.55s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.56s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImportDisplay (1.26s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImportFile (1.07s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.11s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImportGzipped (1.10s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.10s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.52s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.46s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.51s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.49s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.46s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.07s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.43s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2022-04-07T18:17:54.307Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.47s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectDefault (0.47s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectHistory (0.57s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2022-04-07T18:17:54.307Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.42s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.44s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.04s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.55s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectStatus (0.60s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.95s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.58s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.57s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.59s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.78s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.65s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.12s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.08s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.23s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.31s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.57s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.99s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.86s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.37s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.05s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.52s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.29s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.63s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.97s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.54s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.05s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.85s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.76s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.55s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.45s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.45s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.59s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.86s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.94s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.90s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.11s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.86s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.24s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.49s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.44s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsSince (6.50s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsTail (0.90s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.68s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.46s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.28s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestNetHostname (1.74s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.25s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.14s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.59s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.53s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPluginActive (2.03s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.56s) [2022-04-07T18:17:54.307Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.25s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.82s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.88s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.52s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.93s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.45s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.03s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.10s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPortList (7.43s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.89s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.36s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.45s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.87s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.91s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.87s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsByOrder (1.84s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.62s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.62s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.21s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.16s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.56s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.51s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.00s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.60s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.34s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.11s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.87s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.54s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.96s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.55s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.84s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.57s) [2022-04-07T18:17:54.307Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.24s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.61s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.00s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.67s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.78s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.68s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.82s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.52s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.99s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.90s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.96s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.07s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.34s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.09s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.75s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.42s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.73s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiTag (0.16s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.67s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.29s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.51s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.58s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.91s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAddHost (0.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.25s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.47s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.46s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.08s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.55s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.73s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.84s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.92s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.63s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.58s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.50s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.69s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.78s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.62s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.68s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.38s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.44s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.49s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.45s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.59s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.58s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.73s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.78s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.51s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.48s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.47s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.43s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.94s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.90s) [2022-04-07T18:17:54.307Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.93s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.42s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.44s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.46s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.02s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.11s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.59s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.99s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.50s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.58s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.71s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.46s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.18s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.15s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.47s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.52s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.14s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.45s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.49s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.14s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.09s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.62s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.46s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.51s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.82s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.10s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.56s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.50s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.61s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.47s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunExitCode (0.47s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.50s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.48s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.48s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.49s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.68s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.42s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.23s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.62s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.77s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.33s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.71s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.12s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.58s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.25s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.50s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.07s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.46s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.31s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.32s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.70s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.97s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.73s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.93s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.89s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunMount (4.08s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.91s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.35s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.12s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.39s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.43s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.99s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.07s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.58s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNetHost (0.78s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.53s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.55s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.85s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.65s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.81s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.41s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.56s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.43s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.49s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.66s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.75s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.49s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.62s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.02s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.64s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.46s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.43s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.41s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.48s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.41s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.86s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.34s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.30s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunRm (0.72s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.62s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.70s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.54s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.76s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.73s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.67s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.72s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.48s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.60s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.58s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.61s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.49s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.59s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.58s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.69s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunState (1.42s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.59s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.48s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.44s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunSysctls (1.05s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.57s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.86s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.56s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.23s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.57s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.93s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.43s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.47s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.28s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.92s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUserByID (0.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.46s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUserByName (0.44s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.43s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.47s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.62s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.65s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.76s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.95s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.05s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.86s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.90s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.48s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.80s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.66s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.97s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.66s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.68s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.47s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.51s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.78s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.48s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.68s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.05s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.58s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.99s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.49s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.33s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.26s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.42s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.38s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.65s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.65s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.75s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.11s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.31s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.07s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.11s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.43s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.47s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.12s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.69s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.94s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.65s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.64s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.89s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.47s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.63s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.88s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.70s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.63s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.64s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStartRecordError (1.06s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.46s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.15s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.50s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.08s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.52s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.59s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.52s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.52s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.22s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.02s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.73s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.50s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-04-07T18:17:54.308Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-04-07T18:17:54.308Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.07s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.89s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.68s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.29s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUpdateStats (3.65s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.89s) [2022-04-07T18:17:54.309Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.56s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.22s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.24s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.01s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.52s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.14s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.73s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.57s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.37s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.91s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.93s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.36s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.78s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.63s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.57s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.58s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.62s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.52s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.58s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.44s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.40s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.37s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.79s) [2022-04-07T18:17:54.309Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.90s) [2022-04-07T18:17:54.309Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-04-07T18:17:54.309Z] === RUN TestDockerRegistrySuite [2022-04-07T18:17:54.309Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-07T18:17:54.880Z] check_test.go:195: [df434cfcc6526] daemon is not started [2022-04-07T18:17:54.880Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-07T18:17:55.820Z] check_test.go:195: [dd6005945b363] daemon is not started [2022-04-07T18:17:55.820Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-07T18:17:57.021Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-07T18:17:57.204Z] check_test.go:195: [d87fc1ce123b7] daemon is not started [2022-04-07T18:17:57.204Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-07T18:17:57.465Z] check_test.go:195: [d38eb2fb3ec84] daemon is not started [2022-04-07T18:17:57.465Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-07T18:17:58.407Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-04-07T18:17:59.947Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-07T18:18:00.953Z] check_test.go:195: [d42f9417e2afe] daemon is not started [2022-04-07T18:18:00.953Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-07T18:18:00.953Z] docker_cli_swarm_test.go:1315: [d89c3502da27f] joining swarm manager [d4f142a62dd6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:18:01.894Z] docker_cli_swarm_test.go:1316: [d879ddb5baf72] joining swarm manager [d4f142a62dd6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:18:06.093Z] check_test.go:195: [d07e4ead09e68] daemon is not started [2022-04-07T18:18:06.093Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-07T18:18:09.392Z] check_test.go:195: [ddf79906de70f] daemon is not started [2022-04-07T18:18:09.392Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-07T18:18:09.963Z] check_test.go:195: [d81b7ba420b05] daemon is not started [2022-04-07T18:18:09.963Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-07T18:18:10.904Z] check_test.go:195: [d96ec874fa39d] daemon is not started [2022-04-07T18:18:10.904Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-07T18:18:11.846Z] check_test.go:195: [d83c6651c1558] daemon is not started [2022-04-07T18:18:11.846Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-07T18:18:12.324Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-07T18:18:12.324Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-07T18:18:12.324Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-07T18:18:12.789Z] check_test.go:195: [dea21818186ca] daemon is not started [2022-04-07T18:18:12.789Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-07T18:18:13.730Z] check_test.go:195: [dcc37f905f60f] daemon is not started [2022-04-07T18:18:13.730Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-07T18:18:14.557Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-07T18:18:14.557Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-07T18:18:14.557Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-07T18:18:14.557Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-07T18:18:14.671Z] check_test.go:195: [d139c2113d5c1] daemon is not started [2022-04-07T18:18:14.671Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-07T18:18:15.028Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-07T18:18:15.028Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-07T18:18:15.028Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-07T18:18:15.500Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-07T18:18:15.500Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-07T18:18:15.500Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-07T18:18:15.613Z] check_test.go:195: [d03d0c52c3a34] daemon is not started [2022-04-07T18:18:15.613Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-07T18:18:16.555Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:286565805ec652e6b99a97f0a306ba7ec1766d8e8831c052843b9ddfd601d236 [2022-04-07T18:18:17.509Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:510b813b6a18f23c925932374b6293efa769dff666b83536746eb7be9dff6951 [2022-04-07T18:18:17.773Z] check_test.go:195: [d69643ce7703d] daemon is not started [2022-04-07T18:18:17.773Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-07T18:18:18.718Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d79eb148fe203a3bc215c3d7cd28e78867dfdc8d3e077cd87e8b6f0caf45c579 [2022-04-07T18:18:19.289Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fdbae96385130a632a13d52bc87da9d57de9c684332830e5eac64e0b2a687f66 [2022-04-07T18:18:19.549Z] check_test.go:195: [d5f585d190824] daemon is not started [2022-04-07T18:18:19.549Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-07T18:18:20.489Z] check_test.go:195: [d3f65c11c499f] daemon is not started [2022-04-07T18:18:20.489Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-07T18:18:22.402Z] check_test.go:195: [d92e48f0ed2b6] daemon is not started [2022-04-07T18:18:22.663Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-07T18:18:23.604Z] check_test.go:195: [d4a4c0aded035] daemon is not started [2022-04-07T18:18:23.604Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-07T18:18:23.604Z] check_test.go:195: [dc625cbd3e01b] daemon is not started [2022-04-07T18:18:23.604Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-07T18:18:23.932Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-07T18:18:23.932Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-07T18:18:23.932Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-07T18:18:23.932Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-07T18:18:23.932Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-07T18:18:24.552Z] check_test.go:195: [d69966f9134be] daemon is not started [2022-04-07T18:18:24.552Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-07T18:18:25.493Z] check_test.go:195: [d6dcb8608bdd4] daemon is not started [2022-04-07T18:18:25.493Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-07T18:18:26.435Z] check_test.go:195: [d92b2bf8be8da] daemon is not started [2022-04-07T18:18:26.435Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-07T18:18:28.979Z] check_test.go:195: [d97a2a1d14eb0] daemon is not started [2022-04-07T18:18:28.979Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-07T18:18:28.979Z] check_test.go:195: [d435ca41b9832] daemon is not started [2022-04-07T18:18:28.979Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-07T18:18:29.921Z] check_test.go:195: [dc3692005b203] daemon is not started [2022-04-07T18:18:29.921Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-07T18:18:30.492Z] check_test.go:195: [d1df2170d146d] daemon is not started [2022-04-07T18:18:30.492Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-07T18:18:30.492Z] check_test.go:195: [de8eb887666b9] daemon is not started [2022-04-07T18:18:30.492Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-07T18:18:30.753Z] check_test.go:195: [d46f41ad95c13] daemon is not started [2022-04-07T18:18:30.753Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-07T18:18:31.014Z] check_test.go:195: [d000c128b10e7] daemon is not started [2022-04-07T18:18:31.014Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-07T18:18:31.274Z] check_test.go:195: [df81a50f6fd00] daemon is not started [2022-04-07T18:18:31.274Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-07T18:18:31.535Z] check_test.go:195: [d0dfac96d9e70] daemon is not started [2022-04-07T18:18:31.535Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-07T18:18:32.921Z] check_test.go:195: [dba61b768a411] daemon is not started [2022-04-07T18:18:32.921Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-07T18:18:34.303Z] check_test.go:195: [d45b7d9da14eb] daemon is not started [2022-04-07T18:18:34.303Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-07T18:18:34.874Z] check_test.go:195: [ded0ce5f98dea] daemon is not started [2022-04-07T18:18:34.874Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-07T18:18:35.815Z] check_test.go:195: [dd4bdb2dcfdbb] daemon is not started [2022-04-07T18:18:35.815Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-07T18:18:36.758Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-07T18:18:37.086Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-07T18:18:37.086Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-07T18:18:37.086Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-07T18:18:37.086Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite (43.71s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.16s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.96s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.26s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.18s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.14s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.56s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.78s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.98s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.89s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.01s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.01s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.09s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.85s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.91s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.10s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.86s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.02s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.97s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.29s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.01s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.17s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.40s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.83s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.97s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2022-04-07T18:18:37.700Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-04-07T18:18:37.700Z] === RUN TestDockerSchema1RegistrySuite [2022-04-07T18:18:37.700Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-07T18:18:37.700Z] check_test.go:222: [d59d932f88ee2] daemon is not started [2022-04-07T18:18:37.700Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-07T18:18:40.256Z] check_test.go:222: [dca000ad10d3e] daemon is not started [2022-04-07T18:18:40.522Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-07T18:18:42.551Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-07T18:18:45.115Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-07T18:18:45.115Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-07T18:18:45.115Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-07T18:18:45.115Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-07T18:18:45.807Z] check_test.go:222: [d13a97d0874d5] daemon is not started [2022-04-07T18:18:45.807Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-07T18:18:46.068Z] check_test.go:222: [d0d77dae43fa4] daemon is not started [2022-04-07T18:18:46.068Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-07T18:18:46.328Z] check_test.go:222: [d316adcccaab1] daemon is not started [2022-04-07T18:18:46.328Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-07T18:18:47.269Z] check_test.go:222: [d1077b7031cd3] daemon is not started [2022-04-07T18:18:47.269Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-07T18:18:48.211Z] check_test.go:222: [dc612ea728459] daemon is not started [2022-04-07T18:18:48.211Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-07T18:18:48.375Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-07T18:18:48.375Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-07T18:18:48.375Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-07T18:18:48.779Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 16.2% of statements [2022-04-07T18:18:48.779Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-07T18:18:48.779Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/types [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-07T18:18:48.779Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2022-04-07T18:18:48.779Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-07T18:18:48.779Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-07T18:18:48.780Z] ok github.com/docker/docker/api/types/time 0.011s coverage: 100.0% of statements [2022-04-07T18:18:48.780Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/builder [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-07T18:18:48.780Z] ok github.com/docker/docker/builder/remotecontext 0.128s coverage: 13.7% of statements [2022-04-07T18:18:48.780Z] ok github.com/docker/docker/builder/dockerfile 0.528s coverage: 49.3% of statements [2022-04-07T18:18:48.780Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-04-07T18:18:48.780Z] ok github.com/docker/docker/builder/remotecontext/git 1.807s coverage: 86.3% of statements [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/cli [no test files] [2022-04-07T18:18:48.780Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-07T18:18:49.151Z] check_test.go:222: [d7c328bb52d78] daemon is not started [2022-04-07T18:18:49.151Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-07T18:18:49.351Z] ok github.com/docker/docker/cmd/docker-proxy 0.304s coverage: 67.6% of statements [2022-04-07T18:18:49.624Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-07T18:18:49.833Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-07T18:18:49.833Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-07T18:18:50.295Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-07T18:18:50.616Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-07T18:18:51.613Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-07T18:18:51.693Z] check_test.go:222: [d8f5cdc798b24] daemon is not started [2022-04-07T18:18:51.694Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-07T18:18:51.953Z] check_test.go:222: [defd13fae1bb3] daemon is not started [2022-04-07T18:18:51.953Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-07T18:18:52.214Z] check_test.go:222: [d1177eedc4674] daemon is not started [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite (14.71s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.72s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.66s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.05s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.02s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.42s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2022-04-07T18:18:52.214Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2022-04-07T18:18:52.214Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-07T18:18:52.214Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-07T18:18:53.156Z] check_test.go:251: [d7e83fd749ac8] daemon is not started [2022-04-07T18:18:53.156Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-07T18:18:53.557Z] ok github.com/docker/docker/client 0.187s coverage: 75.6% of statements [2022-04-07T18:18:53.727Z] check_test.go:251: [d7279213a78f7] daemon is not started [2022-04-07T18:18:53.727Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-07T18:18:53.727Z] check_test.go:251: [da246be5f13bd] daemon is not started [2022-04-07T18:18:53.727Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-07T18:18:54.053Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-07T18:18:54.920Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-07T18:18:55.110Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-07T18:18:55.681Z] check_test.go:251: [d55e4ae209c4a] daemon is not started [2022-04-07T18:18:55.681Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-07T18:18:55.941Z] check_test.go:251: [dc59228883606] daemon is not started [2022-04-07T18:18:55.941Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-07T18:18:56.881Z] check_test.go:251: [d784a5add71a9] daemon is not started [2022-04-07T18:18:56.881Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-07T18:18:56.881Z] check_test.go:251: [dc54a72ddfb9e] daemon is not started [2022-04-07T18:18:56.881Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.74s) [2022-04-07T18:18:56.881Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.76s) [2022-04-07T18:18:56.881Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.57s) [2022-04-07T18:18:56.881Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-04-07T18:18:56.881Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s) [2022-04-07T18:18:56.881Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-04-07T18:18:56.881Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2022-04-07T18:18:56.881Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.82s) [2022-04-07T18:18:56.881Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-04-07T18:18:56.881Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-07T18:18:56.881Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-07T18:18:57.148Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-07T18:19:00.123Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-07T18:19:02.162Z] check_test.go:278: [de59bd86aa8ce] daemon is not started [2022-04-07T18:19:02.163Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-07T18:19:02.163Z] check_test.go:278: [de6467a05d080] daemon is not started [2022-04-07T18:19:02.422Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-07T18:19:02.422Z] check_test.go:278: [dedf44de1e066] daemon is not started [2022-04-07T18:19:02.422Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-07T18:19:02.661Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-07T18:19:02.683Z] check_test.go:278: [ddd12cb580b9a] daemon is not started [2022-04-07T18:19:02.683Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-07T18:19:02.683Z] check_test.go:278: [d7e72866a28a5] daemon is not started [2022-04-07T18:19:02.683Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2022-04-07T18:19:02.683Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-04-07T18:19:02.683Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2022-04-07T18:19:02.683Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-04-07T18:19:02.683Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-04-07T18:19:02.683Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-04-07T18:19:02.683Z] === RUN TestDockerNetworkSuite [2022-04-07T18:19:02.683Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-04-07T18:19:03.623Z] docker_cli_network_unix_test.go:46: [d4fa629f5d80d] daemon is not started [2022-04-07T18:19:03.884Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-04-07T18:19:04.454Z] docker_cli_network_unix_test.go:46: [dc49ecb0fe397] daemon is not started [2022-04-07T18:19:04.454Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-04-07T18:19:06.998Z] docker_cli_network_unix_test.go:46: [d9706dc96bfe3] daemon is not started [2022-04-07T18:19:07.585Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-04-07T18:19:08.483Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-07T18:19:08.483Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-07T18:19:08.946Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-07T18:19:08.972Z] docker_cli_network_unix_test.go:46: [d777defcbd106] daemon is not started [2022-04-07T18:19:08.972Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-04-07T18:19:08.972Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-04-07T18:19:09.236Z] docker_cli_network_unix_test.go:1233: [dc4c918383900] daemon is not started [2022-04-07T18:19:12.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-04-07T18:19:12.799Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-04-07T18:19:13.370Z] docker_cli_network_unix_test.go:46: [d8d95da8ea410] daemon is not started [2022-04-07T18:19:13.685Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-07T18:19:13.685Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-07T18:19:13.685Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-07T18:19:13.685Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-07T18:19:13.685Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-07T18:19:13.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-04-07T18:19:19.512Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-07T18:19:19.512Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-07T18:19:19.512Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-07T18:19:19.512Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-07T18:19:19.512Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-07T18:19:19.512Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-07T18:19:19.512Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-07T18:19:19.512Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-07T18:19:20.525Z] docker_cli_network_unix_test.go:46: [d85895e5e8f5b] daemon is not started [2022-04-07T18:19:20.525Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-04-07T18:19:20.787Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-04-07T18:19:23.332Z] docker_cli_network_unix_test.go:46: [dd003c8c6cc37] daemon is not started [2022-04-07T18:19:23.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-04-07T18:19:25.287Z] docker_cli_network_unix_test.go:46: [da52f7e027062] daemon is not started [2022-04-07T18:19:25.287Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-04-07T18:19:26.229Z] docker_cli_network_unix_test.go:46: [dff34a8ca8955] daemon is not started [2022-04-07T18:19:26.229Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-04-07T18:19:26.490Z] docker_cli_network_unix_test.go:46: [dde20645f43f6] daemon is not started [2022-04-07T18:19:26.752Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-04-07T18:19:27.013Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-04-07T18:19:27.274Z] docker_cli_network_unix_test.go:46: [dd246b419975b] daemon is not started [2022-04-07T18:19:27.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-04-07T18:19:28.106Z] docker_cli_network_unix_test.go:46: [d9b33b1727aeb] daemon is not started [2022-04-07T18:19:28.676Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-04-07T18:19:28.937Z] docker_cli_network_unix_test.go:46: [dd72c8ae19e1e] daemon is not started [2022-04-07T18:19:28.937Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-04-07T18:19:29.509Z] docker_cli_network_unix_test.go:46: [d0512ea498543] daemon is not started [2022-04-07T18:19:29.509Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-04-07T18:19:29.509Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-04-07T18:19:30.085Z] docker_cli_network_unix_test.go:46: [ddd2365b0419d] daemon is not started [2022-04-07T18:19:30.085Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-04-07T18:19:30.346Z] docker_cli_network_unix_test.go:46: [d2b85bc0d6697] daemon is not started [2022-04-07T18:19:30.346Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-04-07T18:19:30.346Z] docker_cli_network_unix_test.go:46: [daa5032c81ab0] daemon is not started [2022-04-07T18:19:30.346Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-04-07T18:19:30.606Z] docker_cli_network_unix_test.go:46: [dc8466e5ce11e] daemon is not started [2022-04-07T18:19:30.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-04-07T18:19:31.548Z] docker_cli_network_unix_test.go:46: [df7335e82dc87] daemon is not started [2022-04-07T18:19:31.548Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-04-07T18:19:32.488Z] docker_cli_network_unix_test.go:46: [d1e9b2141aca6] daemon is not started [2022-04-07T18:19:33.072Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-04-07T18:19:33.072Z] docker_cli_network_unix_test.go:46: [d113ba122a9d0] daemon is not started [2022-04-07T18:19:33.072Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-04-07T18:19:33.338Z] docker_cli_network_unix_test.go:46: [d0c2015f48efd] daemon is not started [2022-04-07T18:19:33.338Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-04-07T18:19:33.598Z] docker_cli_network_unix_test.go:46: [d6527f8c286c7] daemon is not started [2022-04-07T18:19:33.598Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-04-07T18:19:33.859Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-04-07T18:19:34.800Z] docker_cli_network_unix_test.go:968: [d03f048f500a1] daemon is not started [2022-04-07T18:19:36.187Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-04-07T18:19:37.571Z] docker_cli_network_unix_test.go:46: [dcbefce0a8a14] daemon is not started [2022-04-07T18:19:37.571Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-04-07T18:19:38.511Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-04-07T18:19:39.188Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-07T18:19:39.188Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-07T18:19:39.188Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-07T18:19:40.277Z] ok github.com/docker/docker/cmd/dockerd 0.106s coverage: 28.9% of statements [2022-04-07T18:19:40.278Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-04-07T18:19:40.278Z] ok github.com/docker/docker/cmd/dockerd/trap 2.504s coverage: 0.0% of statements [2022-04-07T18:19:40.278Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-07T18:19:40.278Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-07T18:19:40.278Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-07T18:19:40.278Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-07T18:19:40.278Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-07T18:19:40.423Z] docker_cli_network_unix_test.go:1116: [d46716b7eef2b] daemon is not started [2022-04-07T18:19:42.880Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-07T18:19:42.968Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-04-07T18:19:42.968Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-04-07T18:19:42.968Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-04-07T18:19:43.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-04-07T18:19:44.171Z] docker_cli_network_unix_test.go:46: [d901384120fb1] daemon is not started [2022-04-07T18:19:44.171Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-04-07T18:19:44.485Z] ok github.com/docker/docker/daemon/cluster 0.079s coverage: 0.5% of statements [2022-04-07T18:19:45.555Z] docker_cli_network_unix_test.go:46: [ddd50e52b5606] daemon is not started [2022-04-07T18:19:45.555Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-04-07T18:19:45.555Z] docker_cli_network_unix_test.go:46: [d2987ce42b006] daemon is not started [2022-04-07T18:19:45.555Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-04-07T18:19:45.555Z] docker_cli_network_unix_test.go:46: [d53285a6f676f] daemon is not started [2022-04-07T18:19:45.555Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-04-07T18:19:45.816Z] docker_cli_network_unix_test.go:46: [dcb60526fa7cb] daemon is not started [2022-04-07T18:19:45.816Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-04-07T18:19:45.848Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-07T18:19:45.848Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-07T18:19:45.848Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-07T18:19:45.872Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-04-07T18:19:46.077Z] docker_cli_network_unix_test.go:46: [d495bd2b8a03b] daemon is not started [2022-04-07T18:19:46.077Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-04-07T18:19:46.077Z] docker_cli_network_unix_test.go:46: [d50956f6ae2fb] daemon is not started [2022-04-07T18:19:46.077Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-04-07T18:19:47.261Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-04-07T18:19:48.620Z] docker_cli_network_unix_test.go:46: [d5499d262e2b2] daemon is not started [2022-04-07T18:19:48.881Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-04-07T18:19:49.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-04-07T18:19:49.453Z] docker_cli_network_unix_test.go:46: [db0edb08ef674] daemon is not started [2022-04-07T18:19:49.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-04-07T18:19:49.453Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-04-07T18:19:49.453Z] docker_cli_network_unix_test.go:46: [de59c3acf1ad5] daemon is not started [2022-04-07T18:19:49.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-04-07T18:19:49.713Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-04-07T18:19:49.973Z] docker_cli_network_unix_test.go:46: [d9e6e4a090f40] daemon is not started [2022-04-07T18:19:50.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-04-07T18:19:50.495Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-04-07T18:19:53.046Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-04-07T18:19:53.987Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-04-07T18:19:55.293Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-07T18:19:55.395Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.446s coverage: 13.8% of statements [2022-04-07T18:19:55.395Z] ok github.com/docker/docker/daemon/config 0.030s coverage: 81.0% of statements [2022-04-07T18:19:55.900Z] docker_cli_network_unix_test.go:1084: [d8584cfcb3cfd] daemon is not started [2022-04-07T18:19:55.966Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-04-07T18:19:56.286Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-07T18:19:56.286Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-07T18:19:56.536Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.1% of statements [2022-04-07T18:19:56.760Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-07T18:19:56.760Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:19:57.009Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-07T18:19:57.108Z] ok github.com/docker/docker/daemon 10.144s coverage: 17.0% of statements [2022-04-07T18:19:57.108Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-07T18:19:57.108Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-07T18:19:57.108Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-07T18:19:57.108Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-07T18:19:57.231Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-07T18:19:57.298Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-04-07T18:19:57.558Z] docker_cli_network_unix_test.go:46: [d1dddd8c6f7dc] daemon is not started [2022-04-07T18:19:57.558Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-04-07T18:19:57.818Z] docker_cli_network_unix_test.go:46: [db5e989603a70] daemon is not started [2022-04-07T18:19:58.050Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.784s coverage: 74.8% of statements [2022-04-07T18:19:58.078Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-04-07T18:19:58.224Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-07T18:19:58.224Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-07T18:19:58.224Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-07T18:19:59.436Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.363s coverage: 56.2% of statements [2022-04-07T18:19:59.436Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.010s coverage: 3.0% of statements [2022-04-07T18:19:59.459Z] docker_cli_network_unix_test.go:46: [d9fa864537980] daemon is not started [2022-04-07T18:19:59.719Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-04-07T18:19:59.719Z] docker_cli_network_unix_test.go:46: [da8d7e189c454] daemon is not started [2022-04-07T18:19:59.719Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-04-07T18:20:00.290Z] docker_cli_network_unix_test.go:46: [dfc825026312b] daemon is not started [2022-04-07T18:20:00.550Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-04-07T18:20:00.811Z] docker_cli_network_unix_test.go:46: [d558bf0b1a40d] daemon is not started [2022-04-07T18:20:00.811Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-04-07T18:20:01.367Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-04-07T18:20:01.753Z] docker_cli_network_unix_test.go:46: [d212d2daa68ee] daemon is not started [2022-04-07T18:20:02.012Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-04-07T18:20:02.036Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-07T18:20:02.351Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.173s coverage: 50.0% of statements [2022-04-07T18:20:03.612Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-07T18:20:03.612Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-07T18:20:03.612Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-07T18:20:03.612Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-07T18:20:03.612Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-07T18:20:04.194Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-07T18:20:04.265Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.003s coverage: 46.1% of statements [2022-04-07T18:20:04.265Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-07T18:20:04.606Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-07T18:20:05.264Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.933s coverage: 57.9% of statements [2022-04-07T18:20:05.264Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-04-07T18:20:05.264Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-07T18:20:05.264Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-04-07T18:20:05.599Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-07T18:20:06.071Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-07T18:20:06.207Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.020s coverage: 3.0% of statements [2022-04-07T18:20:06.543Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-07T18:20:07.149Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-04-07T18:20:07.298Z] docker_cli_network_unix_test.go:46: [d25422870c558] daemon is not started [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite (64.34s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.05s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.76s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.87s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.57s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.07s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.82s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.00s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.99s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.44s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.82s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.52s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.02s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.04s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.21s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.43s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.84s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.21s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.95s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.36s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.37s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.80s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.24s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.37s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.26s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.22s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.16s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.20s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.26s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-04-07T18:20:07.298Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.95s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.80s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.33s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.07s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.73s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.51s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.50s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.96s) [2022-04-07T18:20:07.298Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.21s) [2022-04-07T18:20:07.298Z] === RUN TestDockerHubPullSuite [2022-04-07T18:20:07.298Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-04-07T18:20:07.537Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-07T18:20:07.720Z] ok github.com/docker/docker/daemon/images 0.036s coverage: 6.6% of statements [2022-04-07T18:20:07.720Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-07T18:20:07.720Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-07T18:20:08.662Z] ok github.com/docker/docker/daemon/logger 0.221s coverage: 43.0% of statements [2022-04-07T18:20:09.207Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-04-07T18:20:09.603Z] ok github.com/docker/docker/daemon/logger/fluentd 0.007s coverage: 33.6% of statements [2022-04-07T18:20:09.603Z] ok github.com/docker/docker/daemon/logger/awslogs 0.164s coverage: 80.2% of statements [2022-04-07T18:20:09.603Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-07T18:20:10.175Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2022-04-07T18:20:10.436Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-04-07T18:20:10.697Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2022-04-07T18:20:10.958Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.014s coverage: 69.9% of statements [2022-04-07T18:20:11.116Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-04-07T18:20:11.686Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-04-07T18:20:11.901Z] ok github.com/docker/docker/daemon/logger/local 0.036s coverage: 78.7% of statements [2022-04-07T18:20:11.901Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-07T18:20:12.162Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 58.4% of statements [2022-04-07T18:20:12.314Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-07T18:20:12.733Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.028s coverage: 31.5% of statements [2022-04-07T18:20:12.888Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-07T18:20:13.067Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-04-07T18:20:13.328Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-04-07T18:20:13.328Z] --- PASS: TestDockerHubPullSuite (6.29s) [2022-04-07T18:20:13.328Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.76s) [2022-04-07T18:20:13.328Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2022-04-07T18:20:13.328Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.66s) [2022-04-07T18:20:13.328Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.38s) [2022-04-07T18:20:13.328Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2022-04-07T18:20:13.328Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-04-07T18:20:13.328Z] PASS [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === Skipped [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2022-04-07T18:20:13.328Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-04-07T18:20:13.328Z] docker_cli_sni_test.go:18: Flakey test [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-04-07T18:20:13.328Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.328Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-04-07T18:20:13.328Z] [2022-04-07T18:20:13.328Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-07T18:20:13.329Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-04-07T18:20:13.329Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-04-07T18:20:13.329Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-04-07T18:20:13.329Z] docker_cli_network_unix_test.go:46: [de59c3acf1ad5] daemon is not started [2022-04-07T18:20:13.329Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] DONE 1265 tests, 51 skipped in 1465.012s [2022-04-07T18:20:13.329Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-07T18:20:13.329Z] ++++ cat bundles/test-integration/docker.pid [2022-04-07T18:20:13.329Z] +++ kill 9369 [2022-04-07T18:20:13.329Z] +++ /etc/init.d/apparmor stop [2022-04-07T18:20:13.329Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] Unloading profiles will leave already running processes permanently [2022-04-07T18:20:13.329Z] unconfined, which can lead to unexpected situations. [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.329Z] To set a process to complain mode, use the command line tool [2022-04-07T18:20:13.329Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-07T18:20:13.329Z] +++ true [2022-04-07T18:20:13.329Z] exiting test-integration [2022-04-07T18:20:13.329Z] ++ exit 0 [2022-04-07T18:20:13.329Z] [2022-04-07T18:20:13.675Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-04-07T18:20:13.888Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-07T18:20:13.888Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-07T18:20:13.888Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-07T18:20:13.899Z] + for job in $(jobs -p) [2022-04-07T18:20:13.899Z] + wait 5120 [2022-04-07T18:20:13.935Z] ok github.com/docker/docker/daemon/logger/templates 0.011s coverage: 8.3% of statements [2022-04-07T18:20:14.511Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-04-07T18:20:14.881Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-07T18:20:14.881Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-07T18:20:15.083Z] ok github.com/docker/docker/daemon/logger/splunk 1.595s coverage: 82.5% of statements [2022-04-07T18:20:15.083Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-07T18:20:15.083Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-07T18:20:15.352Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-07T18:20:15.352Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-07T18:20:16.469Z] ok github.com/docker/docker/distribution/metadata 0.050s coverage: 48.2% of statements [2022-04-07T18:20:17.041Z] ok github.com/docker/docker/distribution 0.625s coverage: 28.3% of statements [2022-04-07T18:20:17.041Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-07T18:20:17.302Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-04-07T18:20:17.581Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-07T18:20:17.874Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-04-07T18:20:18.054Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-07T18:20:18.447Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-04-07T18:20:18.526Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-07T18:20:18.526Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-07T18:20:18.526Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-07T18:20:19.018Z] ok github.com/docker/docker/distribution/xfer 1.897s coverage: 84.9% of statements [2022-04-07T18:20:19.018Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-07T18:20:19.018Z] ok github.com/docker/docker/image/tarexport 0.018s coverage: 0.7% of statements [2022-04-07T18:20:19.519Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-07T18:20:19.591Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2022-04-07T18:20:19.591Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-07T18:20:19.991Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-07T18:20:19.991Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-07T18:20:19.991Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-07T18:20:19.991Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-07T18:20:19.991Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-07T18:20:20.163Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2022-04-07T18:20:20.736Z] ok github.com/docker/docker/oci 0.007s coverage: 46.0% of statements [2022-04-07T18:20:21.308Z] ok github.com/docker/docker/opts 0.020s coverage: 66.3% of statements [2022-04-07T18:20:21.568Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-04-07T18:20:23.483Z] ok github.com/docker/docker/pkg/archive 0.331s coverage: 82.5% of statements [2022-04-07T18:20:24.054Z] ok github.com/docker/docker/pkg/authorization 0.145s coverage: 68.3% of statements [2022-04-07T18:20:24.054Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-04-07T18:20:24.315Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-04-07T18:20:24.773Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-07T18:20:27.614Z] ok github.com/docker/docker/pkg/chrootarchive 2.484s coverage: 42.7% of statements [2022-04-07T18:20:27.614Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-04-07T18:20:27.875Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-04-07T18:20:28.136Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-04-07T18:20:28.136Z] ok github.com/docker/docker/layer 7.398s coverage: 69.0% of statements [2022-04-07T18:20:28.136Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-07T18:20:28.136Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-07T18:20:28.136Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-07T18:20:28.136Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-07T18:20:28.136Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-07T18:20:28.136Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-07T18:20:28.708Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-04-07T18:20:28.969Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-04-07T18:20:28.970Z] ok github.com/docker/docker/pkg/fsutils 0.165s coverage: 85.1% of statements [2022-04-07T18:20:29.231Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-04-07T18:20:30.616Z] ok github.com/docker/docker/pkg/idtools 0.587s coverage: 67.9% of statements [2022-04-07T18:20:30.616Z] ok github.com/docker/docker/pkg/ioutils 0.433s coverage: 70.1% of statements [2022-04-07T18:20:30.616Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-04-07T18:20:30.877Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-04-07T18:20:30.877Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-04-07T18:20:30.877Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-04-07T18:20:31.139Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-04-07T18:20:31.400Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-04-07T18:20:31.662Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2022-04-07T18:20:31.662Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.5% of statements [2022-04-07T18:20:31.662Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-07T18:20:31.662Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-07T18:20:32.235Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.013s coverage: 56.8% of statements [2022-04-07T18:20:32.807Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-04-07T18:20:33.068Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2022-04-07T18:20:33.328Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-04-07T18:20:34.710Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-04-07T18:20:34.710Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-04-07T18:20:34.972Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-04-07T18:20:35.232Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-04-07T18:20:35.493Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-04-07T18:20:35.493Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-04-07T18:20:36.066Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.8% of statements [2022-04-07T18:20:36.638Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-04-07T18:20:36.779Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-07T18:20:36.779Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-07T18:20:36.779Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-07T18:20:36.899Z] ok github.com/docker/docker/pkg/tailfile 0.052s coverage: 88.6% of statements [2022-04-07T18:20:37.159Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-04-07T18:20:37.730Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-04-07T18:20:37.730Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-04-07T18:20:37.991Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-04-07T18:20:38.232Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-07T18:20:39.904Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-04-07T18:20:39.904Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-04-07T18:20:40.476Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-04-07T18:20:41.419Z] ok github.com/docker/docker/quota 0.243s coverage: 71.4% of statements [2022-04-07T18:20:41.679Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-04-07T18:20:42.622Z] ok github.com/docker/docker/registry 0.051s coverage: 58.6% of statements [2022-04-07T18:20:42.882Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-04-07T18:20:43.143Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-04-07T18:20:43.715Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-04-07T18:20:43.976Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-04-07T18:20:45.891Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-04-07T18:20:46.152Z] ok github.com/docker/docker/volume/local 0.108s coverage: 76.4% of statements [2022-04-07T18:20:46.725Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-04-07T18:20:46.927Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-07T18:20:47.687Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-04-07T18:20:49.313Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-07T18:20:52.633Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-04-07T18:20:52.633Z] docker_cli_swarm_test.go:1180: [d216d334d79a7] joining swarm manager [d63a0996fb195]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:20:54.953Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-07T18:20:54.953Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-07T18:20:54.953Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-07T18:20:55.181Z] docker_cli_swarm_test.go:1189: [d5abe9f4925f3] joining swarm manager [d63a0996fb195]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:20:55.624Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-07T18:20:56.500Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-07T18:20:56.531Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-07T18:20:56.531Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-07T18:20:56.531Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-07T18:20:56.531Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-07T18:20:57.003Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-07T18:20:57.003Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-07T18:20:57.003Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-07T18:20:57.475Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-07T18:20:57.475Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-07T18:20:57.475Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-07T18:21:05.194Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-07T18:21:09.643Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.3% of statements [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/rootless [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/volume [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-07T18:21:09.643Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === Skipped [2022-04-07T18:21:09.643Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-07T18:21:09.643Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-07T18:21:09.643Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-07T18:21:09.643Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-07T18:21:09.643Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-04-07T18:21:09.643Z] graphtest_unix.go:71: No driver to put! [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-04-07T18:21:09.643Z] time="2022-04-07T18:20:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-04-07T18:21:09.643Z] time="2022-04-07T18:20:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-04-07T18:21:09.643Z] time="2022-04-07T18:20:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-04-07T18:21:09.643Z] time="2022-04-07T18:20:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-04-07T18:21:09.643Z] time="2022-04-07T18:20:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-07T18:21:09.643Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-07T18:21:09.643Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-04-07T18:21:09.643Z] graphtest_unix.go:71: No driver to put! [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-04-07T18:21:09.643Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-04-07T18:21:09.643Z] overlay_test.go:50: Fails to compute changes intermittently [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-04-07T18:21:09.643Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-04-07T18:21:09.643Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-04-07T18:21:09.643Z] [2022-04-07T18:21:09.643Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-04-07T18:21:09.644Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.644Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T18:21:09.644Z] [2022-04-07T18:21:09.644Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-04-07T18:21:09.644Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.644Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T18:21:09.644Z] [2022-04-07T18:21:09.644Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-04-07T18:21:09.644Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.644Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T18:21:09.644Z] [2022-04-07T18:21:09.644Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-04-07T18:21:09.644Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.644Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T18:21:09.644Z] [2022-04-07T18:21:09.644Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-04-07T18:21:09.644Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-07T18:21:09.644Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-07T18:21:09.644Z] [2022-04-07T18:21:09.644Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-04-07T18:21:09.644Z] graphtest_unix.go:71: No driver to put! [2022-04-07T18:21:09.644Z] [2022-04-07T18:21:09.644Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-04-07T18:21:09.644Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-04-07T18:21:09.644Z] [2022-04-07T18:21:09.644Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-04-07T18:21:09.644Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-04-07T18:21:09.644Z] [2022-04-07T18:21:09.644Z] DONE 2338 tests, 28 skipped in 253.445s [2022-04-07T18:21:09.644Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/bitseq [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/cluster [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/config [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/datastore [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/driverapi [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/etchosts [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/idm [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/ipam [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/iptables [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/netlabel [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/netutils [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/networkdb [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/ns [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/options [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/osl [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/portallocator [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/portmapper [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/testutils [2022-04-07T18:21:09.644Z] github.com/docker/docker/libnetwork/types' ']' [2022-04-07T18:21:09.644Z] + 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-04-07T18:21:22.834Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-07T18:21:22.834Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-07T18:21:22.834Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-07T18:21:22.834Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-07T18:21:30.530Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-07T18:21:33.915Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-04-07T18:21:36.442Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-07T18:21:38.113Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-04-07T18:21:42.315Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-04-07T18:21:44.227Z] docker_cli_swarm_test.go:1112: [db6ef8d200f52] joining swarm manager [d452b18a58f38]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:21:45.133Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-07T18:21:45.610Z] docker_cli_swarm_test.go:1113: [d2e2aedf6b619] joining swarm manager [d452b18a58f38]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:21:48.189Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-07T18:21:48.189Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-07T18:21:48.189Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-07T18:21:55.380Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork 37.267s coverage: 40.7% of statements [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork/bitseq 0.120s coverage: 84.4% of statements [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 19.7% of statements [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.390s coverage: 59.9% of statements [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.016s coverage: 4.0% of statements [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-04-07T18:21:56.351Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-07T18:21:56.351Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-04-07T18:21:56.958Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-07T18:21:59.190Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-07T18:22:04.486Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.702s coverage: 7.2% of statements [2022-04-07T18:22:04.486Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-07T18:22:04.746Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-04-07T18:22:05.317Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-04-07T18:22:05.317Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-07T18:22:05.317Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-04-07T18:22:05.317Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-07T18:22:05.888Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-04-07T18:22:06.148Z] ok github.com/docker/docker/libnetwork/etchosts 0.018s coverage: 81.2% of statements [2022-04-07T18:22:06.148Z] ok github.com/docker/docker/libnetwork/idm 0.003s coverage: 87.5% of statements [2022-04-07T18:22:06.409Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-04-07T18:22:08.012Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-07T18:22:08.012Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-07T18:22:08.012Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-07T18:22:08.012Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-07T18:22:08.012Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-07T18:22:08.012Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-07T18:22:08.012Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-07T18:22:08.012Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-07T18:22:08.012Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-07T18:22:08.012Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-07T18:22:08.012Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-07T18:22:08.012Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-07T18:22:09.589Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-07T18:22:12.559Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-07T18:22:16.536Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-04-07T18:22:17.342Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-07T18:22:17.342Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-07T18:22:17.342Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-07T18:22:17.342Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-07T18:22:17.342Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-07T18:22:17.342Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-07T18:22:17.342Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-07T18:22:17.342Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-07T18:22:17.342Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-07T18:22:17.342Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-07T18:22:17.342Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-07T18:22:20.311Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-07T18:22:20.311Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:22:20.311Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-07T18:22:20.311Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:22:20.311Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-07T18:22:20.311Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:22:20.311Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-07T18:22:21.307Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-07T18:22:26.104Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-07T18:22:34.649Z] ok github.com/docker/docker/libnetwork/ipam 14.444s coverage: 85.3% of statements [2022-04-07T18:22:34.649Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-07T18:22:34.649Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-07T18:22:34.649Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-04-07T18:22:34.649Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-04-07T18:22:34.649Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-07T18:22:34.649Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-04-07T18:22:34.649Z] ok github.com/docker/docker/libnetwork/ipamutils 0.258s coverage: 74.0% of statements [2022-04-07T18:22:34.649Z] ok github.com/docker/docker/libnetwork/iptables 0.155s coverage: 45.1% of statements [2022-04-07T18:22:34.649Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-04-07T18:22:34.649Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-04-07T18:22:38.640Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-07T18:22:38.640Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-07T18:22:38.640Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-07T18:22:38.640Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-07T18:22:38.640Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-07T18:22:38.640Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-07T18:22:38.640Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-07T18:22:38.640Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-07T18:22:38.640Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-07T18:22:38.641Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-07T18:22:38.641Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-07T18:22:38.641Z] === RUN TestDockerSuite/TestBuildFails [2022-04-07T18:22:41.612Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-07T18:22:41.612Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-07T18:22:47.519Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-07T18:22:53.420Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-07T18:22:57.505Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-07T18:22:57.505Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-07T18:22:57.505Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-07T18:22:57.505Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-07T18:23:00.611Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-07T18:23:01.318Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-07T18:23:01.318Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-07T18:23:01.318Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-07T18:23:01.318Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-07T18:23:01.790Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-07T18:23:01.790Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-07T18:23:01.790Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-07T18:23:01.790Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-07T18:23:01.790Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-07T18:23:01.790Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-07T18:23:01.790Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-07T18:23:05.391Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-07T18:23:05.601Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-07T18:23:05.601Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:23:05.601Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-07T18:23:05.601Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:23:05.601Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-07T18:23:05.601Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:23:05.601Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-07T18:23:05.864Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-07T18:23:06.073Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-07T18:23:07.079Z] docker_cli_swarm_test.go:1166: [d68a374ddeeec] joining swarm manager [d452b18a58f38]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-04-07T18:23:09.887Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-07T18:23:10.642Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-07T18:23:10.642Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-07T18:23:10.642Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-07T18:23:11.114Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-07T18:23:11.586Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-07T18:23:11.586Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-07T18:23:11.586Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-07T18:23:11.586Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-07T18:23:11.587Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-07T18:23:11.587Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-07T18:23:11.587Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-07T18:23:20.285Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-07T18:23:20.285Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:23:20.285Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-07T18:23:22.423Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-07T18:23:22.423Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-07T18:23:22.423Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-07T18:23:22.423Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-07T18:23:22.423Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-07T18:23:22.423Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-07T18:23:22.423Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-07T18:23:22.423Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-07T18:23:22.423Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-07T18:23:22.423Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-07T18:23:22.423Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-07T18:23:22.423Z] === RUN TestDockerSuite/TestBuildFails [2022-04-07T18:23:24.659Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-07T18:23:24.659Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-07T18:23:30.553Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-07T18:23:30.749Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-07T18:23:30.749Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-07T18:23:32.325Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-07T18:23:32.325Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-07T18:23:32.325Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-07T18:23:33.318Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-07T18:23:33.318Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-07T18:23:35.355Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-07T18:23:37.133Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-07T18:23:38.126Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-07T18:23:38.599Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-07T18:23:39.203Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-04-07T18:23:39.203Z] docker_cli_swarm_test.go:1447: [d6a3383322b77] joining swarm manager [db1397f19108d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:23:39.203Z] docker_cli_swarm_test.go:1448: [daa46756b95f9] joining swarm manager [db1397f19108d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-07T18:23:39.592Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-07T18:23:40.064Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-07T18:23:40.536Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-07T18:23:41.291Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-07T18:23:42.112Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-07T18:23:46.067Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-07T18:23:46.889Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-07T18:23:46.890Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-07T18:23:46.890Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-07T18:23:46.890Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-07T18:23:46.890Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-07T18:23:47.061Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-07T18:23:47.361Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-07T18:23:47.361Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-07T18:23:47.361Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-07T18:23:47.361Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-07T18:23:47.833Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-07T18:23:48.306Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-07T18:23:49.190Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-04-07T18:23:49.190Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-04-07T18:23:49.190Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-04-07T18:23:49.190Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-04-07T18:23:49.190Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-04-07T18:23:49.760Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-04-07T18:23:51.836Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-07T18:23:51.836Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-07T18:23:51.836Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-07T18:23:51.836Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-07T18:23:52.301Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-04-07T18:23:52.310Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-07T18:23:52.310Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-07T18:23:52.310Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-07T18:23:53.090Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-07T18:23:55.598Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-04-07T18:23:57.508Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-04-07T18:23:59.420Z] docker_cli_swarm_unix_test.go:63: [d3a6082de79d7] joining swarm manager [de749bc90026c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:23:59.498Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-07T18:23:59.498Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:23:59.498Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-07T18:24:08.069Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-07T18:24:08.069Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-07T18:24:08.069Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-07T18:24:09.644Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-07T18:24:09.963Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-07T18:24:10.434Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-07T18:24:12.009Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-07T18:24:12.009Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-07T18:24:12.009Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-07T18:24:13.002Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-07T18:24:13.002Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-07T18:24:16.816Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-07T18:24:17.808Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-07T18:24:18.279Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-07T18:24:18.751Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-07T18:24:19.744Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-07T18:24:20.215Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-07T18:24:21.790Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-07T18:24:26.140Z] time="2022-04-07T18:24:19Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036" [2022-04-07T18:24:26.140Z] ok github.com/docker/docker/libnetwork/networkdb 104.485s coverage: 60.5% of statements [2022-04-07T18:24:26.140Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-07T18:24:26.140Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-04-07T18:24:26.140Z] ok github.com/docker/docker/libnetwork/osl 4.328s coverage: 39.7% of statements [2022-04-07T18:24:26.140Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-04-07T18:24:26.140Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-04-07T18:24:26.140Z] ok github.com/docker/docker/libnetwork/portmapper 0.219s coverage: 48.6% of statements [2022-04-07T18:24:26.401Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-04-07T18:24:26.401Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-07T18:24:26.662Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] === Skipped [2022-04-07T18:24:26.663Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-04-07T18:24:26.663Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-04-07T18:24:26.663Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-04-07T18:24:26.663Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-07T18:24:26.663Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-07T18:24:26.663Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-07T18:24:26.663Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-07T18:24:26.663Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-07T18:24:26.663Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-04-07T18:24:26.663Z] firewalld_test.go:14: firewalld is not running [2022-04-07T18:24:26.663Z] [2022-04-07T18:24:26.663Z] DONE 326 tests, 9 skipped in 200.356s Post stage [Pipeline] junit [2022-04-07T18:24:27.248Z] Recording test results [2022-04-07T18:24:27.609Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-04-07T18:24:27.684Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-07T18:24:27.684Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-07T18:24:27.684Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-07T18:24:27.684Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-07T18:24:27.684Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-07T18:24:27.684Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-07T18:24:27.684Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-07T18:24:27.684Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-07T18:24:27.684Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-07T18:24:27.684Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-07T18:24:27.939Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43448/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=101dafd049949a4da65dcefd495828a6644e1ce1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:101dafd049949a4da65dcefd495828a6644e1ce1 hack/validate/vendor [2022-04-07T18:24:28.528Z] No vendor changes in diff. [2022-04-07T18:24:28.676Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-07T18:24:28.790Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-07T18:24:29.367Z] + echo Ensuring container killed. [2022-04-07T18:24:29.367Z] Ensuring container killed. [2022-04-07T18:24:29.367Z] + docker rm -vf docker-pr7 [2022-04-07T18:24:29.367Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-04-07T18:24:29.654Z] + echo Chowning /workspace to jenkins user [2022-04-07T18:24:29.654Z] Chowning /workspace to jenkins user [2022-04-07T18:24:29.654Z] + id -u [2022-04-07T18:24:29.654Z] + id -g [2022-04-07T18:24:29.654Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43448:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-07T18:24:30.528Z] + bundleName=unit [2022-04-07T18:24:30.529Z] + echo Creating unit-bundles.tar.gz [2022-04-07T18:24:30.529Z] Creating unit-bundles.tar.gz [2022-04-07T18:24:30.529Z] + 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-04-07T18:24:30.529Z] bundles/junit-report-libnetwork.xml [2022-04-07T18:24:30.529Z] bundles/junit-report.xml [2022-04-07T18:24:30.529Z] bundles/go-test-report-libnetwork.json [2022-04-07T18:24:30.529Z] bundles/go-test-report.json [2022-04-07T18:24:30.529Z] bundles/profile-libnetwork.out [2022-04-07T18:24:30.529Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-04-07T18:24:30.542Z] Archiving artifacts [2022-04-07T18:24:30.970Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43448/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-07T18:24:31.285Z] + make clean [2022-04-07T18:24:31.545Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-07T18:24:31.545Z] docker-dev-cache [2022-04-07T18:24:31.545Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-07T18:24:33.453Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-07T18:24:37.944Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-07T18:24:37.944Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-07T18:24:37.945Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-07T18:24:39.815Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-07T18:24:48.430Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-07T18:24:48.430Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-07T18:24:48.430Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-07T18:24:49.423Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-07T18:24:54.630Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-07T18:24:55.696Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-04-07T18:24:55.696Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-04-07T18:24:55.696Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-04-07T18:24:57.079Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-04-07T18:24:59.321Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-07T18:25:00.377Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-04-07T18:25:02.919Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-04-07T18:25:03.117Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-07T18:25:04.829Z] docker_api_swarm_test.go:962: [db2251245ec98] joining swarm manager [da8026cde5df5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-07T18:25:06.414Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-07T18:25:10.192Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-07T18:25:12.209Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-07T18:25:19.604Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-07T18:25:22.933Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-04-07T18:25:25.005Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-07T18:25:27.022Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-07T18:25:27.022Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-07T18:25:27.022Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-07T18:25:30.408Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-07T18:25:35.153Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-04-07T18:25:35.606Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-07T18:25:35.606Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-07T18:25:35.606Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-07T18:25:35.606Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-07T18:25:35.606Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-07T18:25:35.606Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-07T18:25:36.307Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-07T18:25:36.536Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-04-07T18:25:37.800Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-07T18:25:38.453Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-04-07T18:25:41.773Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-04-07T18:25:42.199Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-07T18:25:42.501Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-07T18:25:44.681Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-07T18:25:44.681Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-07T18:25:45.140Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-07T18:25:46.979Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-07T18:25:48.043Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-07T18:25:48.352Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-04-07T18:25:48.501Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-07T18:25:50.037Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-07T18:25:53.633Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-04-07T18:25:54.962Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-07T18:25:55.544Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-04-07T18:25:58.085Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-04-07T18:25:58.614Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-07T18:25:59.074Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-07T18:26:00.625Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-04-07T18:26:01.963Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-07T18:26:01.963Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-07T18:26:01.963Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-07T18:26:03.167Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-04-07T18:26:06.465Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-04-07T18:26:07.642Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-07T18:26:07.861Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-07T18:26:08.333Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-07T18:26:08.333Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-07T18:26:08.333Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-07T18:26:08.333Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-07T18:26:08.333Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-07T18:26:08.376Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-04-07T18:26:09.778Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-07T18:26:11.302Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-07T18:26:11.378Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-07T18:26:15.117Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-07T18:26:16.858Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-07T18:26:17.347Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-07T18:26:17.347Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-07T18:26:17.347Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-07T18:26:19.945Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-07T18:26:20.316Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-07T18:26:21.412Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-07T18:26:22.406Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-07T18:26:23.679Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-07T18:26:28.368Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-07T18:26:28.826Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-07T18:26:28.826Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-07T18:26:28.826Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-07T18:26:28.826Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-07T18:26:28.826Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-07T18:26:31.104Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-07T18:26:31.576Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-07T18:26:31.729Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-07T18:26:31.730Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-07T18:26:31.730Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-07T18:26:40.279Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-07T18:26:43.245Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-07T18:26:50.433Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-07T18:26:53.401Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-07T18:26:57.211Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-07T18:26:58.786Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-07T18:26:58.786Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-07T18:26:58.786Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-07T18:26:58.786Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-07T18:26:58.786Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-07T18:27:00.360Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-07T18:27:00.360Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-07T18:27:00.360Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-07T18:27:04.792Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-04-07T18:27:07.414Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-07T18:27:17.012Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-04-07T18:27:25.103Z] === RUN TestDockerSuite/TestBuildRm [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite (1566.75s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.05s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.14s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.90s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.92s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.32s) [2022-04-07T18:27:35.118Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.13s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.80s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.74s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (40.00s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.66s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.10s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.38s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.88s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (38.59s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.73s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.54s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.36s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (22.95s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.80s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.38s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.51s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.53s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.16s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.36s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.17s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.74s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.57s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.83s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.23s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.58s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.26s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.92s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.94s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.12s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.58s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.50s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.59s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.63s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.15s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.51s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.51s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.53s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.34s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.57s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.95s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.61s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.44s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.30s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.18s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.98s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.58s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.17s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.04s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.53s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.32s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.86s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.78s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.02s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.84s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.00s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.03s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.71s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (12.97s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.29s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.45s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.45s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.65s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.27s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.00s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.56s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.18s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.08s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.92s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (70.43s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.04s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.28s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.96s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.54s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.39s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.35s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.33s) [2022-04-07T18:27:35.118Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.28s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.82s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.57s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.77s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (41.95s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.05s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.19s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (112.15s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.30s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.23s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.17s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.14s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.28s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.14s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.46s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.06s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.17s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.04s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.60s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.13s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.30s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.14s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.17s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.90s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.80s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.54s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.45s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.49s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.60s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.49s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.08s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.21s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.80s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.20s) [2022-04-07T18:27:35.118Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.16s) [2022-04-07T18:27:35.118Z] === RUN TestDockerExternalVolumeSuite [2022-04-07T18:27:35.118Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-04-07T18:27:35.118Z] docker_cli_external_volume_driver_test.go:52: [da8aab2410c1b] daemon is not started [2022-04-07T18:27:36.270Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-07T18:27:37.498Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-07T18:27:39.727Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-07T18:27:39.727Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-07T18:27:39.727Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-07T18:27:39.727Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-07T18:27:39.727Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-07T18:27:40.719Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-07T18:27:44.531Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-07T18:27:48.340Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-07T18:27:50.013Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-04-07T18:27:51.250Z] === RUN TestDockerSuite/TestBuildRm [2022-04-07T18:27:52.149Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-07T18:27:59.945Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-07T18:28:02.916Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-07T18:28:02.916Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-07T18:28:02.916Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-07T18:28:02.916Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-07T18:28:02.916Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-07T18:28:03.910Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-07T18:28:07.154Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-07T18:28:07.154Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-07T18:28:07.634Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-07T18:28:07.731Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-07T18:28:11.547Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-07T18:28:13.436Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-07T18:28:13.436Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-07T18:28:13.436Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-07T18:28:13.436Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-07T18:28:14.432Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-07T18:28:14.432Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-07T18:28:14.432Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-07T18:28:14.432Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-07T18:28:14.903Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-07T18:28:14.903Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-07T18:28:14.903Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-07T18:28:14.903Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-07T18:28:14.903Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-07T18:28:14.903Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-07T18:28:14.903Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-07T18:28:15.365Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-07T18:28:16.327Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-07T18:28:16.327Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-07T18:28:18.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-07T18:28:18.717Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:28:18.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-07T18:28:18.717Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:28:18.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-07T18:28:18.717Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:28:18.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-07T18:28:19.189Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-07T18:28:20.140Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-07T18:28:20.140Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-07T18:28:23.950Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-07T18:28:23.972Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-07T18:28:27.904Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-07T18:28:28.897Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-07T18:28:29.369Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-07T18:28:36.511Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-07T18:28:36.562Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-07T18:28:36.562Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-07T18:28:36.975Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-07T18:28:36.975Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-07T18:28:36.975Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-07T18:28:36.975Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-07T18:28:36.975Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-07T18:28:36.975Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-07T18:28:36.975Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-07T18:28:36.975Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-07T18:28:36.975Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-07T18:28:36.975Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-07T18:28:36.975Z] === RUN TestDockerSuite/TestBuildFails [2022-04-07T18:28:40.374Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-07T18:28:40.374Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-07T18:28:44.054Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-07T18:28:44.054Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-07T18:28:45.196Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-07T18:28:45.196Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-07T18:28:45.196Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-07T18:28:45.655Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-07T18:28:46.623Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-07T18:28:49.072Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-07T18:28:49.848Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-07T18:28:51.316Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-07T18:28:54.540Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-07T18:28:55.053Z] === RUN TestDockerSuite/TestBuildUser [2022-04-07T18:28:55.053Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-07T18:28:55.053Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-07T18:28:55.053Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-07T18:28:55.053Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-07T18:28:55.053Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-07T18:28:55.053Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-07T18:28:57.729Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-04-07T18:28:59.743Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-07T18:28:59.743Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-07T18:29:02.654Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-07T18:29:02.654Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-07T18:29:02.654Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-07T18:29:02.654Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-07T18:29:02.654Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-07T18:29:04.048Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-07T18:29:04.048Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-07T18:29:04.048Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-07T18:29:04.884Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-07T18:29:07.718Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-04-07T18:29:07.859Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-07T18:29:08.331Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-07T18:29:12.143Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-07T18:29:15.214Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-07T18:29:15.674Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-07T18:29:15.955Z] === RUN TestDockerSuite/TestBuildUser [2022-04-07T18:29:15.955Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-07T18:29:15.955Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-07T18:29:15.955Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-07T18:29:15.955Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-07T18:29:15.955Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-07T18:29:15.955Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-07T18:29:19.767Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-07T18:29:19.767Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-07T18:29:20.364Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-07T18:29:20.364Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-07T18:29:20.364Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-07T18:29:20.824Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-07T18:29:21.283Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-07T18:29:21.283Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-07T18:29:21.283Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-07T18:29:22.613Z] docker_cli_external_volume_driver_test.go:52: [db6707effa7d0] daemon is not started [2022-04-07T18:29:22.750Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-07T18:29:22.750Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-07T18:29:22.750Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-07T18:29:22.750Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-07T18:29:22.750Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-07T18:29:23.747Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-07T18:29:23.748Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-07T18:29:30.825Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-07T18:29:33.668Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-07T18:29:33.668Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:29:33.668Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-07T18:29:34.563Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-07T18:29:34.563Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-07T18:29:35.325Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-07T18:29:35.325Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-07T18:29:35.326Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-07T18:29:37.509Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-04-07T18:29:37.554Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-07T18:29:37.554Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-07T18:29:38.025Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-04-07T18:29:44.030Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-07T18:29:44.030Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-07T18:29:44.547Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-07T18:29:44.547Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-07T18:29:46.125Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-07T18:29:46.125Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-07T18:29:46.125Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-07T18:29:47.119Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-07T18:29:47.119Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-07T18:29:48.485Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-07T18:29:48.806Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-07T18:29:50.939Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-07T18:29:51.411Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-07T18:29:51.453Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-07T18:29:51.883Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-07T18:29:51.924Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-07T18:29:52.404Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-04-07T18:29:52.879Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-07T18:29:53.351Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-07T18:29:53.582Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-07T18:29:53.582Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-07T18:29:54.053Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-07T18:29:54.053Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-07T18:29:54.053Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-07T18:29:54.346Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-07T18:29:55.924Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-07T18:29:56.281Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-07T18:29:56.281Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-07T18:29:56.281Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-04-07T18:30:01.808Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-07T18:30:01.808Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-07T18:30:01.808Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-07T18:30:01.808Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-07T18:30:01.808Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-07T18:30:01.808Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-07T18:30:01.808Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-07T18:30:01.808Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-07T18:30:02.280Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-07T18:30:02.747Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-07T18:30:03.213Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-07T18:30:04.422Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-07T18:30:04.422Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-07T18:30:04.422Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-07T18:30:04.422Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-07T18:30:04.422Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-07T18:30:04.422Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-07T18:30:04.422Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-07T18:30:04.974Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-07T18:30:05.396Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-07T18:30:07.328Z] docker_cli_external_volume_driver_test.go:52: [d137894931abf] daemon is not started [2022-04-07T18:30:07.987Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-07T18:30:08.785Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-07T18:30:08.785Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-07T18:30:12.562Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-07T18:30:14.138Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-07T18:30:14.138Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-07T18:30:14.609Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-07T18:30:14.609Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-07T18:30:14.609Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-07T18:30:14.609Z] docker_cli_sni_test.go:18: Flakey test [2022-04-07T18:30:14.609Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-07T18:30:16.839Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-07T18:30:16.839Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-07T18:30:16.839Z] === RUN TestDockerSuite/TestCommitChange [2022-04-07T18:30:21.354Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-07T18:30:21.354Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-07T18:30:21.354Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-07T18:30:21.354Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-07T18:30:21.354Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-07T18:30:21.354Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-07T18:30:21.354Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-07T18:30:21.354Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-07T18:30:21.620Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-07T18:30:22.224Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-04-07T18:30:22.484Z] docker_cli_external_volume_driver_test.go:52: [dc3500f205481] daemon is not started [2022-04-07T18:30:25.429Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-07T18:30:25.429Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-07T18:30:25.429Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-07T18:30:25.860Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-07T18:30:25.860Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-07T18:30:25.860Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-07T18:30:28.091Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-07T18:30:28.544Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-07T18:30:29.536Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-07T18:30:29.536Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-07T18:30:29.536Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-07T18:30:29.536Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-07T18:30:29.536Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-07T18:30:29.536Z] docker_cli_sni_test.go:18: Flakey test [2022-04-07T18:30:29.536Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-07T18:30:31.764Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-07T18:30:32.615Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-07T18:30:32.615Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:30:32.615Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-07T18:30:35.582Z] === RUN TestDockerSuite/TestCommitChange [2022-04-07T18:30:37.378Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-04-07T18:30:38.448Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-07T18:30:39.401Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-07T18:30:43.138Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-07T18:30:43.138Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-07T18:30:43.138Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-07T18:30:43.138Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-07T18:30:43.138Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-07T18:30:43.138Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-07T18:30:43.138Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-07T18:30:43.138Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-07T18:30:43.138Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-07T18:30:43.138Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-07T18:30:43.138Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-07T18:30:43.138Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-07T18:30:43.138Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-07T18:30:43.138Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-07T18:30:43.138Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-07T18:30:43.138Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-07T18:30:44.183Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-07T18:30:44.183Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-07T18:30:44.183Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-07T18:30:48.964Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-07T18:30:48.964Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:30:48.964Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-07T18:30:50.216Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-07T18:30:56.011Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-07T18:30:56.011Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-07T18:30:56.011Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-07T18:30:56.157Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-07T18:30:58.753Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-07T18:30:58.918Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-07T18:30:58.918Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-07T18:30:58.918Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-07T18:30:58.918Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:30:58.918Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-07T18:30:58.918Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:30:58.918Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-07T18:30:59.126Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-07T18:30:59.126Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-07T18:30:59.126Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-07T18:30:59.126Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-07T18:30:59.126Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-07T18:30:59.126Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-07T18:30:59.126Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-07T18:30:59.126Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-07T18:30:59.126Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-07T18:30:59.126Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-07T18:30:59.126Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-07T18:30:59.126Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-07T18:30:59.126Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-07T18:30:59.126Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-07T18:30:59.598Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-07T18:30:59.598Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-07T18:31:01.098Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-07T18:31:01.098Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-07T18:31:01.098Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-07T18:31:01.098Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-07T18:31:04.003Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-07T18:31:04.003Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-07T18:31:04.003Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-07T18:31:04.003Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-07T18:31:04.003Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-07T18:31:04.003Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-07T18:31:04.003Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-07T18:31:04.003Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-07T18:31:05.496Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-07T18:31:06.912Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-07T18:31:09.474Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-04-07T18:31:09.818Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-07T18:31:12.683Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-07T18:31:12.683Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-07T18:31:12.683Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-07T18:31:12.724Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-07T18:31:12.724Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-07T18:31:12.724Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-07T18:31:12.724Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-07T18:31:14.262Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-07T18:31:14.262Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-07T18:31:14.262Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-07T18:31:14.262Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:31:14.262Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-07T18:31:14.262Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:31:14.262Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-07T18:31:16.441Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-07T18:31:16.467Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-07T18:31:16.467Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-07T18:31:16.492Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-07T18:31:16.492Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-07T18:31:16.492Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-07T18:31:16.492Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-07T18:31:18.646Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-07T18:31:18.646Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-07T18:31:18.646Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-07T18:31:18.646Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-07T18:31:18.646Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-07T18:31:18.721Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-07T18:31:18.721Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-07T18:31:18.721Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-07T18:31:19.193Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-07T18:31:19.193Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-07T18:31:19.193Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-07T18:31:19.193Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-07T18:31:19.193Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-07T18:31:21.213Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-07T18:31:21.552Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-07T18:31:21.552Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-07T18:31:22.162Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-07T18:31:23.734Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-07T18:31:23.734Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-07T18:31:23.734Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-07T18:31:23.737Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-07T18:31:25.313Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-07T18:31:25.313Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-07T18:31:25.313Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-07T18:31:25.785Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-07T18:31:25.921Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-07T18:31:26.659Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-07T18:31:27.122Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-07T18:31:27.361Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-07T18:31:27.361Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-07T18:31:27.577Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-04-07T18:31:30.048Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-07T18:31:30.329Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-07T18:31:30.329Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-07T18:31:30.329Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-07T18:31:30.329Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-07T18:31:30.329Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-07T18:31:30.637Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-07T18:31:32.560Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-07T18:31:32.560Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-07T18:31:34.136Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-07T18:31:34.136Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-07T18:31:34.136Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-07T18:31:34.845Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-07T18:31:37.108Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-07T18:31:37.580Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-07T18:31:39.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-07T18:31:39.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-07T18:31:39.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-07T18:31:39.562Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-07T18:31:39.562Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-07T18:31:39.817Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-07T18:31:42.487Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-04-07T18:31:42.492Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-07T18:31:42.492Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-07T18:31:42.492Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-07T18:31:42.787Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-07T18:31:44.685Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-07T18:31:44.685Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-07T18:31:44.685Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-07T18:31:45.483Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-07T18:31:45.483Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-07T18:31:45.483Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-07T18:31:46.600Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-07T18:31:46.600Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-07T18:31:46.600Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-07T18:31:46.600Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-07T18:31:46.600Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-07T18:31:47.610Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-07T18:31:47.610Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-07T18:31:48.830Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-07T18:31:48.830Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-07T18:31:48.830Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-07T18:31:51.064Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-07T18:31:51.064Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-07T18:31:51.064Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-07T18:31:52.325Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-07T18:31:53.292Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-07T18:31:53.292Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-07T18:31:54.523Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-07T18:31:54.523Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-07T18:31:54.523Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-07T18:31:54.523Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-07T18:31:54.523Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-07T18:31:54.523Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-07T18:31:54.523Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-07T18:31:54.523Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-07T18:31:54.523Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-07T18:31:54.523Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-07T18:31:54.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-04-07T18:31:55.851Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-07T18:31:56.314Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-07T18:31:56.314Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-07T18:31:56.314Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-07T18:31:56.314Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-07T18:31:56.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-07T18:31:56.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-04-07T18:31:56.777Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-07T18:31:58.074Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-07T18:31:58.970Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-07T18:31:59.068Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-07T18:31:59.068Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-07T18:31:59.068Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-07T18:31:59.068Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-07T18:31:59.068Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-07T18:31:59.068Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-07T18:31:59.068Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-07T18:31:59.068Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-07T18:31:59.068Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-07T18:31:59.068Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-07T18:31:59.540Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-04-07T18:31:59.638Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-04-07T18:32:01.115Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-07T18:32:01.115Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-04-07T18:32:02.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-04-07T18:32:03.350Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-04-07T18:32:04.754Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-04-07T18:32:05.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-04-07T18:32:06.948Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008c29d8_} [2022-04-07T18:32:07.577Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-07T18:32:08.559Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-04-07T18:32:09.771Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-07T18:32:09.771Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-07T18:32:09.771Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-07T18:32:09.871Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1282845249_c:\foo_false____} [2022-04-07T18:32:10.809Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008059e0_} [2022-04-07T18:32:12.693Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-07T18:32:12.796Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1282845249_c:\foo_true____} [2022-04-07T18:32:13.040Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11261231471_c:\foo_false____} [2022-04-07T18:32:13.669Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-07T18:32:14.644Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-07T18:32:14.989Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-07T18:32:14.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-07T18:32:15.452Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-07T18:32:15.452Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-07T18:32:15.452Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-07T18:32:15.452Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-07T18:32:15.452Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-07T18:32:15.452Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-07T18:32:15.452Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-07T18:32:15.452Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-07T18:32:15.452Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-07T18:32:15.452Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-07T18:32:15.452Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-07T18:32:16.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11261231471_c:\foo_true____} [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-07T18:32:18.238Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-07T18:32:18.238Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-07T18:32:18.238Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-07T18:32:18.378Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-07T18:32:18.378Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-07T18:32:18.378Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.378Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-07T18:32:18.710Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-07T18:32:18.710Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.710Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-07T18:32:18.710Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.710Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-07T18:32:18.710Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.710Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-07T18:32:18.710Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-07T18:32:18.710Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-07T18:32:20.571Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-07T18:32:20.571Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-07T18:32:20.571Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.571Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-07T18:32:20.940Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-07T18:32:20.940Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:32:20.940Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-07T18:32:20.940Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:32:21.412Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-07T18:32:23.493Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-07T18:32:23.494Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-07T18:32:23.494Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-07T18:32:23.494Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-07T18:32:23.494Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-07T18:32:23.494Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-07T18:32:23.494Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-07T18:32:23.642Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-07T18:32:23.642Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-07T18:32:23.642Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-07T18:32:23.642Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-07T18:32:26.618Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-07T18:32:26.618Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-07T18:32:26.618Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-07T18:32:26.618Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-07T18:32:26.618Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-07T18:32:26.618Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-07T18:32:26.618Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-07T18:32:27.076Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-07T18:32:28.209Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-07T18:32:28.630Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-07T18:32:29.184Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-04-07T18:32:31.130Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-07T18:32:31.130Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:32:31.130Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-07T18:32:31.130Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-07T18:32:31.130Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-07T18:32:31.397Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-07T18:32:33.631Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-07T18:32:33.631Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:32:33.631Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-07T18:32:33.631Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-07T18:32:33.631Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-07T18:32:37.242Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-07T18:32:39.435Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-07T18:32:41.490Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-07T18:32:41.490Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-07T18:32:41.490Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-07T18:32:41.490Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:32:41.490Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-07T18:32:42.682Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-07T18:32:42.682Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-07T18:32:42.682Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-07T18:32:42.682Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:32:42.682Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-07T18:32:46.543Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-07T18:32:47.287Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-04-07T18:32:50.094Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-07T18:32:50.094Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-07T18:32:50.094Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-07T18:32:50.094Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-07T18:32:50.094Z] === RUN TestDockerSuite/TestCpToDot [2022-04-07T18:32:50.300Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-07T18:32:51.382Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-07T18:32:51.382Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-07T18:32:51.382Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-07T18:32:51.382Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-07T18:32:51.382Z] === RUN TestDockerSuite/TestCpToDot [2022-04-07T18:32:53.017Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-07T18:32:53.018Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-07T18:32:53.018Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-07T18:32:53.018Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-07T18:32:53.018Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-07T18:32:53.613Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-07T18:32:53.613Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-07T18:32:53.613Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-07T18:32:53.613Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-07T18:32:53.613Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-07T18:32:55.017Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-07T18:32:55.482Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-07T18:32:55.482Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-07T18:32:55.482Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-07T18:32:55.482Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-07T18:32:55.482Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-07T18:32:55.941Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-07T18:32:55.941Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:32:55.941Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-07T18:32:55.941Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-07T18:32:55.941Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-07T18:32:55.941Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-07T18:32:55.941Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-07T18:32:55.941Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-07T18:32:55.941Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-07T18:32:55.941Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-07T18:32:55.941Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-07T18:32:56.580Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-07T18:32:56.580Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:32:56.580Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-07T18:32:56.580Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-07T18:32:56.580Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-07T18:32:56.580Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-07T18:32:56.580Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-07T18:32:56.580Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-07T18:32:56.580Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-07T18:32:56.580Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-07T18:32:56.580Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-07T18:32:58.115Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-07T18:32:58.115Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-07T18:32:58.115Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-07T18:32:58.132Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-07T18:32:58.809Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-07T18:33:00.323Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-07T18:33:00.785Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-07T18:33:00.785Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-07T18:33:01.073Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-07T18:33:01.073Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-07T18:33:01.544Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-07T18:33:02.977Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-07T18:33:03.120Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-07T18:33:03.440Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-07T18:33:03.440Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-07T18:33:03.440Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-07T18:33:03.902Z] === RUN TestDockerSuite/TestCreateRM [2022-04-07T18:33:03.902Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-07T18:33:03.902Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-07T18:33:03.902Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-07T18:33:04.114Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-07T18:33:04.114Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-07T18:33:04.114Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-07T18:33:04.114Z] === RUN TestDockerSuite/TestCreateRM [2022-04-07T18:33:04.367Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-07T18:33:04.367Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-07T18:33:04.588Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-07T18:33:04.588Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-07T18:33:04.588Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-07T18:33:04.588Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-07T18:33:05.060Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-07T18:33:12.255Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-07T18:33:12.255Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-07T18:33:12.727Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-07T18:33:12.971Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-07T18:33:12.971Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-07T18:33:12.971Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-07T18:33:15.163Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-07T18:33:15.627Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-07T18:33:15.627Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:33:15.627Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-07T18:33:15.698Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-07T18:33:15.698Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-07T18:33:15.698Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:33:15.698Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-07T18:33:18.560Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-07T18:33:18.560Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-07T18:33:18.560Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-07T18:33:18.560Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-07T18:33:18.560Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-07T18:33:18.560Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-07T18:33:18.560Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-07T18:33:18.560Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-07T18:33:18.560Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-07T18:33:18.560Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDockerFails [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-07T18:33:18.560Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-07T18:33:18.560Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-07T18:33:18.560Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-07T18:33:18.560Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-07T18:33:18.560Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.560Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-07T18:33:18.668Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-07T18:33:18.668Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-07T18:33:18.668Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-07T18:33:18.668Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-07T18:33:18.668Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-07T18:33:18.668Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-07T18:33:18.668Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-07T18:33:18.668Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-07T18:33:18.668Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-07T18:33:18.668Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.668Z] === RUN TestDockerSuite/TestDockerFails [2022-04-07T18:33:18.669Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-07T18:33:18.669Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.669Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-07T18:33:18.669Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.669Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-07T18:33:18.669Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.669Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-07T18:33:18.669Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.669Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-07T18:33:18.669Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-07T18:33:18.669Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-07T18:33:19.383Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-04-07T18:33:21.487Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-07T18:33:21.639Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-07T18:33:23.681Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-07T18:33:23.869Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-07T18:33:26.101Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-07T18:33:26.606Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-07T18:33:34.811Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-07T18:33:36.967Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-07T18:33:38.631Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-07T18:33:39.912Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-07T18:33:40.739Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-07T18:33:43.410Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-07T18:33:45.640Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-07T18:33:45.749Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-07T18:33:46.635Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-07T18:33:47.946Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-07T18:33:48.921Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-07T18:33:50.452Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-07T18:33:51.447Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-07T18:33:51.514Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-04-07T18:33:52.444Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-07T18:33:53.640Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-07T18:33:53.640Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-07T18:33:54.102Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-07T18:33:57.227Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-07T18:33:59.923Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-07T18:34:01.898Z] === RUN TestDockerSuite/TestBuildRm [2022-04-07T18:34:02.018Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-07T18:34:02.018Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-07T18:34:02.018Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-07T18:34:02.018Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:34:02.018Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-07T18:34:02.018Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-07T18:34:02.018Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-07T18:34:02.018Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-07T18:34:02.018Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-07T18:34:03.010Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-07T18:34:03.010Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-07T18:34:03.010Z] === RUN TestDockerSuite/TestEventsRename [2022-04-07T18:34:03.736Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-04-07T18:34:04.713Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-07T18:34:04.713Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-07T18:34:04.713Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-07T18:34:04.713Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:34:04.713Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-07T18:34:04.713Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-07T18:34:04.713Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-07T18:34:04.713Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-07T18:34:04.713Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-07T18:34:05.689Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-07T18:34:05.689Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-07T18:34:05.689Z] === RUN TestDockerSuite/TestEventsRename [2022-04-07T18:34:05.980Z] === RUN TestDockerSuite/TestEventsResize [2022-04-07T18:34:08.612Z] === RUN TestDockerSuite/TestEventsResize [2022-04-07T18:34:12.261Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-07T18:34:14.453Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-07T18:34:14.453Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-07T18:34:14.453Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-07T18:34:14.453Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-07T18:34:14.453Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-07T18:34:14.691Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-07T18:34:15.685Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-07T18:34:16.007Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-07T18:34:17.912Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-07T18:34:18.934Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-07T18:34:21.839Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-04-07T18:34:21.839Z] docker_cli_external_volume_driver_test.go:484: [d6617dc223d3c] daemon is not started [2022-04-07T18:34:22.692Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-07T18:34:22.693Z] === RUN TestDockerSuite/TestEventsTop [2022-04-07T18:34:22.693Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-07T18:34:22.693Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-07T18:34:25.690Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-07T18:34:29.500Z] === RUN TestDockerSuite/TestExec [2022-04-07T18:34:29.500Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:34:29.500Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-07T18:34:29.500Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-04-07T18:34:29.500Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-07T18:34:31.075Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-07T18:34:31.307Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-07T18:34:32.650Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-07T18:34:32.650Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:34:32.650Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-07T18:34:32.650Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:34:33.122Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-07T18:34:33.122Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-04-07T18:34:33.122Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-07T18:34:34.696Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-07T18:34:36.272Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-07T18:34:36.733Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-04-07T18:34:36.733Z] docker_cli_external_volume_driver_test.go:52: [dfcfd64a1689f] daemon is not started [2022-04-07T18:34:38.498Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-07T18:34:40.072Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-07T18:34:44.365Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-07T18:34:44.365Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-07T18:34:44.848Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-07T18:34:44.848Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-07T18:34:44.848Z] === RUN TestDockerSuite/TestExecEnv [2022-04-07T18:34:44.848Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:34:44.848Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-07T18:34:44.848Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-07T18:34:44.848Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-07T18:34:46.422Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-07T18:34:47.286Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-07T18:34:49.051Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-07T18:34:49.051Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-07T18:34:49.391Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-07T18:34:49.391Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-07T18:34:49.391Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-07T18:34:49.391Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-07T18:34:49.391Z] === RUN TestDockerSuite/TestExecParseError [2022-04-07T18:34:49.391Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-07T18:34:49.391Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-07T18:34:49.391Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-07T18:34:49.391Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-07T18:34:49.391Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-07T18:34:49.391Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-07T18:34:49.513Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-07T18:34:51.618Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-07T18:34:51.618Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-07T18:34:51.618Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-07T18:34:51.618Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-07T18:34:51.618Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-07T18:34:51.618Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-04-07T18:34:51.618Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-07T18:34:51.618Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-07T18:34:51.618Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-07T18:34:51.618Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-07T18:34:51.618Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-07T18:34:51.654Z] --- PASS: TestDockerExternalVolumeSuite (437.35s) [2022-04-07T18:34:51.654Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2022-04-07T18:34:51.654Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-04-07T18:34:51.654Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2022-04-07T18:34:51.654Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.25s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.21s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.96s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.77s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s) [2022-04-07T18:34:51.655Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-04-07T18:34:51.655Z] PASS [2022-04-07T18:34:51.655Z] [2022-04-07T18:34:51.655Z] === Skipped [2022-04-07T18:34:51.655Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-04-07T18:34:51.655Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-04-07T18:34:51.655Z] check_test.go:308: [d304156f18531] daemon is not started [2022-04-07T18:34:51.655Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-04-07T18:34:51.655Z] [2022-04-07T18:34:51.655Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-04-07T18:34:51.655Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-04-07T18:34:51.655Z] check_test.go:308: [ddaad0b0a2efc] daemon is not started [2022-04-07T18:34:51.655Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-04-07T18:34:51.655Z] [2022-04-07T18:34:51.655Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-04-07T18:34:51.655Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-04-07T18:34:51.655Z] check_test.go:308: [df558cf339749] daemon is not started [2022-04-07T18:34:51.655Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-04-07T18:34:51.655Z] [2022-04-07T18:34:51.655Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-04-07T18:34:51.655Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-04-07T18:34:51.655Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-04-07T18:34:51.655Z] [2022-04-07T18:34:51.655Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-04-07T18:34:51.655Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-04-07T18:34:51.655Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-04-07T18:34:51.655Z] [2022-04-07T18:34:51.655Z] DONE 271 tests, 5 skipped in 2344.104s [2022-04-07T18:34:51.655Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-07T18:34:51.915Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d0591eea7f85e/docker.pid [2022-04-07T18:34:51.915Z] +++ kill 7214 [2022-04-07T18:34:51.915Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7214 is not a child of this shell [2022-04-07T18:34:51.915Z] warning: PID 7214 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d0591eea7f85e/docker.pid had a nonzero exit code [2022-04-07T18:34:51.915Z] ++++ cat bundles/test-integration/docker.pid [2022-04-07T18:34:51.915Z] +++ kill 9395 [2022-04-07T18:34:51.915Z] +++ /etc/init.d/apparmor stop [2022-04-07T18:34:51.915Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-07T18:34:51.915Z] [2022-04-07T18:34:51.915Z] Unloading profiles will leave already running processes permanently [2022-04-07T18:34:51.915Z] unconfined, which can lead to unexpected situations. [2022-04-07T18:34:51.915Z] [2022-04-07T18:34:51.915Z] To set a process to complain mode, use the command line tool [2022-04-07T18:34:51.915Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-07T18:34:51.915Z] +++ true [2022-04-07T18:34:51.915Z] exiting test-integration [2022-04-07T18:34:51.915Z] ++ exit 0 [2022-04-07T18:34:51.915Z] [2022-04-07T18:34:51.998Z] === RUN TestDockerSuite/TestEventsTop [2022-04-07T18:34:51.998Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-07T18:34:51.998Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-07T18:34:52.175Z] + exit 0 [2022-04-07T18:34:52.175Z] ++ jobs -p [2022-04-07T18:34:52.175Z] + pids= [2022-04-07T18:34:52.175Z] + echo 'Remaining pids to kill: []' [2022-04-07T18:34:52.175Z] Remaining pids to kill: [] [2022-04-07T18:34:52.175Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-04-07T18:34:52.189Z] Recording test results [2022-04-07T18:34:52.663Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-07T18:34:52.981Z] + echo Ensuring container killed. [2022-04-07T18:34:52.981Z] Ensuring container killed. [2022-04-07T18:34:52.981Z] + docker ps -aq -f name=docker-pr7-* [2022-04-07T18:34:52.981Z] + cids=3ba6d6995cf7 [2022-04-07T18:34:52.981Z] c1c6d6ccb423 [2022-04-07T18:34:52.981Z] 47120a62947b [2022-04-07T18:34:52.981Z] + [ -n 3ba6d6995cf7 [2022-04-07T18:34:52.981Z] c1c6d6ccb423 [2022-04-07T18:34:52.981Z] 47120a62947b ] [2022-04-07T18:34:52.981Z] + docker rm -vf 3ba6d6995cf7 c1c6d6ccb423 47120a62947b [2022-04-07T18:34:53.845Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-07T18:34:53.845Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-07T18:34:53.845Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-07T18:34:53.925Z] 3ba6d6995cf7 [2022-04-07T18:34:53.925Z] c1c6d6ccb423 [2022-04-07T18:34:53.925Z] 47120a62947b [Pipeline] sh [2022-04-07T18:34:54.222Z] + echo Chowning /workspace to jenkins user [2022-04-07T18:34:54.223Z] Chowning /workspace to jenkins user [2022-04-07T18:34:54.223Z] + id -u [2022-04-07T18:34:54.223Z] + id -g [2022-04-07T18:34:54.223Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43448:/workspace busybox chown -R 1000:1000 /workspace [2022-04-07T18:34:54.920Z] === RUN TestDockerSuite/TestEventsUntilInThePast [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-07T18:34:57.830Z] + bundleName=amd64 [2022-04-07T18:34:57.830Z] + echo Creating amd64-bundles.tar.gz [2022-04-07T18:34:57.830Z] Creating amd64-bundles.tar.gz [2022-04-07T18:34:57.830Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-04-07T18:34:57.830Z] + xargs tar -czf amd64-bundles.tar.gz [2022-04-07T18:34:58.135Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-07T18:34:58.598Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-07T18:34:58.632Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-07T18:34:58.632Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-07T18:34:58.632Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-07T18:34:58.632Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-07T18:34:58.632Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-07T18:34:58.632Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-07T18:34:58.632Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-07T18:34:58.674Z] === RUN TestDockerSuite/TestExec [2022-04-07T18:34:58.674Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:34:59.136Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-07T18:34:59.136Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-04-07T18:34:59.136Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [Pipeline] archiveArtifacts [2022-04-07T18:34:59.224Z] Archiving artifacts [2022-04-07T18:34:59.839Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43448/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-07T18:35:00.154Z] + make clean [2022-04-07T18:35:00.154Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-07T18:35:00.154Z] docker-dev-cache [2022-04-07T18:35:00.154Z] docker-mod-cache [Pipeline] deleteDir [2022-04-07T18:35:01.351Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-07T18:35:02.354Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-07T18:35:02.354Z] === RUN TestDockerSuite/TestBuildStderr [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-07T18:35:04.272Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-07T18:35:04.272Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:35:04.272Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-07T18:35:04.272Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:35:04.272Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-07T18:35:04.272Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-04-07T18:35:04.272Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-07T18:35:04.523Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-07T18:35:06.110Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-07T18:35:06.464Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-07T18:35:10.217Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-07T18:35:10.421Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-07T18:35:12.648Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-07T18:35:13.139Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-07T18:35:16.065Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-07T18:35:18.543Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-07T18:35:18.543Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:35:18.543Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-07T18:35:18.543Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-07T18:35:18.543Z] === RUN TestDockerSuite/TestHealth [2022-04-07T18:35:18.543Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-07T18:35:18.543Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-07T18:35:19.015Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-07T18:35:19.015Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-07T18:35:19.015Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-07T18:35:21.885Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-07T18:35:21.885Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-07T18:35:21.885Z] === RUN TestDockerSuite/TestExecEnv [2022-04-07T18:35:21.885Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:35:21.885Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-07T18:35:21.885Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-07T18:35:21.885Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-07T18:35:22.842Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-07T18:35:22.842Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-07T18:35:22.842Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-07T18:35:22.842Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-07T18:35:22.842Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-07T18:35:22.842Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-07T18:35:23.314Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-07T18:35:23.786Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-07T18:35:23.786Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-07T18:35:23.786Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-07T18:35:23.846Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-07T18:35:23.846Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-07T18:35:23.846Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-07T18:35:24.779Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-07T18:35:24.779Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-07T18:35:24.805Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-07T18:35:25.394Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-07T18:35:26.354Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-07T18:35:26.372Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-07T18:35:26.825Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-07T18:35:29.053Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-07T18:35:29.524Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-07T18:35:29.524Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-07T18:35:29.524Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-07T18:35:29.524Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-07T18:35:29.524Z] === RUN TestDockerSuite/TestExecParseError [2022-04-07T18:35:29.524Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-07T18:35:29.524Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-07T18:35:29.524Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-07T18:35:29.524Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-07T18:35:29.524Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-07T18:35:29.524Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-07T18:35:30.131Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-07T18:35:31.282Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-07T18:35:31.753Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-07T18:35:31.753Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:35:31.753Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-07T18:35:33.278Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-07T18:35:33.278Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-07T18:35:33.278Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-07T18:35:33.278Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-07T18:35:33.278Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-07T18:35:33.278Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-04-07T18:35:33.278Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-07T18:35:33.278Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-07T18:35:33.278Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-07T18:35:33.278Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-07T18:35:33.278Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-07T18:35:34.844Z] === RUN TestDockerSuite/TestBuildUser [2022-04-07T18:35:34.844Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-07T18:35:34.844Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-07T18:35:34.844Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-07T18:35:34.844Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-07T18:35:34.844Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-07T18:35:34.844Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-07T18:35:35.562Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestImportFile [2022-04-07T18:35:35.562Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-07T18:35:35.562Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-07T18:35:35.562Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-07T18:35:35.562Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-07T18:35:35.562Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-07T18:35:35.562Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-07T18:35:35.562Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-07T18:35:35.562Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-07T18:35:35.562Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:35:35.562Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-07T18:35:36.199Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-07T18:35:36.199Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-07T18:35:36.199Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-07T18:35:37.791Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-07T18:35:38.604Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-07T18:35:38.604Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-07T18:35:40.019Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-07T18:35:40.019Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:35:40.019Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-07T18:35:40.019Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-07T18:35:40.019Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-07T18:35:40.495Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-07T18:35:40.495Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-07T18:35:40.495Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-07T18:35:41.528Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-07T18:35:41.528Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-07T18:35:41.528Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-07T18:35:41.528Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-07T18:35:41.528Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-07T18:35:42.018Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-07T18:35:42.018Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-07T18:35:42.018Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-07T18:35:42.018Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-07T18:35:42.018Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-07T18:35:42.018Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-07T18:35:42.018Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-07T18:35:42.727Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-07T18:35:42.727Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-07T18:35:44.960Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-07T18:35:44.960Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-07T18:35:44.960Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-07T18:35:44.960Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-07T18:35:44.960Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-07T18:35:44.960Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-07T18:35:44.960Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-07T18:35:47.928Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-07T18:35:49.119Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-07T18:35:51.738Z] === RUN TestDockerSuite/TestInspectImage [2022-04-07T18:35:51.739Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:35:51.739Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-07T18:35:51.739Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:35:51.739Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-07T18:35:51.739Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:35:51.739Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-07T18:35:53.965Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-07T18:35:54.936Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-07T18:35:55.540Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-07T18:35:56.013Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-07T18:35:58.242Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-07T18:35:58.690Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-07T18:35:59.261Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-07T18:35:59.817Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-07T18:35:59.817Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-07T18:35:59.817Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-07T18:36:00.236Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-07T18:36:00.288Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-07T18:36:01.867Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-07T18:36:04.835Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-07T18:36:05.799Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-07T18:36:05.799Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:36:05.799Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-07T18:36:05.799Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-07T18:36:05.799Z] === RUN TestDockerSuite/TestHealth [2022-04-07T18:36:05.799Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-07T18:36:05.799Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-07T18:36:05.799Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-07T18:36:05.799Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-07T18:36:05.799Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-07T18:36:07.343Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-07T18:36:08.646Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-07T18:36:09.554Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-07T18:36:09.554Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-07T18:36:09.554Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-07T18:36:09.554Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-07T18:36:09.554Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-07T18:36:09.554Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-07T18:36:10.022Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-07T18:36:10.220Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-07T18:36:10.484Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-07T18:36:10.484Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-07T18:36:10.484Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-07T18:36:11.458Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-07T18:36:11.458Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-07T18:36:12.057Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-07T18:36:12.057Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-07T18:36:12.057Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-07T18:36:12.057Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-07T18:36:12.057Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-07T18:36:12.448Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-07T18:36:13.006Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-07T18:36:13.468Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-07T18:36:14.254Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-07T18:36:14.254Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-07T18:36:14.678Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-07T18:36:14.718Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-04-07T18:36:15.015Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-07T18:36:16.906Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-07T18:36:17.940Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-07T18:36:17.940Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-07T18:36:17.940Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:36:17.940Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-07T18:36:19.134Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-07T18:36:21.363Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-07T18:36:21.363Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-07T18:36:21.363Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-07T18:36:21.363Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-07T18:36:21.695Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestImportFile [2022-04-07T18:36:21.695Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-07T18:36:21.695Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-07T18:36:21.695Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-07T18:36:21.695Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-07T18:36:21.695Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-07T18:36:21.695Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-07T18:36:21.695Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-07T18:36:21.695Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-07T18:36:21.695Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:36:21.695Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-07T18:36:23.542Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-07T18:36:23.593Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-07T18:36:24.618Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-07T18:36:25.168Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-07T18:36:26.810Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-07T18:36:26.810Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:36:27.273Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-07T18:36:27.273Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-07T18:36:27.273Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-07T18:36:27.273Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-07T18:36:27.273Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-07T18:36:27.273Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-07T18:36:27.300Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-07T18:36:27.762Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-07T18:36:29.464Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-07T18:36:29.926Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-07T18:36:31.060Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-07T18:36:32.848Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-07T18:36:32.848Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-07T18:36:32.848Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-07T18:36:32.848Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-07T18:36:32.848Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-07T18:36:32.848Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-07T18:36:32.848Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-07T18:36:33.289Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-07T18:36:33.289Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-07T18:36:33.289Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-07T18:36:34.864Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-07T18:36:34.864Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-07T18:36:35.040Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-07T18:36:38.902Z] === RUN TestDockerSuite/TestInspectImage [2022-04-07T18:36:38.902Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:36:38.902Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-07T18:36:38.902Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:36:38.902Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-07T18:36:38.902Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:36:38.902Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-07T18:36:39.743Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-07T18:36:40.196Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-07T18:36:40.196Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-07T18:36:40.196Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-07T18:36:40.196Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-07T18:36:40.196Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-07T18:36:40.196Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-07T18:36:40.196Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-07T18:36:40.196Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-07T18:36:41.830Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-07T18:36:44.520Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-07T18:36:44.752Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-07T18:36:44.752Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-07T18:36:47.301Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-07T18:36:47.674Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-07T18:36:48.851Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-07T18:36:48.851Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-07T18:36:48.851Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-07T18:36:48.851Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-07T18:36:48.851Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-07T18:36:48.851Z] docker_cli_sni_test.go:18: Flakey test [2022-04-07T18:36:48.851Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-07T18:36:49.298Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-07T18:36:50.600Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-07T18:36:50.600Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-07T18:36:50.600Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-07T18:36:50.600Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-07T18:36:50.845Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-07T18:36:51.526Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-07T18:36:53.101Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-07T18:36:53.101Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-07T18:36:53.101Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-07T18:36:53.522Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-07T18:36:54.604Z] === RUN TestDockerSuite/TestCommitChange [2022-04-07T18:36:55.328Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-07T18:36:56.443Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-07T18:36:58.300Z] === RUN TestDockerSuite/TestLogsSince [2022-04-07T18:37:02.261Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-07T18:37:04.970Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-07T18:37:05.184Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-07T18:37:06.990Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-07T18:37:06.990Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-07T18:37:06.990Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-07T18:37:06.990Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-07T18:37:06.990Z] === RUN TestDockerSuite/TestLogsTail [2022-04-07T18:37:07.164Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-07T18:37:07.164Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-07T18:37:07.164Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-07T18:37:08.106Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-07T18:37:09.221Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-07T18:37:11.028Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-07T18:37:12.188Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-07T18:37:12.986Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-07T18:37:12.986Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:37:12.986Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-07T18:37:13.225Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-07T18:37:14.414Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-07T18:37:14.414Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestNetHostname [2022-04-07T18:37:14.414Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-07T18:37:14.414Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-07T18:37:14.414Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-07T18:37:14.414Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPluginActive [2022-04-07T18:37:14.414Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-07T18:37:14.414Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-07T18:37:14.414Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-07T18:37:14.414Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-07T18:37:14.414Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-07T18:37:14.414Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-07T18:37:14.414Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-07T18:37:14.414Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-07T18:37:14.414Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-07T18:37:14.414Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPortList [2022-04-07T18:37:14.414Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-07T18:37:14.414Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-07T18:37:16.152Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-07T18:37:18.343Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-07T18:37:18.806Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-07T18:37:18.806Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-07T18:37:18.806Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-07T18:37:18.806Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-07T18:37:18.814Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-07T18:37:19.189Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-07T18:37:19.189Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-07T18:37:19.189Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-07T18:37:19.189Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-07T18:37:19.189Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-07T18:37:19.189Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-07T18:37:19.189Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-07T18:37:19.189Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-07T18:37:19.189Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-07T18:37:21.728Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-07T18:37:22.571Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-07T18:37:22.571Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-07T18:37:22.571Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-07T18:37:22.571Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-07T18:37:22.571Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-07T18:37:22.571Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-07T18:37:22.571Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-07T18:37:22.571Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-07T18:37:22.571Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-07T18:37:22.571Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-07T18:37:22.571Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-07T18:37:22.571Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-07T18:37:22.571Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-07T18:37:22.571Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-07T18:37:22.571Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-07T18:37:22.571Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-07T18:37:23.918Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-07T18:37:23.966Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-07T18:37:23.966Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-07T18:37:23.966Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-07T18:37:28.392Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-07T18:37:29.741Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-07T18:37:29.858Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-07T18:37:29.859Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-07T18:37:30.331Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-07T18:37:31.933Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-07T18:37:31.933Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-07T18:37:31.933Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-07T18:37:34.212Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-07T18:37:34.212Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-07T18:37:34.212Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-07T18:37:34.854Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-07T18:37:34.854Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-07T18:37:35.761Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-07T18:37:35.761Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-07T18:37:35.761Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-07T18:37:35.761Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:37:35.761Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-07T18:37:35.761Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:37:35.761Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-07T18:37:37.952Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-07T18:37:37.952Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-07T18:37:37.952Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-07T18:37:37.952Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-07T18:37:39.029Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-07T18:37:40.142Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-07T18:37:40.143Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-07T18:37:40.143Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-07T18:37:40.143Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-07T18:37:40.143Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-07T18:37:40.143Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-07T18:37:40.143Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-07T18:37:40.143Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-07T18:37:40.671Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-07T18:37:42.389Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-07T18:37:44.583Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-07T18:37:45.419Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-07T18:37:46.776Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-07T18:37:46.776Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-07T18:37:46.776Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-07T18:37:46.776Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-07T18:37:48.322Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-07T18:37:48.322Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-07T18:37:50.134Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-07T18:37:51.245Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-07T18:37:51.245Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-07T18:37:51.245Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-07T18:37:51.245Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-07T18:37:51.245Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-07T18:37:52.794Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-07T18:37:53.257Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-07T18:37:53.889Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-07T18:37:54.004Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-07T18:37:54.004Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-07T18:37:54.004Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-07T18:37:54.004Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-07T18:37:54.804Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-07T18:37:54.804Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-07T18:37:54.804Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-07T18:37:56.995Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-07T18:37:57.458Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-07T18:37:58.604Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-07T18:37:58.604Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-07T18:37:58.604Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-07T18:37:59.006Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-07T18:38:00.795Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-07T18:38:02.988Z] === RUN TestDockerSuite/TestLogsSince [2022-04-07T18:38:04.467Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-07T18:38:06.695Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-07T18:38:07.615Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-07T18:38:10.543Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-07T18:38:10.543Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-07T18:38:11.007Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-07T18:38:11.007Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-07T18:38:11.007Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-07T18:38:12.555Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-07T18:38:12.555Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-07T18:38:12.555Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-07T18:38:13.345Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-07T18:38:13.345Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-07T18:38:13.345Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-07T18:38:13.345Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-07T18:38:13.345Z] === RUN TestDockerSuite/TestLogsTail [2022-04-07T18:38:13.878Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-07T18:38:14.748Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-07T18:38:14.748Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-07T18:38:14.748Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-07T18:38:14.891Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-07T18:38:16.942Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-07T18:38:16.942Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-07T18:38:17.816Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-07T18:38:18.655Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-07T18:38:18.655Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-07T18:38:18.655Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-07T18:38:18.655Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-07T18:38:18.655Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-07T18:38:20.013Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-07T18:38:20.013Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.013Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-07T18:38:20.013Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.013Z] === RUN TestDockerSuite/TestNetHostname [2022-04-07T18:38:20.013Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.013Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-07T18:38:20.013Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.013Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-07T18:38:20.013Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.013Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-07T18:38:20.013Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.013Z] === RUN TestDockerSuite/TestPluginActive [2022-04-07T18:38:20.013Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.013Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-07T18:38:20.013Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-07T18:38:20.476Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-07T18:38:20.476Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-07T18:38:20.476Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-07T18:38:20.476Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-07T18:38:20.476Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-07T18:38:20.476Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-07T18:38:20.476Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-07T18:38:20.476Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPortList [2022-04-07T18:38:20.476Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-07T18:38:20.476Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-07T18:38:20.700Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-07T18:38:22.251Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-07T18:38:22.251Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-07T18:38:22.251Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-07T18:38:22.251Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-07T18:38:22.251Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-07T18:38:22.251Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-07T18:38:22.251Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-07T18:38:22.251Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-07T18:38:22.466Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-07T18:38:22.466Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:38:22.466Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-07T18:38:22.466Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-07T18:38:22.466Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-07T18:38:22.466Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-07T18:38:22.466Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-07T18:38:22.466Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-07T18:38:22.466Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-07T18:38:22.714Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-07T18:38:22.714Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-07T18:38:22.714Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-04-07T18:38:24.262Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-07T18:38:24.262Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-07T18:38:26.302Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-07T18:38:26.302Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-07T18:38:26.302Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-07T18:38:26.302Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-07T18:38:26.302Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-07T18:38:26.302Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-07T18:38:26.302Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-07T18:38:26.302Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-07T18:38:26.302Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-07T18:38:26.455Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-04-07T18:38:28.356Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-07T18:38:28.356Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-07T18:38:28.356Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-07T18:38:29.379Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-04-07T18:38:29.930Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-07T18:38:29.930Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-07T18:38:29.930Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-07T18:38:31.017Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-07T18:38:31.017Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-07T18:38:31.017Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-07T18:38:31.502Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-07T18:38:31.573Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-04-07T18:38:32.493Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-07T18:38:32.493Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-07T18:38:32.493Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-07T18:38:33.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008f8498_} [2022-04-07T18:38:35.960Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1342849487_c:\foo_false____} [2022-04-07T18:38:36.304Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-07T18:38:38.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1342849487_c:\foo_true____} [2022-04-07T18:38:40.116Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-07T18:38:41.075Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-07T18:38:41.075Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-07T18:38:41.075Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-07T18:38:41.075Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-07T18:38:41.075Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-07T18:38:41.075Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-07T18:38:41.075Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-07T18:38:41.372Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-07T18:38:41.372Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-07T18:38:41.372Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-07T18:38:43.084Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-07T18:38:43.268Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-07T18:38:43.268Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-07T18:38:43.268Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:38:43.268Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-07T18:38:45.461Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-07T18:38:45.461Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-07T18:38:45.461Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-07T18:38:45.461Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-07T18:38:47.652Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-07T18:38:47.652Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-07T18:38:47.652Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-07T18:38:47.652Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-07T18:38:47.652Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-07T18:38:47.652Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-07T18:38:47.652Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-07T18:38:51.409Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-07T18:38:51.732Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-07T18:38:53.605Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-07T18:38:53.605Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:38:53.605Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-07T18:38:53.605Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-07T18:38:53.605Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-07T18:39:00.944Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-07T18:39:00.944Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:39:01.414Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-07T18:39:06.041Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-07T18:39:06.041Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-07T18:39:06.041Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-07T18:39:06.041Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:39:06.041Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-07T18:39:06.588Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-07T18:39:07.049Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-07T18:39:07.049Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-07T18:39:07.049Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-07T18:39:07.049Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-07T18:39:07.049Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-07T18:39:07.311Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-07T18:39:07.311Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-07T18:39:07.311Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-07T18:39:08.305Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-07T18:39:11.761Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-07T18:39:12.111Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-07T18:39:14.655Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-07T18:39:14.655Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-07T18:39:14.655Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-07T18:39:14.655Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-07T18:39:14.655Z] === RUN TestDockerSuite/TestCpToDot [2022-04-07T18:39:16.205Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-07T18:39:16.205Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-07T18:39:16.205Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-07T18:39:16.205Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-07T18:39:16.205Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-07T18:39:16.884Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-07T18:39:16.884Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:39:16.884Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-07T18:39:18.398Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-07T18:39:18.398Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:39:18.398Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-07T18:39:18.398Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-07T18:39:18.398Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-07T18:39:18.398Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-07T18:39:18.399Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-07T18:39:18.399Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-07T18:39:18.399Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-07T18:39:18.399Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-07T18:39:18.861Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-07T18:39:20.361Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-07T18:39:20.410Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-07T18:39:20.691Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-07T18:39:20.691Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-07T18:39:21.162Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-07T18:39:22.611Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-07T18:39:22.611Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-07T18:39:23.075Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-07T18:39:24.624Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-07T18:39:25.601Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-07T18:39:25.601Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-07T18:39:25.601Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-07T18:39:25.601Z] === RUN TestDockerSuite/TestCreateRM [2022-04-07T18:39:26.065Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-07T18:39:26.065Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-07T18:39:26.065Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-07T18:39:26.065Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-07T18:39:26.183Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-07T18:39:26.183Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-07T18:39:26.183Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-07T18:39:26.183Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-07T18:39:26.183Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-07T18:39:26.528Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-07T18:39:32.001Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-07T18:39:32.001Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:39:32.001Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-07T18:39:32.001Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-07T18:39:32.001Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-07T18:39:32.001Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-07T18:39:32.001Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-07T18:39:32.001Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-07T18:39:32.001Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-07T18:39:33.688Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-07T18:39:35.918Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-07T18:39:36.910Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-07T18:39:38.960Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-07T18:39:38.960Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-07T18:39:38.960Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-07T18:39:40.600Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-07T18:39:40.600Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-07T18:39:40.600Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-07T18:39:41.156Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-07T18:39:41.582Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-07T18:39:41.582Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-07T18:39:41.582Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-07T18:39:41.619Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-07T18:39:41.619Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:39:41.619Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-07T18:39:41.683Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-07T18:39:43.129Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-07T18:39:43.591Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-07T18:39:43.591Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-07T18:39:43.591Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-07T18:39:46.457Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-07T18:39:48.734Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-07T18:39:48.734Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-07T18:39:48.734Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-07T18:39:48.734Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-07T18:39:48.734Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-07T18:39:48.734Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-07T18:39:48.734Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-07T18:39:48.734Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-07T18:39:48.734Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-07T18:39:48.734Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDockerFails [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-07T18:39:48.734Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-07T18:39:48.734Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-07T18:39:48.734Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-07T18:39:48.734Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-07T18:39:48.734Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-07T18:39:48.734Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-07T18:39:49.414Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-07T18:39:50.929Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-07T18:39:53.123Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-07T18:39:53.640Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-07T18:39:55.315Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-07T18:39:55.521Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-07T18:39:56.609Z] === RUN TestDockerSuite/TestRmiTag [2022-04-07T18:39:57.081Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-07T18:39:57.715Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-07T18:40:00.049Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-07T18:40:02.419Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-07T18:40:06.175Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-07T18:40:09.932Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-07T18:40:12.127Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-07T18:40:12.590Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-07T18:40:15.027Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-07T18:40:16.346Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-07T18:40:16.346Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-07T18:40:16.601Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-07T18:40:17.321Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-07T18:40:20.417Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-07T18:40:21.410Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-07T18:40:21.410Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-07T18:40:21.410Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-07T18:40:21.410Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-07T18:40:21.410Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-07T18:40:21.410Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-07T18:40:21.410Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-07T18:40:21.410Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-07T18:40:21.410Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-07T18:40:21.410Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-07T18:40:21.410Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-07T18:40:21.410Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-07T18:40:21.410Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-07T18:40:21.410Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-07T18:40:21.410Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-07T18:40:22.042Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-07T18:40:22.912Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-07T18:40:22.913Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:40:22.913Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-07T18:40:22.985Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-07T18:40:22.985Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-07T18:40:23.457Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-07T18:40:23.457Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-07T18:40:23.457Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-07T18:40:25.797Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-07T18:40:25.797Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-07T18:40:25.797Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-07T18:40:25.797Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:40:25.797Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-07T18:40:25.797Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-07T18:40:25.797Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-07T18:40:25.797Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-07T18:40:25.797Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-07T18:40:26.772Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-07T18:40:26.772Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-07T18:40:26.772Z] === RUN TestDockerSuite/TestEventsRename [2022-04-07T18:40:27.624Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-07T18:40:28.086Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-07T18:40:28.086Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-07T18:40:28.233Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-07T18:40:28.548Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-07T18:40:28.966Z] === RUN TestDockerSuite/TestEventsResize [2022-04-07T18:40:30.461Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-07T18:40:32.691Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-07T18:40:34.919Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-07T18:40:35.671Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-07T18:40:36.074Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-07T18:40:37.148Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-07T18:40:37.148Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-07T18:40:40.382Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-07T18:40:40.382Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:40:40.382Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-07T18:40:41.929Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-07T18:40:41.929Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-07T18:40:43.180Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-07T18:40:44.159Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-07T18:40:44.159Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-07T18:40:44.159Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-07T18:40:45.372Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-07T18:40:46.209Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-07T18:40:46.209Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-07T18:40:46.209Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-07T18:40:47.126Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-07T18:40:47.127Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-07T18:40:47.127Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-07T18:40:47.127Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-07T18:40:47.127Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-07T18:40:48.701Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-07T18:40:48.701Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-07T18:40:48.701Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-07T18:40:48.701Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-07T18:40:48.701Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-07T18:40:48.701Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-07T18:40:48.701Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-07T18:40:48.701Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-07T18:40:48.701Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-07T18:40:48.701Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-07T18:40:48.701Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-07T18:40:48.701Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-07T18:40:48.701Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-07T18:40:48.701Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-07T18:40:48.701Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-07T18:40:50.088Z] === RUN TestDockerSuite/TestEventsTop [2022-04-07T18:40:50.088Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-07T18:40:50.088Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-07T18:40:50.275Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-07T18:40:52.284Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-07T18:40:53.245Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-07T18:40:55.518Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-07T18:40:55.518Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-07T18:40:55.518Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-07T18:40:55.518Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-07T18:40:55.518Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-07T18:40:55.518Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-07T18:40:55.518Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-07T18:40:57.750Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-07T18:40:57.750Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-07T18:40:57.750Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-07T18:40:57.750Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-07T18:40:57.750Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-07T18:40:57.750Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-07T18:40:57.750Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-07T18:40:57.750Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-07T18:40:57.750Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-07T18:40:59.326Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-07T18:40:59.400Z] === RUN TestDockerSuite/TestExec [2022-04-07T18:40:59.400Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:40:59.400Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-07T18:40:59.400Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-04-07T18:40:59.400Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-07T18:41:00.950Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-07T18:41:01.061Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-07T18:41:02.501Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-07T18:41:02.501Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:41:02.501Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-07T18:41:02.501Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:41:02.965Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-07T18:41:02.965Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-04-07T18:41:02.965Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-07T18:41:03.252Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-07T18:41:03.714Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-07T18:41:04.521Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-07T18:41:06.514Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-07T18:41:06.514Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-07T18:41:06.514Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-07T18:41:06.514Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-07T18:41:06.514Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-07T18:41:06.514Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-07T18:41:06.514Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-07T18:41:06.514Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-07T18:41:06.514Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-07T18:41:06.514Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-07T18:41:06.514Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-07T18:41:06.514Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-07T18:41:06.514Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-07T18:41:06.718Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-07T18:41:08.089Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-07T18:41:08.089Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-07T18:41:08.089Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-07T18:41:08.089Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-07T18:41:08.089Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-07T18:41:08.089Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-07T18:41:08.268Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-07T18:41:09.819Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-07T18:41:10.317Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-07T18:41:10.817Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-07T18:41:12.548Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-07T18:41:12.548Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-07T18:41:12.548Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-07T18:41:13.581Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-07T18:41:13.581Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-07T18:41:13.581Z] === RUN TestDockerSuite/TestExecEnv [2022-04-07T18:41:13.581Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:41:13.581Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-07T18:41:13.581Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-07T18:41:13.581Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-07T18:41:14.777Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-07T18:41:14.777Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-07T18:41:14.777Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-07T18:41:14.777Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:41:15.248Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-07T18:41:15.248Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-07T18:41:15.248Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-07T18:41:15.528Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-07T18:41:15.777Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-07T18:41:17.476Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-07T18:41:19.710Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-07T18:41:20.501Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-07T18:41:20.501Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-07T18:41:20.501Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-07T18:41:20.501Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-07T18:41:20.501Z] === RUN TestDockerSuite/TestExecParseError [2022-04-07T18:41:20.501Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-07T18:41:20.501Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-07T18:41:20.501Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-07T18:41:20.501Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-07T18:41:20.501Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-07T18:41:20.501Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-07T18:41:21.941Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-07T18:41:22.052Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-07T18:41:22.052Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-07T18:41:22.052Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-07T18:41:22.052Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-07T18:41:22.052Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-07T18:41:22.052Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-04-07T18:41:22.052Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-07T18:41:22.052Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-07T18:41:22.052Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-07T18:41:22.052Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-07T18:41:22.052Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-07T18:41:24.128Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-07T18:41:24.174Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-07T18:41:24.174Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-07T18:41:24.174Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-07T18:41:24.174Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-07T18:41:24.174Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:41:24.174Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-07T18:41:24.174Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-07T18:41:24.174Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-07T18:41:24.174Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-07T18:41:24.174Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-07T18:41:24.174Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-07T18:41:24.174Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-07T18:41:24.174Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-07T18:41:24.174Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-07T18:41:24.174Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-07T18:41:24.174Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-07T18:41:24.247Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-07T18:41:24.248Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-07T18:41:24.248Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-07T18:41:27.049Z] === RUN TestDockerSuite/TestRmiTag [2022-04-07T18:41:27.511Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-07T18:41:28.956Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-07T18:41:28.956Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-07T18:41:28.956Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-07T18:41:28.956Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-07T18:41:28.956Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-07T18:41:28.956Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-07T18:41:28.956Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-07T18:41:28.956Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-07T18:41:28.956Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:41:28.956Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-07T18:41:28.956Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:41:28.956Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-07T18:41:30.432Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-07T18:41:31.359Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-07T18:41:31.359Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-07T18:41:31.359Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-07T18:41:31.359Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-07T18:41:31.359Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-07T18:41:31.359Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-07T18:41:31.359Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-07T18:41:34.854Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-07T18:41:34.854Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-07T18:41:34.854Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunMount [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-07T18:41:36.433Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-07T18:41:36.433Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-07T18:41:37.186Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-07T18:41:43.015Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-07T18:41:43.621Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-07T18:41:43.621Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-07T18:41:43.621Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-07T18:41:43.621Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-07T18:41:43.621Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-07T18:41:43.621Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-07T18:41:43.621Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-07T18:41:45.210Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-07T18:41:48.160Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-07T18:41:48.398Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-07T18:41:48.622Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-07T18:41:51.039Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-07T18:41:51.039Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:41:51.503Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-07T18:41:51.503Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-07T18:41:51.503Z] === RUN TestDockerSuite/TestHealth [2022-04-07T18:41:51.503Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-07T18:41:51.503Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-07T18:41:51.503Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-07T18:41:51.503Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-07T18:41:51.503Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-07T18:41:52.212Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-07T18:41:52.212Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-07T18:41:52.212Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-07T18:41:52.212Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-07T18:41:52.212Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-07T18:41:52.212Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-07T18:41:52.212Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-07T18:41:52.212Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-07T18:41:52.212Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-07T18:41:52.212Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-07T18:41:52.746Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-07T18:41:53.720Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-07T18:41:53.720Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-07T18:41:53.720Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-07T18:41:53.720Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-07T18:41:53.720Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-07T18:41:53.720Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-07T18:41:53.720Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-07T18:41:53.720Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-07T18:41:53.720Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-07T18:41:53.720Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-07T18:41:53.786Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-07T18:41:54.182Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-07T18:41:54.182Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-07T18:41:54.182Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-07T18:41:54.182Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-07T18:41:54.182Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-07T18:41:55.265Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-07T18:41:55.265Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-07T18:41:55.265Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-07T18:41:55.265Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-07T18:41:55.265Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-07T18:41:55.265Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-07T18:41:55.362Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-07T18:41:55.728Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-07T18:41:56.193Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-07T18:41:56.193Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-07T18:41:56.193Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-07T18:41:56.374Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-07T18:41:56.374Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-07T18:41:56.374Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-07T18:41:56.374Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-07T18:41:56.374Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-07T18:41:56.940Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-07T18:41:57.170Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-07T18:41:57.170Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-07T18:41:57.934Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-07T18:41:59.366Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-07T18:41:59.366Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-07T18:42:00.164Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-07T18:42:00.635Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-07T18:42:00.635Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-07T18:42:00.635Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-07T18:42:00.635Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-07T18:42:00.635Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-07T18:42:00.635Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-07T18:42:00.635Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-07T18:42:00.635Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-07T18:42:00.635Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-07T18:42:00.635Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-07T18:42:00.635Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-07T18:42:00.635Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-07T18:42:00.635Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-07T18:42:00.635Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-07T18:42:00.635Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-07T18:42:00.635Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-07T18:42:00.917Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-07T18:42:02.191Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-07T18:42:03.609Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-07T18:42:03.609Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-07T18:42:03.609Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-07T18:42:03.609Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-07T18:42:03.609Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-07T18:42:03.609Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-07T18:42:03.609Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-07T18:42:03.609Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-07T18:42:03.609Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-07T18:42:03.609Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-07T18:42:03.609Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-07T18:42:04.382Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-07T18:42:07.303Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-07T18:42:08.030Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-07T18:42:08.494Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-07T18:42:08.494Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:42:08.494Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-07T18:42:09.495Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-07T18:42:12.257Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestImportFile [2022-04-07T18:42:12.257Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-07T18:42:12.257Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-07T18:42:12.257Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-07T18:42:12.257Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-07T18:42:12.257Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-07T18:42:12.257Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-07T18:42:12.257Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-07T18:42:12.257Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-07T18:42:12.257Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.257Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-07T18:42:12.302Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-07T18:42:12.302Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-07T18:42:12.302Z] === RUN TestDockerSuite/TestRunRm [2022-04-07T18:42:12.567Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-07T18:42:12.567Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-07T18:42:14.451Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-07T18:42:14.531Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-07T18:42:16.290Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-07T18:42:16.290Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:42:16.290Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-07T18:42:16.290Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-07T18:42:16.290Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-07T18:42:16.290Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-07T18:42:16.290Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-07T18:42:16.290Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.280Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-07T18:42:17.280Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-07T18:42:17.742Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-07T18:42:18.485Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-07T18:42:18.485Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-07T18:42:19.309Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-07T18:42:19.932Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-07T18:42:19.932Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-07T18:42:19.932Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-07T18:42:20.680Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-07T18:42:20.680Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-07T18:42:20.680Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-07T18:42:20.680Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-07T18:42:20.680Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-07T18:42:20.680Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-07T18:42:20.680Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-07T18:42:22.276Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-07T18:42:22.876Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-07T18:42:23.686Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-07T18:42:23.686Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-07T18:42:23.686Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-07T18:42:23.686Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-07T18:42:23.686Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-07T18:42:23.852Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-07T18:42:25.876Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-07T18:42:25.876Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-07T18:42:25.876Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-07T18:42:25.876Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-07T18:42:25.876Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-07T18:42:25.876Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-07T18:42:25.876Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-07T18:42:25.876Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-07T18:42:25.876Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-07T18:42:25.876Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-07T18:42:25.876Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-07T18:42:25.876Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-07T18:42:25.876Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-07T18:42:25.876Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-07T18:42:25.876Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-07T18:42:26.082Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-07T18:42:26.637Z] === RUN TestDockerSuite/TestInspectImage [2022-04-07T18:42:26.637Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:42:26.637Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-07T18:42:26.637Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:42:26.637Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-07T18:42:26.637Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:42:26.637Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-07T18:42:27.423Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-07T18:42:28.186Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-07T18:42:28.314Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-07T18:42:28.314Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-07T18:42:28.314Z] === RUN TestDockerSuite/TestRunState [2022-04-07T18:42:28.314Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-07T18:42:28.314Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-07T18:42:30.346Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-07T18:42:30.387Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-07T18:42:30.387Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-07T18:42:30.545Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-07T18:42:30.545Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-07T18:42:30.545Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-07T18:42:31.938Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-07T18:42:32.543Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-07T18:42:32.543Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-07T18:42:32.543Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-07T18:42:32.543Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-07T18:42:32.543Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-07T18:42:32.543Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-07T18:42:32.779Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-07T18:42:32.779Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-07T18:42:32.779Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-07T18:42:32.779Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-07T18:42:32.779Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-07T18:42:32.779Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-07T18:42:32.779Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-07T18:42:32.779Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-07T18:42:32.779Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-07T18:42:33.005Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-07T18:42:34.144Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-07T18:42:34.144Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-07T18:42:34.144Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-07T18:42:34.144Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-07T18:42:35.196Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-07T18:42:35.196Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-07T18:42:35.196Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-07T18:42:35.196Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-07T18:42:35.196Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-07T18:42:35.196Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-07T18:42:35.196Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-07T18:42:35.196Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-07T18:42:35.196Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-07T18:42:36.341Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-07T18:42:36.743Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-07T18:42:37.555Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-07T18:42:37.555Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-07T18:42:38.537Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-07T18:42:39.783Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-07T18:42:39.783Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-07T18:42:39.783Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-07T18:42:42.013Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-07T18:42:42.013Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-07T18:42:42.013Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-07T18:42:42.013Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-07T18:42:42.013Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-07T18:42:42.303Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-07T18:42:42.563Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-07T18:42:42.563Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-07T18:42:42.563Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-07T18:42:42.563Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-07T18:42:42.563Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-07T18:42:42.563Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-07T18:42:42.563Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-07T18:42:42.563Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-07T18:42:42.563Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-07T18:42:42.563Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-07T18:42:42.563Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-07T18:42:42.563Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-07T18:42:42.563Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-07T18:42:43.857Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-07T18:42:44.756Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-07T18:42:44.756Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-07T18:42:44.756Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-07T18:42:44.756Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-07T18:42:44.756Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-07T18:42:44.756Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-07T18:42:44.981Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-07T18:42:46.055Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-07T18:42:46.948Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-07T18:42:48.275Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-07T18:42:49.871Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-07T18:42:49.871Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-07T18:42:49.871Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-07T18:42:50.475Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-07T18:42:52.168Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-07T18:42:52.675Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-07T18:42:52.794Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-07T18:42:52.794Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-07T18:42:52.794Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-07T18:42:52.794Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:42:52.794Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-07T18:42:52.794Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-07T18:42:52.794Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-07T18:42:54.228Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-07T18:42:54.692Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-07T18:42:54.692Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-07T18:42:54.692Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-07T18:42:54.692Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-07T18:42:54.984Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-07T18:42:56.890Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-07T18:42:56.959Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-07T18:42:57.904Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-07T18:42:58.443Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-07T18:43:00.096Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-07T18:43:01.741Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-07T18:43:01.741Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-07T18:43:01.741Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-07T18:43:02.214Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-07T18:43:03.023Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-07T18:43:03.023Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-07T18:43:03.023Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-07T18:43:03.023Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-07T18:43:03.023Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:43:03.023Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-07T18:43:03.023Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-07T18:43:03.023Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-07T18:43:03.023Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-07T18:43:03.023Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-07T18:43:03.023Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-07T18:43:03.023Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-07T18:43:03.023Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-07T18:43:03.023Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-07T18:43:03.023Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-07T18:43:03.023Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-07T18:43:04.273Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-07T18:43:05.184Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-07T18:43:05.823Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-07T18:43:05.823Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-07T18:43:05.823Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-07T18:43:07.412Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-07T18:43:07.747Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-07T18:43:07.747Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-07T18:43:07.747Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-07T18:43:07.747Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-07T18:43:07.747Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-07T18:43:07.747Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-07T18:43:07.747Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-07T18:43:07.747Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-07T18:43:07.747Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:43:07.747Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-07T18:43:07.747Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:43:07.747Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-07T18:43:08.018Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-07T18:43:08.018Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-07T18:43:09.643Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-07T18:43:09.643Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-07T18:43:09.643Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-07T18:43:09.643Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-07T18:43:09.643Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-07T18:43:09.643Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-07T18:43:09.643Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-07T18:43:09.643Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-07T18:43:09.643Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-07T18:43:09.643Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-07T18:43:09.643Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-07T18:43:09.643Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-07T18:43:10.115Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-07T18:43:10.115Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-07T18:43:10.115Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-07T18:43:12.739Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-07T18:43:13.084Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-07T18:43:13.870Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-07T18:43:13.870Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-07T18:43:13.870Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-07T18:43:14.078Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-07T18:43:15.657Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunMount [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-07T18:43:16.063Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-07T18:43:16.063Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-07T18:43:18.565Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-07T18:43:20.437Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-07T18:43:20.437Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-07T18:43:20.437Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-07T18:43:20.437Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-07T18:43:20.437Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-07T18:43:20.437Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-07T18:43:20.437Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-07T18:43:23.284Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-07T18:43:23.402Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-07T18:43:23.402Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-07T18:43:23.877Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-07T18:43:24.351Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-07T18:43:24.677Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-07T18:43:24.677Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-07T18:43:24.677Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-07T18:43:24.677Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-07T18:43:24.677Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-07T18:43:24.677Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-07T18:43:24.677Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-07T18:43:25.483Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-07T18:43:25.928Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-07T18:43:25.928Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-07T18:43:27.677Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-07T18:43:27.677Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-07T18:43:27.677Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-07T18:43:28.156Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-07T18:43:29.417Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-07T18:43:29.870Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-07T18:43:30.382Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-07T18:43:31.421Z] === RUN TestDockerSuite/TestLogsSince [2022-04-07T18:43:32.610Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-07T18:43:32.610Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:43:32.610Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-07T18:43:34.132Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-07T18:43:34.132Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-07T18:43:34.132Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-07T18:43:34.132Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-07T18:43:34.132Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-07T18:43:34.132Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-07T18:43:34.132Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-07T18:43:34.132Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-07T18:43:34.132Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-07T18:43:34.132Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-07T18:43:35.107Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-07T18:43:36.655Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-07T18:43:38.247Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-07T18:43:39.793Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-07T18:43:39.800Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-07T18:43:39.800Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:43:39.800Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-07T18:43:40.042Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-07T18:43:40.042Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-07T18:43:40.042Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-07T18:43:40.042Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-07T18:43:40.506Z] === RUN TestDockerSuite/TestLogsTail [2022-04-07T18:43:41.986Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-07T18:43:42.449Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-07T18:43:42.449Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-07T18:43:42.449Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-07T18:43:42.449Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-07T18:43:42.449Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-07T18:43:42.449Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-07T18:43:42.449Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-07T18:43:42.449Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-07T18:43:42.449Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-07T18:43:42.449Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-07T18:43:42.449Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-07T18:43:42.449Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-07T18:43:42.449Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-07T18:43:42.449Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-07T18:43:42.449Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-07T18:43:42.449Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-07T18:43:42.702Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-07T18:43:44.576Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-07T18:43:44.576Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-07T18:43:44.576Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-07T18:43:44.576Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-07T18:43:44.576Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-07T18:43:44.576Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-07T18:43:44.576Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-07T18:43:44.576Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-07T18:43:44.576Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-07T18:43:45.632Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-07T18:43:46.204Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-07T18:43:46.204Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-07T18:43:46.204Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-07T18:43:46.204Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-07T18:43:46.204Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-07T18:43:46.204Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-07T18:43:46.204Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-07T18:43:46.204Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-07T18:43:46.204Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-07T18:43:46.204Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-07T18:43:46.204Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-07T18:43:48.495Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-07T18:43:48.495Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestNetHostname [2022-04-07T18:43:48.495Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-07T18:43:48.495Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-07T18:43:48.495Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-07T18:43:48.495Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPluginActive [2022-04-07T18:43:48.495Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-07T18:43:48.495Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-07T18:43:48.495Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-07T18:43:48.495Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-07T18:43:48.495Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-07T18:43:48.495Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-07T18:43:48.495Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-07T18:43:48.495Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-07T18:43:48.495Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-07T18:43:48.495Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.495Z] === RUN TestDockerSuite/TestPortList [2022-04-07T18:43:48.496Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-07T18:43:48.496Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-07T18:43:50.472Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-07T18:43:50.472Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-07T18:43:50.472Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-07T18:43:50.472Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-07T18:43:50.472Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-07T18:43:50.472Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-07T18:43:50.472Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-07T18:43:50.472Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:43:50.472Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-07T18:43:50.472Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-07T18:43:50.472Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-07T18:43:50.472Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:43:50.472Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-07T18:43:52.045Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-07T18:43:52.254Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-07T18:43:52.254Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-07T18:43:52.254Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-07T18:43:52.254Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-07T18:43:52.254Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-07T18:43:52.254Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-07T18:43:52.254Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-07T18:43:52.254Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-07T18:43:52.254Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-07T18:43:53.619Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-07T18:43:53.619Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-07T18:43:53.619Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-07T18:43:55.177Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-07T18:43:55.177Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-07T18:43:55.177Z] === RUN TestDockerSuite/TestRunRm [2022-04-07T18:43:55.882Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-07T18:43:55.882Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-07T18:43:55.882Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-07T18:43:55.882Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-07T18:43:55.882Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-07T18:43:55.882Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:43:55.882Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-07T18:43:55.882Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-07T18:43:55.882Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-07T18:43:55.882Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:43:55.882Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-07T18:43:55.882Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:43:55.882Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-07T18:43:56.128Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-07T18:43:56.128Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-07T18:43:56.128Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-07T18:43:57.370Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-07T18:44:03.190Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-07T18:44:04.734Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-07T18:44:04.734Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-07T18:44:04.734Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-07T18:44:06.113Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-07T18:44:08.304Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-07T18:44:10.849Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-07T18:44:11.224Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-07T18:44:11.225Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-07T18:44:11.225Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-07T18:44:11.225Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-07T18:44:11.225Z] === RUN TestDockerSuite/TestRunState [2022-04-07T18:44:11.225Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-07T18:44:11.225Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-07T18:44:11.331Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-07T18:44:11.331Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-07T18:44:11.331Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:44:11.331Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-07T18:44:11.801Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-07T18:44:11.801Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-07T18:44:11.801Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-07T18:44:14.147Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-07T18:44:14.147Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-07T18:44:14.147Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-07T18:44:14.147Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-07T18:44:14.147Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-07T18:44:14.147Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-07T18:44:14.147Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-07T18:44:14.147Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-07T18:44:14.609Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-07T18:44:14.610Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-07T18:44:14.610Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-07T18:44:14.610Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-07T18:44:14.766Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-07T18:44:14.766Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-07T18:44:17.155Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-07T18:44:17.840Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-07T18:44:17.840Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-07T18:44:17.840Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-07T18:44:17.840Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-07T18:44:18.312Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-07T18:44:19.463Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-07T18:44:19.463Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-07T18:44:21.653Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-07T18:44:21.653Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-07T18:44:21.653Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-07T18:44:24.983Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-07T18:44:24.983Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-07T18:44:24.983Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-07T18:44:24.983Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-07T18:44:24.983Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-07T18:44:25.497Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-07T18:44:25.497Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:44:25.497Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-07T18:44:25.968Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-07T18:44:26.440Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-07T18:44:26.440Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-07T18:44:26.440Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-07T18:44:27.965Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-07T18:44:29.678Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-07T18:44:29.678Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-07T18:44:29.678Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-07T18:44:29.678Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-07T18:44:33.638Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-07T18:44:33.638Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-07T18:44:33.638Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-07T18:44:35.636Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-07T18:44:40.047Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-07T18:44:41.519Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-07T18:44:42.349Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-07T18:44:42.349Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-07T18:44:42.349Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-07T18:44:43.810Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite (1937.86s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.58s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.55s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (64.07s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.93s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.87s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.69s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.07s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.64s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (4.93s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (62.85s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.64s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.09s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.80s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.37s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.56s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.86s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.23s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.95s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.12s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.45s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.22s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddTar (27.72s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.31s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (13.93s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.30s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.78s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.61s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (6.94s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.56s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.14s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.65s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.52s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (19.24s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.60s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.21s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.56s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.14s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.29s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.88s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.49s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.75s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.97s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.06s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.62s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.86s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.77s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.59s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.53s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (27.12s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.55s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.48s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.30s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.46s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (18.92s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.63s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (14.15s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.41s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.60s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.23s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.75s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.71s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignore (40.35s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.06s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (44.38s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.33s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.60s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (15.64s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.74s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.33s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (22.91s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (8.82s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.13s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (62.22s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.35s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.99s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.72s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.73s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.39s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.88s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.86s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (11.40s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.56s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFails (2.31s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.45s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.41s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.67s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.06s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.20s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.02s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.61s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.51s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (6.93s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildHistory (10.14s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.88s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.76s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.66s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.78s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLabel (0.88s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.87s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.53s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLabels (0.90s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.35s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.20s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.51s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.54s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.39s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.72s) [2022-04-07T18:44:43.924Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.56s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (28.47s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.96s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.18s) [2022-04-07T18:44:43.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.93s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.59s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.41s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.89s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.57s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.70s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.75s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.42s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.20s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.86s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.88s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.21s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildOnBuild (7.81s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.42s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.16s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.53s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.56s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (3.68s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.91s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.03s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.76s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (34.25s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (15.86s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildRm (9.48s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.65s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.22s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.50s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.36s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.90s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.27s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.58s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.57s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.16s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.57s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildStderr (8.45s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.21s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.00s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.10s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.54s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.18s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.18s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.50s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.74s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.24s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.77s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.40s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.70s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.08s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (8.46s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.34s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (11.21s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.05s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.23s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.75s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.65s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.88s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCommitChange (4.28s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.92s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.70s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCommitTTY (6.18s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.91s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.20s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.28s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.31s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.29s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.31s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.86s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.84s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.84s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.91s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.44s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.37s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.82s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.13s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.30s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.07s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.58s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.27s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.35s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.83s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.26s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.79s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.62s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.14s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.42s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.46s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.42s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.49s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008059e0_} (2.49s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11261231471_c:\foo_false____} (2.42s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11261231471_c:\foo_true____} (2.42s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.38s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.45s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.52s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.42s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.46s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.56s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.91s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.85s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpToDot (2.40s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCpToStdout (2.68s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.07s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.37s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.68s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.74s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateRM (0.39s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.07s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.40s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.86s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.39s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-04-07T18:44:43.925Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-07T18:44:43.925Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.43s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.48s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.48s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.43s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsCopy (3.83s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.14s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.30s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.75s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.79s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.93s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.95s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFilters (4.85s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFormat (4.73s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsRename (2.52s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsResize (7.68s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.30s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.19s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.79s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.83s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.77s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.75s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.78s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.79s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.80s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.79s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.18s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.88s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecInspectID (3.16s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.06s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.93s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (4.76s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.80s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.84s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.86s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.77s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.65s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.60s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.97s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.64s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.03s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.56s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.62s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.32s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.28s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.31s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.21s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.32s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectDefault (2.36s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectHistory (3.95s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.28s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.84s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.31s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.81s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.84s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectStatus (2.90s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.56s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.91s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.25s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.80s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.28s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.27s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.31s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.73s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.75s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.50s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.35s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.89s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.72s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.71s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.67s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.28s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.89s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.41s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.36s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsSince (8.84s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsTail (2.62s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.42s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.32s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.56s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.12s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPsByOrder (6.82s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.89s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.11s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.03s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.31s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.28s) [2022-04-07T18:44:43.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.12s) [2022-04-07T18:44:43.926Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.27s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.76s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.69s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.23s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.48s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.34s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.85s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.69s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.18s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.30s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.10s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.10s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.84s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.62s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.22s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.40s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.09s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.34s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiTag (0.57s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.36s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.13s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.54s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.14s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.67s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.58s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.47s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.32s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.27s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.29s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.71s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.29s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.62s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.63s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.71s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.38s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.26s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.26s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.57s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.56s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.31s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.30s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.25s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.26s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunExitCode (2.29s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.27s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.28s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.35s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.07s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.27s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.51s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.91s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.40s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.35s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.24s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.59s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.57s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.10s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.99s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.24s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunRm (2.32s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.32s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.30s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.26s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.80s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.36s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.27s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.13s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.43s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.29s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.28s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.91s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.92s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.52s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.41s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.04s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.33s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.36s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.07s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.26s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.62s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.56s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-04-07T18:44:43.927Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.55s) [2022-04-07T18:44:43.927Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.20s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.73s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.21s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.25s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.25s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.23s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.15s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.96s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.81s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.93s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.84s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.23s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.51s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.82s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.32s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.35s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.54s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.16s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.84s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.23s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.10s) [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-07T18:44:43.928Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] --- PASS: TestDockerRegistrySuite (0.11s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.10s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-07T18:44:43.928Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-07T18:44:43.928Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-07T18:44:43.928Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-07T18:44:43.928Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-07T18:44:43.928Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-07T18:44:43.928Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-07T18:44:43.928Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-07T18:44:43.928Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-07T18:44:43.928Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-07T18:44:43.928Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-07T18:44:43.928Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-07T18:44:43.928Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-07T18:44:43.928Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-07T18:44:43.928Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-07T18:44:43.928Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-07T18:44:43.928Z] === RUN TestDockerDaemonSuite [2022-04-07T18:44:43.928Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-07T18:44:43.928Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-07T18:44:43.928Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.928Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-07T18:44:43.928Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-07T18:44:43.929Z] === RUN TestDockerSwarmSuite [2022-04-07T18:44:43.929Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-04-07T18:44:43.929Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-07T18:44:43.929Z] === RUN TestDockerExternalVolumeSuite [2022-04-07T18:44:43.929Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-04-07T18:44:43.929Z] === RUN TestDockerNetworkSuite [2022-04-07T18:44:43.929Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-04-07T18:44:43.929Z] === RUN TestDockerHubPullSuite [2022-04-07T18:44:43.929Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-04-07T18:44:43.929Z] PASS [2022-04-07T18:44:43.929Z] ok github.com/docker/docker/integration-cli 1938.156s [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === Skipped [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-04-07T18:44:43.929Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-07T18:44:43.929Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-07T18:44:43.929Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-07T18:44:43.929Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-04-07T18:44:43.929Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-07T18:44:43.929Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-07T18:44:43.929Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-07T18:44:43.929Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-07T18:44:43.929Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-07T18:44:43.929Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-07T18:44:43.929Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-07T18:44:43.929Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-07T18:44:43.929Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2022-04-07T18:44:43.929Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.31s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.31s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.78s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.78s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2022-04-07T18:44:43.929Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2022-04-07T18:44:43.929Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.929Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2022-04-07T18:44:43.929Z] [2022-04-07T18:44:43.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.28s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-04-07T18:44:43.930Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2022-04-07T18:44:43.930Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_sni_test.go:18: Flakey test [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-07T18:44:43.930Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-07T18:44:43.930Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-04-07T18:44:43.930Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-07T18:44:43.930Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-07T18:44:43.930Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-07T18:44:43.930Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-04-07T18:44:43.930Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.930Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-04-07T18:44:43.930Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-07T18:44:43.931Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-07T18:44:43.931Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-07T18:44:43.931Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-04-07T18:44:43.931Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-07T18:44:43.931Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-04-07T18:44:43.931Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-04-07T18:44:43.931Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.931Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-04-07T18:44:43.931Z] [2022-04-07T18:44:43.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-04-07T18:44:43.932Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-07T18:44:43.932Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-07T18:44:43.932Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-07T18:44:43.932Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-07T18:44:43.932Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-04-07T18:44:43.932Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-07T18:44:43.932Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-07T18:44:43.932Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-07T18:44:43.932Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-04-07T18:44:43.932Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-04-07T18:44:43.932Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-07T18:44:43.932Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-07T18:44:43.932Z] [2022-04-07T18:44:43.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-04-07T18:44:43.932Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-07T18:44:44.403Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-07T18:44:44.403Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-07T18:44:44.403Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-04-07T18:44:44.403Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-04-07T18:44:44.403Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-04-07T18:44:44.403Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-04-07T18:44:44.403Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-04-07T18:44:44.403Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-04-07T18:44:44.403Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-04-07T18:44:44.403Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.403Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-04-07T18:44:44.403Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-04-07T18:44:44.404Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-07T18:44:44.404Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-04-07T18:44:44.404Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-07T18:44:44.404Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-07T18:44:44.404Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-04-07T18:44:44.404Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-07T18:44:44.404Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-07T18:44:44.404Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-04-07T18:44:44.404Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-04-07T18:44:44.404Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-07T18:44:44.404Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-07T18:44:44.404Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-07T18:44:44.404Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-04-07T18:44:44.404Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-04-07T18:44:44.404Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.404Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-04-07T18:44:44.404Z] [2022-04-07T18:44:44.404Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-07T18:44:44.405Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-07T18:44:44.405Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-04-07T18:44:44.405Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-04-07T18:44:44.405Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-07T18:44:44.405Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-07T18:44:44.405Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-07T18:44:44.405Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:44:44.405Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-07T18:44:44.405Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-04-07T18:44:44.405Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-04-07T18:44:44.405Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-07T18:44:44.405Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-07T18:44:44.405Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-07T18:44:44.405Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-07T18:44:44.405Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-04-07T18:44:44.405Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-07T18:44:44.405Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-04-07T18:44:44.405Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.405Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-04-07T18:44:44.405Z] [2022-04-07T18:44:44.405Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.406Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-04-07T18:44:44.406Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.406Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-04-07T18:44:44.406Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-07T18:44:44.407Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.407Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-07T18:44:44.407Z] [2022-04-07T18:44:44.407Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-07T18:44:44.408Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-07T18:44:44.408Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-07T18:44:44.408Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-07T18:44:44.408Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.10s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.10s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.408Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:44:44.408Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.408Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:44:44.408Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-07T18:44:44.409Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.409Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-07T18:44:44.409Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-04-07T18:44:44.410Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] DONE 1088 tests, 539 skipped in 1946.874s [2022-04-07T18:44:44.410Z] INFO: Integration tests ended at 04/07/2022 18:44:44. Duration:00:32:26.9844829 [2022-04-07T18:44:44.410Z] INFO: Docker info of the daemon under test at end of run [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] Containers: 10 [2022-04-07T18:44:44.410Z] Running: 0 [2022-04-07T18:44:44.410Z] Paused: 0 [2022-04-07T18:44:44.410Z] Stopped: 10 [2022-04-07T18:44:44.410Z] Images: 18 [2022-04-07T18:44:44.410Z] Server Version: 0.0.0-dev [2022-04-07T18:44:44.410Z] Storage Driver: windowsfilter [2022-04-07T18:44:44.410Z] Windows: [2022-04-07T18:44:44.410Z] Logging Driver: json-file [2022-04-07T18:44:44.410Z] Plugins: [2022-04-07T18:44:44.410Z] Volume: local [2022-04-07T18:44:44.410Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T18:44:44.410Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T18:44:44.410Z] Swarm: inactive [2022-04-07T18:44:44.410Z] Default Isolation: process [2022-04-07T18:44:44.410Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-07T18:44:44.410Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-07T18:44:44.410Z] OSType: windows [2022-04-07T18:44:44.410Z] Architecture: x86_64 [2022-04-07T18:44:44.410Z] CPUs: 4 [2022-04-07T18:44:44.410Z] Total Memory: 32GiB [2022-04-07T18:44:44.410Z] Name: azwin-2-0cb9e0 [2022-04-07T18:44:44.410Z] ID: OSFN:ELHX:DHHV:T57J:DXMM:4VKR:2T2Y:X263:7C6T:75FD:QJ3X:TF7F [2022-04-07T18:44:44.410Z] Docker Root Dir: D:\CI\PR-43448\7\daemon [2022-04-07T18:44:44.410Z] Debug Mode (client): false [2022-04-07T18:44:44.410Z] Debug Mode (server): true [2022-04-07T18:44:44.410Z] File Descriptors: -1 [2022-04-07T18:44:44.410Z] Goroutines: 17 [2022-04-07T18:44:44.410Z] System Time: 2022-04-07T18:44:44.2498568Z [2022-04-07T18:44:44.410Z] EventsListeners: 0 [2022-04-07T18:44:44.410Z] Registry: https://index.docker.io/v1/ [2022-04-07T18:44:44.410Z] Labels: [2022-04-07T18:44:44.410Z] Experimental: false [2022-04-07T18:44:44.410Z] Insecure Registries: [2022-04-07T18:44:44.410Z] 127.0.0.0/8 [2022-04-07T18:44:44.410Z] Live Restore Enabled: false [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] [2022-04-07T18:44:44.410Z] INFO: Stopping daemon under test [2022-04-07T18:44:44.882Z] SUCCESS: The process with PID 6128 (child process of PID 5928) has been terminated. [2022-04-07T18:44:44.882Z] SUCCESS: The process with PID 5928 (child process of PID 4904) has been terminated. [2022-04-07T18:44:44.882Z] INFO: Stop tailing logs of the daemon under tests [2022-04-07T18:44:44.882Z] INFO: executeCI.ps1 Completed successfully at 04/07/2022 18:44:44. [2022-04-07T18:44:44.882Z] INFO: Tidying up at end of run [2022-04-07T18:44:44.882Z] INFO: Saving daemon under test log (d:\CI\PR-43448\7\dut.out) to bundles\CIDUT.out [2022-04-07T18:44:44.882Z] INFO: Saving daemon under test log (d:\CI\PR-43448\7\dut.err) to bundles\CIDUT.err [2022-04-07T18:44:44.882Z] INFO: Saving containerd logs to bundles [2022-04-07T18:44:44.882Z] INFO: Nuke-Everything... [2022-04-07T18:44:44.882Z] INFO: Container count on control daemon to delete is 2 [2022-04-07T18:44:44.882Z] 36705e58ff38 [2022-04-07T18:44:44.882Z] 266af03fc488 [2022-04-07T18:44:44.882Z] INFO: Tidying pidfile d:\CI\PR-43448\7\docker.pid [2022-04-07T18:44:44.882Z] INFO: Nuking d:\CI [2022-04-07T18:44:48.627Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-07T18:44:48.627Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-07T18:44:48.627Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-07T18:44:48.627Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-07T18:44:51.551Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-07T18:44:53.748Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-07T18:44:56.233Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-07T18:44:56.670Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-07T18:44:56.670Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-07T18:44:56.670Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-07T18:44:56.670Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-07T18:44:56.670Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-07T18:44:56.670Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-07T18:44:56.670Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-07T18:44:56.670Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-07T18:44:56.670Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-07T18:44:56.670Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-07T18:44:56.670Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-07T18:44:56.670Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-07T18:44:56.670Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-07T18:44:56.670Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-07T18:44:56.670Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-07T18:44:58.429Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-07T18:44:58.906Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-07T18:44:58.906Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-07T18:44:58.906Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-07T18:44:58.906Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-07T18:45:01.384Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-07T18:45:02.662Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-07T18:45:02.662Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:45:02.662Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-07T18:45:02.662Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-07T18:45:02.662Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-07T18:45:02.662Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-07T18:45:02.662Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-07T18:45:02.662Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-07T18:45:02.662Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-07T18:45:02.785Z] INFO: Zapped successfully [2022-04-07T18:45:02.785Z] [2022-04-07T18:45:02.785Z] INFO: executeCI.ps1 exiting at Thu Apr 7 18:45:01 CUT 2022. Duration 00:55:25.3444704 [2022-04-07T18:45:02.785Z] [2022-04-07T18:45:02.933Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-04-07T18:45:03.042Z] Recording test results [2022-04-07T18:45:05.123Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-07T18:45:09.771Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-07T18:45:09.771Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.771Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-07T18:45:09.835Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-07T18:45:09.835Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-07T18:45:09.835Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-07T18:45:09.835Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-07T18:45:09.835Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-07T18:45:09.835Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-07T18:45:09.835Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-07T18:45:10.745Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-07T18:45:10.745Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-07T18:45:10.745Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-07T18:45:11.720Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-07T18:45:11.976Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-04-07T18:45:12.695Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-07T18:45:12.695Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-07T18:45:12.695Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-07T18:45:12.757Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-07T18:45:12.757Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-07T18:45:13.219Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-07T18:45:13.219Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-07T18:45:13.622Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-04-07T18:45:14.768Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-07T18:45:14.768Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-07T18:45:14.843Z] Archiving artifacts [2022-04-07T18:45:16.457Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-07T18:45:17.689Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-07T18:45:19.878Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-07T18:45:20.214Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-07T18:45:21.760Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-07T18:45:22.797Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-07T18:45:22.797Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:45:22.797Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-07T18:45:30.462Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-07T18:45:30.463Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:45:30.463Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-07T18:45:33.772Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43448/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-07T18:45:34.872Z] + make clean [2022-04-07T18:45:35.463Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-07T18:45:35.464Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-07T18:45:35.464Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-07T18:45:35.464Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-07T18:45:35.464Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-07T18:45:35.464Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-07T18:45:35.464Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-07T18:45:35.464Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-07T18:45:35.464Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-07T18:45:35.865Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-07T18:45:35.865Z] docker-dev-cache [2022-04-07T18:45:35.865Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-07T18:45:42.571Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-07T18:45:42.571Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-07T18:45:42.571Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-07T18:45:42.571Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-07T18:45:42.571Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-07T18:45:42.571Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-07T18:45:42.571Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-07T18:45:42.571Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:45:42.571Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-07T18:45:42.571Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-07T18:45:42.571Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-07T18:45:42.571Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:45:42.571Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-07T18:45:45.343Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-07T18:45:45.343Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:45:45.343Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-07T18:45:46.324Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-07T18:45:48.267Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-07T18:45:48.730Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-07T18:45:48.730Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-07T18:45:49.234Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-07T18:45:49.234Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-07T18:45:49.234Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-07T18:45:49.708Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-07T18:45:52.139Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-07T18:45:52.139Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-07T18:45:52.139Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-07T18:45:52.139Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-07T18:45:52.139Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-07T18:45:52.139Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:45:52.139Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-07T18:45:52.139Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-07T18:45:52.139Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-07T18:45:52.139Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:45:52.139Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-07T18:45:52.139Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:45:52.139Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-07T18:45:53.472Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-07T18:45:56.395Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-07T18:45:56.395Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:45:56.395Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-07T18:46:00.151Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-07T18:46:00.151Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-07T18:46:00.614Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-07T18:46:09.825Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-07T18:46:09.825Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-07T18:46:09.825Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-07T18:46:09.825Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:46:09.825Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-07T18:46:09.825Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-07T18:46:09.825Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-07T18:46:09.825Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-07T18:46:11.362Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-07T18:46:11.362Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-07T18:46:13.041Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-07T18:46:14.266Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-07T18:46:14.725Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-07T18:46:15.185Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-07T18:46:15.185Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-07T18:46:15.185Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-07T18:46:15.236Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-07T18:46:15.699Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-07T18:46:21.540Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-07T18:46:23.755Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-07T18:46:23.755Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:46:23.755Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-07T18:46:23.755Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-07T18:46:23.755Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-07T18:46:23.755Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-07T18:46:23.755Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-07T18:46:25.296Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-07T18:46:32.414Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-07T18:46:32.414Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-07T18:46:32.414Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-07T18:46:32.424Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-07T18:46:35.346Z] === RUN TestDockerSuite/TestRmiTag [2022-04-07T18:46:35.346Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-07T18:46:37.542Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-07T18:46:42.732Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-07T18:46:42.732Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-07T18:46:42.732Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite (2130.23s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.66s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (66.33s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.70s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.44s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.46s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.84s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (59.60s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.73s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.87s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.76s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.19s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.75s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.83s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.30s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.41s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.07s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.33s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.87s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.36s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.36s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddTar (29.10s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.19s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.45s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.24s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.82s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.49s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.73s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.04s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.42s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.40s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.49s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (20.68s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.94s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.14s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.14s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.12s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.27s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.82s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCmd (0.50s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.48s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.47s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.86s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.86s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.03s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.38s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.80s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.74s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.56s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.75s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.02s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.55s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.48s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.40s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.45s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (20.40s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.62s) [2022-04-07T18:46:43.193Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.70s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.36s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.63s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.46s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.95s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.95s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildDockerignore (43.30s) [2022-04-07T18:46:43.193Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.22s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (47.67s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.34s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.59s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.76s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.99s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.78s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (24.20s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.11s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.04s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (65.97s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.34s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.92s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.43s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.48s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.81s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.90s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.44s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.19s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.84s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.49s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.16s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.53s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFails (2.54s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.85s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.91s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.53s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.15s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.13s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.82s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.61s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.46s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.99s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildHistory (9.44s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.83s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.37s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.64s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.98s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLabel (0.81s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.54s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.83s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.50s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLabels (0.86s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.33s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.89s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.48s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.55s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.58s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.89s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.63s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (30.30s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.76s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.64s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.39s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.88s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.66s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.21s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.53s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.92s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.98s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.70s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.84s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.85s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.13s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.02s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.33s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.38s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.68s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.62s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.62s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.43s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.98s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.57s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.54s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.67s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildRm (12.16s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.50s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.16s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.55s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.56s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.99s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.76s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.58s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.55s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.31s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.36s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildStderr (4.12s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.29s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.22s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.07s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.92s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.41s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.92s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.48s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.96s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.75s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.73s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.72s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.75s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.80s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.71s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.79s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (11.73s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.97s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.52s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.62s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.82s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestCommitChange (4.52s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.23s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.68s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestCommitTTY (6.57s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.08s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.64s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.68s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.51s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.54s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.50s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.04s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.06s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.03s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.04s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.59s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.57s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.58s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.10s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.70s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.93s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.96s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.47s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.56s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.60s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.43s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.56s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-04-07T18:46:43.194Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.38s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.99s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.57s) [2022-04-07T18:46:43.194Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.57s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.60s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.49s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008c29d8_} (2.55s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1282845249_c:\foo_false____} (2.59s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1282845249_c:\foo_true____} (2.59s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.66s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.61s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.58s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.81s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.59s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.48s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.63s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpToDot (2.69s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCpToStdout (2.79s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.03s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.61s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.59s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.17s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.33s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.42s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.38s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.86s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.58s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.64s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.56s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.65s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.19s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsCopy (4.14s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.73s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.65s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.67s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.19s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.36s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.81s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFilters (5.19s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFormat (5.15s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.15s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsRename (2.68s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsResize (32.85s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.47s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.12s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.99s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsUntag (2.71s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.27s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.59s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.55s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.56s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.03s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.05s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.10s) [2022-04-07T18:46:43.195Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.44s) [2022-04-07T18:46:43.195Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.08s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestExecInspectID (5.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.29s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.06s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.62s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.62s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.61s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.65s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.61s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.14s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.53s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.87s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.51s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.79s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.77s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.47s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.54s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.62s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.54s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.58s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectDefault (2.49s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectHistory (4.03s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.53s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.00s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.56s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.03s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.99s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectStatus (3.11s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.59s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.14s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.50s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.05s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.53s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.65s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.56s) [2022-04-07T18:46:43.655Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-04-07T18:46:43.655Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.66s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.56s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.27s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.54s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.07s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.92s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.93s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.92s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.10s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.98s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.58s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.58s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsSince (9.04s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsTail (2.80s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.63s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.58s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPsByOrder (10.53s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.60s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.90s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.76s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.95s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.72s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.79s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.46s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.75s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.65s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.68s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.71s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.69s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.09s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.68s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (6.95s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.88s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.54s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.27s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.70s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.00s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.60s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.12s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.57s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.47s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.00s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiTag (0.57s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.61s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.53s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.85s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.46s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.97s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.38s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.98s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.23s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.55s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.49s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.53s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.13s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.56s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.26s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.33s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.74s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.64s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.55s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.52s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.34s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.03s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.65s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.49s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.55s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.63s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunExitCode (2.56s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.58s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.51s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.56s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.56s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.39s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.11s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.61s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.24s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.44s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.33s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.65s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.66s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.28s) [2022-04-07T18:46:43.656Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.32s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-07T18:46:43.656Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.19s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.26s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunRm (2.54s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.63s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.57s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.55s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.09s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.53s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.29s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.71s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.48s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.85s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.33s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.77s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.98s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.09s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.39s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.55s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.52s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.29s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.09s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.66s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.05s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.32s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.20s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.64s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.65s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.56s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.53s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.54s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.70s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.30s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.09s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.12s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.07s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.24s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.83s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.11s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.33s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.01s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.52s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.59s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.23s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.97s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-07T18:46:43.657Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.35s) [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-07T18:46:43.657Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.657Z] --- PASS: TestDockerRegistrySuite (0.11s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.10s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-07T18:46:43.657Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-07T18:46:43.658Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-07T18:46:43.658Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-07T18:46:43.658Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-07T18:46:43.658Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-07T18:46:43.658Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-07T18:46:43.658Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-07T18:46:43.658Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-07T18:46:43.658Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-07T18:46:43.658Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-07T18:46:43.658Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-07T18:46:43.658Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-07T18:46:43.658Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-07T18:46:43.658Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-07T18:46:43.658Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-07T18:46:43.658Z] === RUN TestDockerDaemonSuite [2022-04-07T18:46:43.658Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-07T18:46:43.658Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-07T18:46:43.658Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-07T18:46:43.658Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-07T18:46:43.658Z] === RUN TestDockerSwarmSuite [2022-04-07T18:46:43.658Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-04-07T18:46:43.658Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-07T18:46:43.658Z] === RUN TestDockerExternalVolumeSuite [2022-04-07T18:46:43.658Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-04-07T18:46:43.658Z] === RUN TestDockerNetworkSuite [2022-04-07T18:46:43.658Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-04-07T18:46:43.658Z] === RUN TestDockerHubPullSuite [2022-04-07T18:46:43.658Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-04-07T18:46:43.658Z] PASS [2022-04-07T18:46:43.658Z] ok github.com/docker/docker/integration-cli 2130.516s [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === Skipped [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-07T18:46:43.658Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-07T18:46:43.658Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-07T18:46:43.658Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-07T18:46:43.658Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-07T18:46:43.658Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-07T18:46:43.658Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-07T18:46:43.658Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-07T18:46:43.658Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-07T18:46:43.658Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-04-07T18:46:43.658Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-04-07T18:46:43.658Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-04-07T18:46:43.658Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-04-07T18:46:43.658Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-04-07T18:46:43.658Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-07T18:46:43.658Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-07T18:46:43.658Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-07T18:46:43.658Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-07T18:46:43.658Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-04-07T18:46:43.658Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-07T18:46:43.658Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.658Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-07T18:46:43.658Z] [2022-04-07T18:46:43.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2022-04-07T18:46:43.659Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.82s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.82s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.31s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-04-07T18:46:43.659Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-04-07T18:46:43.659Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.659Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-04-07T18:46:43.659Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-04-07T18:46:43.660Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s) [2022-04-07T18:46:43.660Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-07T18:46:43.660Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-07T18:46:43.660Z] docker_cli_sni_test.go:18: Flakey test [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-07T18:46:43.660Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-07T18:46:43.660Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-04-07T18:46:43.660Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-04-07T18:46:43.660Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.660Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-04-07T18:46:43.660Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-07T18:46:43.661Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-07T18:46:43.661Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-07T18:46:43.661Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-07T18:46:43.661Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-07T18:46:43.661Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-04-07T18:46:43.661Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-07T18:46:43.661Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-04-07T18:46:43.661Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-04-07T18:46:43.661Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-04-07T18:46:43.661Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-07T18:46:43.661Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-04-07T18:46:43.661Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-07T18:46:43.661Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-07T18:46:43.661Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-07T18:46:43.661Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-04-07T18:46:43.661Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-04-07T18:46:43.661Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-07T18:46:43.661Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-04-07T18:46:43.661Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-04-07T18:46:43.661Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-07T18:46:43.661Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-04-07T18:46:43.661Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.661Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-04-07T18:46:43.661Z] [2022-04-07T18:46:43.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-04-07T18:46:43.662Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-07T18:46:43.662Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-04-07T18:46:43.662Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-07T18:46:43.662Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-07T18:46:43.662Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-07T18:46:43.662Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-04-07T18:46:43.662Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-07T18:46:43.662Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-04-07T18:46:43.662Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-04-07T18:46:43.662Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-07T18:46:43.662Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-07T18:46:43.662Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-04-07T18:46:43.662Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-04-07T18:46:43.662Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-04-07T18:46:43.662Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.662Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-04-07T18:46:43.662Z] [2022-04-07T18:46:43.662Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-07T18:46:43.662Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-07T18:46:43.663Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-07T18:46:43.663Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:46:43.663Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-07T18:46:43.663Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-04-07T18:46:43.663Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-04-07T18:46:43.663Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-04-07T18:46:43.663Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-07T18:46:43.663Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-04-07T18:46:43.663Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:43.663Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-07T18:46:43.663Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-07T18:46:43.663Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-07T18:46:43.663Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.123Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-04-07T18:46:44.123Z] [2022-04-07T18:46:44.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-04-07T18:46:44.123Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-07T18:46:44.124Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.124Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-07T18:46:44.124Z] [2022-04-07T18:46:44.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-07T18:46:44.125Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-07T18:46:44.125Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-07T18:46:44.125Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-07T18:46:44.125Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.125Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-07T18:46:44.125Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.10s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.10s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.126Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-07T18:46:44.126Z] [2022-04-07T18:46:44.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-07T18:46:44.126Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-04-07T18:46:44.127Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] DONE 1088 tests, 544 skipped in 2140.211s [2022-04-07T18:46:44.127Z] INFO: Integration tests ended at 04/07/2022 18:46:43. Duration:00:35:40.3343566 [2022-04-07T18:46:44.127Z] INFO: Docker info of the daemon under test at end of run [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] Containers: 10 [2022-04-07T18:46:44.127Z] Running: 0 [2022-04-07T18:46:44.127Z] Paused: 0 [2022-04-07T18:46:44.127Z] Stopped: 10 [2022-04-07T18:46:44.127Z] Images: 18 [2022-04-07T18:46:44.127Z] Server Version: 0.0.0-dev [2022-04-07T18:46:44.127Z] Storage Driver: windowsfilter [2022-04-07T18:46:44.127Z] Windows: [2022-04-07T18:46:44.127Z] Logging Driver: json-file [2022-04-07T18:46:44.127Z] Plugins: [2022-04-07T18:46:44.127Z] Volume: local [2022-04-07T18:46:44.127Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T18:46:44.127Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T18:46:44.127Z] Swarm: inactive [2022-04-07T18:46:44.127Z] Default Isolation: process [2022-04-07T18:46:44.127Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-07T18:46:44.127Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-07T18:46:44.127Z] OSType: windows [2022-04-07T18:46:44.127Z] Architecture: x86_64 [2022-04-07T18:46:44.127Z] CPUs: 4 [2022-04-07T18:46:44.127Z] Total Memory: 32GiB [2022-04-07T18:46:44.127Z] Name: azwin-2-ee31f0 [2022-04-07T18:46:44.127Z] ID: GCKI:4HJH:K7BF:TIGG:KCKV:TG7B:VTEP:Q7BF:D6NI:UJHS:2F64:UDIO [2022-04-07T18:46:44.127Z] Docker Root Dir: D:\CI\PR-43448\7\daemon [2022-04-07T18:46:44.127Z] Debug Mode (client): false [2022-04-07T18:46:44.127Z] Debug Mode (server): true [2022-04-07T18:46:44.127Z] File Descriptors: -1 [2022-04-07T18:46:44.127Z] Goroutines: 44 [2022-04-07T18:46:44.127Z] System Time: 2022-04-07T18:46:43.8734355Z [2022-04-07T18:46:44.127Z] EventsListeners: 0 [2022-04-07T18:46:44.127Z] Registry: https://index.docker.io/v1/ [2022-04-07T18:46:44.127Z] Labels: [2022-04-07T18:46:44.127Z] Experimental: false [2022-04-07T18:46:44.127Z] Insecure Registries: [2022-04-07T18:46:44.127Z] 127.0.0.0/8 [2022-04-07T18:46:44.127Z] Live Restore Enabled: false [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] [2022-04-07T18:46:44.127Z] INFO: Stopping daemon under test [2022-04-07T18:46:44.127Z] SUCCESS: The process with PID 4036 (child process of PID 4184) has been terminated. [2022-04-07T18:46:44.127Z] SUCCESS: The process with PID 4184 (child process of PID 964) has been terminated. [2022-04-07T18:46:44.127Z] INFO: Stop tailing logs of the daemon under tests [2022-04-07T18:46:44.127Z] INFO: executeCI.ps1 Completed successfully at 04/07/2022 18:46:44. [2022-04-07T18:46:44.127Z] INFO: Tidying up at end of run [2022-04-07T18:46:44.127Z] INFO: Saving daemon under test log (d:\CI\PR-43448\7\dut.out) to bundles\CIDUT.out [2022-04-07T18:46:44.585Z] INFO: Saving daemon under test log (d:\CI\PR-43448\7\dut.err) to bundles\CIDUT.err [2022-04-07T18:46:44.585Z] INFO: Saving containerd logs to bundles [2022-04-07T18:46:44.585Z] INFO: Nuke-Everything... [2022-04-07T18:46:45.044Z] INFO: Container count on control daemon to delete is 2 [2022-04-07T18:46:45.044Z] d9a81f4726d4 [2022-04-07T18:46:45.044Z] 3a8824ad4f2d [2022-04-07T18:46:45.044Z] INFO: Tidying pidfile d:\CI\PR-43448\7\docker.pid [2022-04-07T18:46:45.044Z] INFO: Killing containerd with PID 4828 [2022-04-07T18:46:45.044Z] INFO: Nuking d:\CI [2022-04-07T18:46:55.285Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-07T18:46:56.835Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-07T18:47:00.593Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-07T18:47:02.140Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-07T18:47:02.140Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-07T18:47:02.140Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-07T18:47:02.140Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-07T18:47:02.140Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-07T18:47:02.140Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-07T18:47:02.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-07T18:47:02.140Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-07T18:47:02.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-07T18:47:02.140Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-07T18:47:02.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-07T18:47:02.140Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-07T18:47:02.140Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-07T18:47:02.140Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-07T18:47:02.140Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-07T18:47:02.770Z] INFO: Zapped successfully [2022-04-07T18:47:02.770Z] [2022-04-07T18:47:02.770Z] INFO: executeCI.ps1 exiting at Thu Apr 7 18:47:01 CUT 2022. Duration 00:57:18.6496841 [2022-04-07T18:47:02.770Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-04-07T18:47:03.010Z] Recording test results [2022-04-07T18:47:03.687Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-07T18:47:03.687Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-07T18:47:03.688Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-07T18:47:03.688Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-07T18:47:03.688Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-07T18:47:07.445Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-07T18:47:10.368Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-07T18:47:11.950Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-04-07T18:47:13.431Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-04-07T18:47:15.179Z] Archiving artifacts [2022-04-07T18:47:17.474Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-07T18:47:19.024Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-07T18:47:20.572Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-07T18:47:21.035Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-07T18:47:24.792Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-07T18:47:24.792Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-07T18:47:25.255Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-07T18:47:26.804Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-07T18:47:26.804Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-07T18:47:26.804Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-07T18:47:29.729Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-07T18:47:29.729Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-07T18:47:29.729Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-07T18:47:29.729Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-07T18:47:29.729Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-07T18:47:30.866Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43448/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-07T18:47:31.278Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-07T18:47:31.278Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-07T18:47:31.741Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-07T18:47:31.741Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-07T18:47:31.741Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-07T18:47:31.741Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-07T18:47:31.741Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-07T18:47:31.741Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-07T18:47:31.741Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-07T18:47:31.741Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-07T18:47:31.741Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-07T18:47:31.741Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-07T18:47:31.741Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-07T18:47:31.741Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-07T18:47:31.741Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-07T18:47:31.858Z] + make clean [2022-04-07T18:47:32.826Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-07T18:47:32.826Z] docker-dev-cache [2022-04-07T18:47:32.826Z] docker-mod-cache [Pipeline] deleteDir [2022-04-07T18:47:33.933Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-07T18:47:35.482Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-07T18:47:37.674Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-07T18:47:37.674Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-07T18:47:37.674Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-07T18:47:37.674Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-07T18:47:37.674Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-07T18:47:37.674Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-07T18:47:37.674Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-07T18:47:39.869Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-07T18:47:39.869Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-07T18:47:39.869Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-07T18:47:39.869Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-07T18:47:39.869Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-07T18:47:39.869Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-07T18:47:39.869Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-07T18:47:39.869Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-07T18:47:39.869Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-07T18:47:41.421Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-07T18:47:46.136Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-07T18:47:46.136Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-07T18:47:46.136Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-07T18:47:46.136Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-07T18:47:46.136Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-07T18:47:46.136Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-07T18:47:46.136Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-07T18:47:46.136Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-07T18:47:46.136Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-07T18:47:46.136Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-07T18:47:46.136Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-07T18:47:46.136Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-07T18:47:46.136Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-07T18:47:48.334Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-07T18:47:48.334Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-07T18:47:48.334Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-07T18:47:48.334Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-07T18:47:48.334Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-07T18:47:48.334Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-07T18:47:50.529Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-07T18:47:57.652Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-07T18:47:57.652Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-07T18:47:57.652Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-07T18:47:59.210Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-07T18:47:59.210Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-07T18:47:59.210Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-07T18:47:59.210Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:47:59.210Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-07T18:47:59.210Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-07T18:47:59.210Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-07T18:48:00.765Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-07T18:48:02.966Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-07T18:48:05.163Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-07T18:48:06.713Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-07T18:48:07.177Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-07T18:48:07.177Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-07T18:48:07.177Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-07T18:48:07.177Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:48:07.177Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-07T18:48:07.177Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-07T18:48:07.177Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-07T18:48:07.177Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-07T18:48:07.177Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-07T18:48:07.177Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-07T18:48:07.177Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-07T18:48:07.177Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-07T18:48:07.177Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-07T18:48:07.177Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-07T18:48:07.177Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-07T18:48:10.949Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-07T18:48:10.949Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-07T18:48:10.949Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-07T18:48:10.949Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-07T18:48:10.949Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-07T18:48:10.949Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-07T18:48:10.949Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-07T18:48:10.949Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-07T18:48:10.949Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:48:10.949Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-07T18:48:10.949Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:48:10.949Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-07T18:48:19.564Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-07T18:48:19.564Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-07T18:48:19.564Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunMount [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-07T18:48:20.543Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-07T18:48:20.543Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-07T18:48:27.662Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-07T18:48:27.662Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-07T18:48:27.662Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-07T18:48:27.662Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-07T18:48:27.662Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-07T18:48:27.662Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-07T18:48:27.662Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-07T18:48:31.428Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-07T18:48:34.356Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-07T18:48:34.356Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-07T18:48:34.356Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-07T18:48:34.356Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-07T18:48:34.356Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-07T18:48:34.356Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-07T18:48:34.356Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-07T18:48:34.356Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-07T18:48:34.356Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-07T18:48:34.356Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-07T18:48:34.819Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-07T18:48:36.371Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-07T18:48:37.922Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-07T18:48:40.117Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-07T18:48:41.093Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-07T18:48:43.288Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-07T18:48:43.288Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-07T18:48:43.288Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-07T18:48:43.288Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-07T18:48:43.288Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-07T18:48:43.288Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-07T18:48:43.288Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-07T18:48:43.288Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-07T18:48:43.288Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-07T18:48:43.288Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-07T18:48:43.288Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-07T18:48:43.288Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-07T18:48:43.288Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-07T18:48:43.288Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-07T18:48:43.752Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-07T18:48:43.752Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-07T18:48:43.752Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-07T18:48:46.680Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-07T18:48:46.680Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-07T18:48:46.680Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-07T18:48:46.680Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-07T18:48:46.680Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-07T18:48:46.680Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-07T18:48:46.680Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-07T18:48:46.680Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-07T18:48:46.680Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-07T18:48:46.680Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-07T18:48:46.680Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-07T18:48:53.797Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-07T18:48:53.797Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-07T18:48:53.797Z] === RUN TestDockerSuite/TestRunRm [2022-04-07T18:48:55.994Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-07T18:49:01.825Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-07T18:49:03.375Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-07T18:49:04.927Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-07T18:49:07.122Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-07T18:49:09.320Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-07T18:49:09.320Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-07T18:49:09.320Z] === RUN TestDockerSuite/TestRunState [2022-04-07T18:49:09.320Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-07T18:49:09.320Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-07T18:49:11.517Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-07T18:49:11.517Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-07T18:49:11.517Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-07T18:49:13.067Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-07T18:49:13.067Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-07T18:49:13.067Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-07T18:49:13.067Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-07T18:49:13.067Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-07T18:49:13.067Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-07T18:49:13.067Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-07T18:49:13.067Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-07T18:49:13.067Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-07T18:49:17.785Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-07T18:49:17.785Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-07T18:49:19.981Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-07T18:49:19.981Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-07T18:49:19.981Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-07T18:49:22.177Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-07T18:49:22.177Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-07T18:49:22.177Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-07T18:49:22.177Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-07T18:49:22.177Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-07T18:49:24.374Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-07T18:49:31.485Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-07T18:49:34.413Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-07T18:49:40.239Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-07T18:49:40.239Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-07T18:49:40.239Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-07T18:49:40.239Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-07T18:49:42.434Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-07T18:49:44.629Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-07T18:49:46.179Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-07T18:49:46.179Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-07T18:49:46.179Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-07T18:49:46.641Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-07T18:49:46.641Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-07T18:49:46.641Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-07T18:49:46.641Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-07T18:49:46.641Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-07T18:49:46.641Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-07T18:49:46.641Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-07T18:49:46.641Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-07T18:49:46.641Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-07T18:49:46.641Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-07T18:49:46.641Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-07T18:49:46.641Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-07T18:49:50.401Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-07T18:49:51.378Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-07T18:49:53.572Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-07T18:49:57.329Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-07T18:49:57.329Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-07T18:49:57.329Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-07T18:49:57.329Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-07T18:49:57.329Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-07T18:49:57.329Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-07T18:49:57.329Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-07T18:49:57.329Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-07T18:49:57.329Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-07T18:49:57.329Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-07T18:49:57.329Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.329Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-07T18:49:57.329Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.792Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-07T18:49:57.792Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.792Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-07T18:49:57.792Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.792Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-07T18:49:57.792Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.792Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-07T18:49:57.792Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.792Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-07T18:49:57.792Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-07T18:49:57.792Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-07T18:49:59.983Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-07T18:50:00.446Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-07T18:50:00.908Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-07T18:50:01.370Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-07T18:50:02.918Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-07T18:50:02.918Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-07T18:50:05.112Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-07T18:50:06.661Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-07T18:50:08.856Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-07T18:50:08.856Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:50:08.856Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-07T18:50:16.098Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-07T18:50:16.098Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:50:16.098Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-07T18:50:20.010Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-07T18:50:20.010Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-07T18:50:20.010Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-07T18:50:20.010Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-07T18:50:20.010Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-07T18:50:20.010Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-07T18:50:20.010Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-07T18:50:20.010Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-07T18:50:20.010Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-07T18:50:24.731Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-07T18:50:24.731Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-07T18:50:24.731Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-07T18:50:24.731Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-07T18:50:24.731Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-07T18:50:24.731Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-07T18:50:24.731Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-07T18:50:24.731Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:50:24.731Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-07T18:50:24.731Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-07T18:50:24.731Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-07T18:50:24.731Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:50:24.731Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-07T18:50:26.927Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-07T18:50:29.120Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-07T18:50:29.120Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-07T18:50:29.120Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-07T18:50:30.671Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-07T18:50:30.671Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-07T18:50:30.671Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-07T18:50:30.671Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-07T18:50:30.671Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-07T18:50:30.671Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:50:30.671Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-07T18:50:30.671Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-07T18:50:30.671Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-07T18:50:30.671Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:50:30.671Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-07T18:50:30.671Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:50:30.671Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-07T18:50:48.413Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-07T18:50:48.413Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-07T18:50:48.413Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-07T18:50:48.413Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:50:48.413Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-07T18:50:48.413Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-07T18:50:48.413Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-07T18:50:48.413Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-07T18:50:54.233Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-07T18:50:54.233Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-07T18:50:57.156Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-07T18:50:57.157Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-07T18:50:57.619Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-07T18:50:57.619Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-07T18:50:57.619Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-07T18:51:04.727Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-07T18:51:04.727Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:51:04.727Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-07T18:51:05.190Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-07T18:51:05.190Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-07T18:51:05.190Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-07T18:51:05.190Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-07T18:51:17.618Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-07T18:51:17.618Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-07T18:51:17.618Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-07T18:51:24.725Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-07T18:51:24.725Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-07T18:51:24.725Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite (2260.45s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.67s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (85.69s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.81s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.51s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.62s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.79s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.80s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.43s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (87.52s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.77s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.35s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.79s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.98s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.34s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.55s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.58s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.09s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.94s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.12s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.47s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (8.86s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddTar (31.40s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.71s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.82s) [2022-04-07T18:51:26.274Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.99s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.47s) [2022-04-07T18:51:26.274Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.82s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.19s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.65s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.53s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (33.27s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.76s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.16s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.77s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.20s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.38s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.92s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCmd (0.53s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.51s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.69s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.00s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.11s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.45s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.83s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.84s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.78s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.62s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.30s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (26.56s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.54s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.47s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.27s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.01s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.65s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.51s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.35s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.56s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (7.77s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.48s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.37s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignore (63.62s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.49s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (87.00s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.46s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.59s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.94s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.27s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.76s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.23s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.16s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (103.63s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.35s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.01s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.68s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.84s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.99s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.38s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.89s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.07s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.20s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.60s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFails (6.82s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.94s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.23s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.29s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFromGit (9.78s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.24s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.44s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.66s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.52s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.77s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildHistory (10.28s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.94s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.80s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.72s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.55s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLabel (0.93s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.61s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.92s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.55s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLabels (0.94s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.45s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.63s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.63s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.67s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.28s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.49s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.69s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (26.44s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (21.69s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.58s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.27s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.92s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.95s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.19s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.59s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.39s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (8.44s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.09s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.81s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.91s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.23s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.31s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.47s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.44s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.26s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.01s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.08s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.04s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.00s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.97s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (38.63s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.76s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildRm (10.60s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.88s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.25s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.11s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.22s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildShellInherited (8.52s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.70s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.57s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.59s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.70s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.86s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildStderr (3.64s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.15s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.71s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.07s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.74s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.45s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.38s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.53s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.54s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.12s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.76s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.21s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.57s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.25s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.06s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.69s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.32s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (10.89s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.18s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.55s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.83s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.92s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.53s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestCommitChange (9.03s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.61s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.54s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestCommitTTY (5.75s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.81s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.48s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.89s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.00s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-07T18:51:26.275Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-04-07T18:51:26.275Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.03s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.20s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.30s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.95s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.92s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.04s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.42s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.06s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.79s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.21s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.22s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.95s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.01s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.46s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.62s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.09s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.97s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.06s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.75s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.69s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.42s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.36s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.33s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.35s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.34s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008f8498_} (2.33s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1342849487_c:\foo_false____} (2.33s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1342849487_c:\foo_true____} (2.36s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.10s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.17s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.07s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.92s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.06s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.40s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.63s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpToDot (2.19s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCpToStdout (2.24s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.00s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.00s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.76s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.63s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateLabels (0.16s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateRM (0.30s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.32s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (11.55s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.37s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.91s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (6.86s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.05s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.09s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (6.72s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsCopy (4.07s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.33s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.92s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.71s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.17s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.37s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.91s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFilters (4.15s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFormat (3.91s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsRename (2.09s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsResize (7.27s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (7.04s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.21s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.39s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.71s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.82s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.73s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.71s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.88s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.85s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.77s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.61s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.94s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecInspectID (4.35s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.15s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.99s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.80s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.76s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.78s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.78s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.84s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.60s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.56s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.94s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.60s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.93s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.10s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.59s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-07T18:51:26.276Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-07T18:51:26.276Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.95s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.92s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.92s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.95s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectDefault (1.91s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectHistory (3.64s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.95s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.83s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.94s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.89s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.92s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectStatus (2.33s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.68s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.98s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.08s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.00s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.22s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.09s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.05s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.73s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.69s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.37s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.12s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.98s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.11s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.08s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.30s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.20s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.10s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.00s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsSince (8.60s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsTail (2.58s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.36s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.20s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.14s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.13s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsByOrder (7.79s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.60s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.33s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.56s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.51s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.37s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.92s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.07s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.98s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.52s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.51s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.08s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.35s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.09s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.66s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.60s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.46s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.60s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.27s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.83s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.56s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.64s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.45s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.23s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.23s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.51s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiTag (0.63s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.15s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.94s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.16s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.95s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.06s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.73s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.85s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.46s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (6.81s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.00s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.99s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.97s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.92s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.74s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.75s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.03s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.05s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.06s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.92s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.68s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.53s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-07T18:51:26.277Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-04-07T18:51:26.277Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.93s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunEchoStdout (6.75s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.96s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunExitCode (1.95s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.96s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.93s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.12s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.34s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.25s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.57s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.98s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.18s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.51s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.32s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.29s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.96s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.95s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.78s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.18s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.87s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunRm (2.16s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.25s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.03s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.00s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.92s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.19s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.94s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.75s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.35s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.98s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.04s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.68s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.10s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.90s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.39s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.26s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.01s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.04s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.45s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.53s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.90s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.91s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.48s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.85s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.91s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (1.95s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (1.93s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.76s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.71s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.04s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.29s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.88s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.93s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.03s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.61s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.35s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.68s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.56s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.84s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.18s) [2022-04-07T18:51:26.278Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-07T18:51:26.278Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.31s) [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.278Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-07T18:51:26.278Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-07T18:51:26.279Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] --- PASS: TestDockerRegistrySuite (0.14s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-07T18:51:26.279Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-07T18:51:26.279Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-07T18:51:26.279Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-07T18:51:26.279Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-07T18:51:26.279Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-07T18:51:26.279Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-07T18:51:26.279Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-07T18:51:26.279Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-07T18:51:26.279Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-07T18:51:26.279Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-07T18:51:26.279Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-07T18:51:26.279Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-07T18:51:26.279Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-07T18:51:26.279Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-07T18:51:26.279Z] === RUN TestDockerDaemonSuite [2022-04-07T18:51:26.279Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-07T18:51:26.279Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-07T18:51:26.279Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-07T18:51:26.279Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-07T18:51:26.279Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-07T18:51:26.279Z] === RUN TestDockerSwarmSuite [2022-04-07T18:51:26.279Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-04-07T18:51:26.279Z] === RUN TestDockerPluginSuite [2022-04-07T18:51:26.279Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-04-07T18:51:26.279Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-04-07T18:51:26.279Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-04-07T18:51:26.279Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-04-07T18:51:26.279Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.279Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-04-07T18:51:26.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-04-07T18:51:26.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-04-07T18:51:26.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-04-07T18:51:26.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-04-07T18:51:26.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-04-07T18:51:26.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-04-07T18:51:26.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-07T18:51:26.743Z] === RUN TestDockerExternalVolumeSuite [2022-04-07T18:51:26.743Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-04-07T18:51:26.743Z] === RUN TestDockerNetworkSuite [2022-04-07T18:51:26.743Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-04-07T18:51:26.743Z] === RUN TestDockerHubPullSuite [2022-04-07T18:51:26.743Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-04-07T18:51:26.743Z] PASS [2022-04-07T18:51:26.743Z] ok github.com/docker/docker/integration-cli 2260.830s [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === Skipped [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-07T18:51:26.743Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-07T18:51:26.743Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-04-07T18:51:26.743Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-04-07T18:51:26.743Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-07T18:51:26.743Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-04-07T18:51:26.743Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-07T18:51:26.743Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-07T18:51:26.743Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-04-07T18:51:26.743Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-07T18:51:26.743Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-07T18:51:26.743Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-07T18:51:26.743Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-07T18:51:26.743Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-07T18:51:26.743Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-07T18:51:26.743Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-07T18:51:26.743Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-07T18:51:26.743Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-04-07T18:51:26.743Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2022-04-07T18:51:26.743Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-04-07T18:51:26.743Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.743Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-04-07T18:51:26.743Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.28s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-04-07T18:51:26.744Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.25s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.29s) [2022-04-07T18:51:26.744Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.28s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2022-04-07T18:51:26.744Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.744Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2022-04-07T18:51:26.744Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.27s) [2022-04-07T18:51:26.745Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-07T18:51:26.745Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.25s) [2022-04-07T18:51:26.745Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-07T18:51:26.745Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-07T18:51:26.745Z] docker_cli_sni_test.go:18: Flakey test [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-07T18:51:26.745Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-07T18:51:26.745Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-07T18:51:26.745Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-04-07T18:51:26.745Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-07T18:51:26.745Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-07T18:51:26.745Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.745Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-07T18:51:26.745Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-07T18:51:26.746Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-07T18:51:26.746Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-07T18:51:26.746Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-07T18:51:26.746Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-07T18:51:26.746Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-07T18:51:26.746Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-07T18:51:26.746Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-07T18:51:26.746Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-07T18:51:26.746Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-07T18:51:26.746Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-07T18:51:26.746Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-04-07T18:51:26.746Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-04-07T18:51:26.746Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-07T18:51:26.746Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-07T18:51:26.746Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-07T18:51:26.746Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-07T18:51:26.746Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-07T18:51:26.746Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-07T18:51:26.746Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-04-07T18:51:26.746Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-07T18:51:26.746Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-07T18:51:26.746Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-04-07T18:51:26.746Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.746Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-04-07T18:51:26.746Z] [2022-04-07T18:51:26.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-04-07T18:51:26.747Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-07T18:51:26.747Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-07T18:51:26.747Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-07T18:51:26.747Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-07T18:51:26.747Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-07T18:51:26.747Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-07T18:51:26.747Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-07T18:51:26.747Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-07T18:51:26.747Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-07T18:51:26.747Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-07T18:51:26.747Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:51:26.747Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-07T18:51:26.747Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-07T18:51:26.747Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-07T18:51:26.747Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.747Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-07T18:51:26.747Z] [2022-04-07T18:51:26.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-07T18:51:26.747Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-04-07T18:51:26.748Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-04-07T18:51:26.748Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-04-07T18:51:26.748Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-07T18:51:26.748Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-07T18:51:26.748Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.748Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-07T18:51:26.748Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.749Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-07T18:51:26.749Z] [2022-04-07T18:51:26.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-07T18:51:26.749Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:26.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-07T18:51:26.750Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-07T18:51:26.750Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-07T18:51:26.750Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-07T18:51:27.212Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-07T18:51:27.212Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.212Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-07T18:51:27.212Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-04-07T18:51:27.213Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.04s) [2022-04-07T18:51:27.213Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.04s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-04-07T18:51:27.213Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-04-07T18:51:27.213Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-07T18:51:27.213Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-07T18:51:27.213Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-07T18:51:27.213Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-07T18:51:27.213Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.213Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-07T18:51:27.213Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-04-07T18:51:27.214Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] DONE 1088 tests, 539 skipped in 2270.839s [2022-04-07T18:51:27.214Z] INFO: Integration tests ended at 04/07/2022 18:51:26. Duration:00:37:50.9848544 [2022-04-07T18:51:27.214Z] INFO: Docker info of the daemon under test at end of run [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] Containers: 10 [2022-04-07T18:51:27.214Z] Running: 0 [2022-04-07T18:51:27.214Z] Paused: 0 [2022-04-07T18:51:27.214Z] Stopped: 10 [2022-04-07T18:51:27.214Z] Images: 18 [2022-04-07T18:51:27.214Z] Server Version: 0.0.0-dev [2022-04-07T18:51:27.214Z] Storage Driver: windowsfilter [2022-04-07T18:51:27.214Z] Windows: [2022-04-07T18:51:27.214Z] Logging Driver: json-file [2022-04-07T18:51:27.214Z] Plugins: [2022-04-07T18:51:27.214Z] Volume: local [2022-04-07T18:51:27.214Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-07T18:51:27.214Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-07T18:51:27.214Z] Swarm: inactive [2022-04-07T18:51:27.214Z] Default Isolation: process [2022-04-07T18:51:27.214Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-07T18:51:27.214Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-04-07T18:51:27.214Z] OSType: windows [2022-04-07T18:51:27.214Z] Architecture: x86_64 [2022-04-07T18:51:27.214Z] CPUs: 4 [2022-04-07T18:51:27.214Z] Total Memory: 32GiB [2022-04-07T18:51:27.214Z] Name: azwin-2-11b620 [2022-04-07T18:51:27.214Z] ID: IA7L:MRKX:NZGX:MFWA:4QYN:BDAF:EDIK:SU2W:B2UU:5S3H:DVJ2:WL7Q [2022-04-07T18:51:27.214Z] Docker Root Dir: D:\CI\PR-43448\7\daemon [2022-04-07T18:51:27.214Z] Debug Mode (client): false [2022-04-07T18:51:27.214Z] Debug Mode (server): true [2022-04-07T18:51:27.214Z] File Descriptors: -1 [2022-04-07T18:51:27.214Z] Goroutines: 17 [2022-04-07T18:51:27.214Z] System Time: 2022-04-07T18:51:26.9115269Z [2022-04-07T18:51:27.214Z] EventsListeners: 0 [2022-04-07T18:51:27.214Z] Registry: https://index.docker.io/v1/ [2022-04-07T18:51:27.214Z] Labels: [2022-04-07T18:51:27.214Z] Experimental: false [2022-04-07T18:51:27.214Z] Insecure Registries: [2022-04-07T18:51:27.214Z] 127.0.0.0/8 [2022-04-07T18:51:27.214Z] Live Restore Enabled: false [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] [2022-04-07T18:51:27.214Z] INFO: Stopping daemon under test [2022-04-07T18:51:27.214Z] SUCCESS: The process with PID 2012 (child process of PID 3060) has been terminated. [2022-04-07T18:51:27.214Z] SUCCESS: The process with PID 3060 (child process of PID 3932) has been terminated. [2022-04-07T18:51:27.214Z] INFO: Stop tailing logs of the daemon under tests [2022-04-07T18:51:27.214Z] INFO: executeCI.ps1 Completed successfully at 04/07/2022 18:51:27. [2022-04-07T18:51:27.214Z] INFO: Tidying up at end of run [2022-04-07T18:51:27.214Z] INFO: Saving daemon under test log (d:\CI\PR-43448\7\dut.out) to bundles\CIDUT.out [2022-04-07T18:51:27.214Z] INFO: Saving daemon under test log (d:\CI\PR-43448\7\dut.err) to bundles\CIDUT.err [2022-04-07T18:51:27.214Z] INFO: Saving containerd logs to bundles [2022-04-07T18:51:27.214Z] INFO: Nuke-Everything... [2022-04-07T18:51:27.677Z] INFO: Container count on control daemon to delete is 2 [2022-04-07T18:51:28.140Z] 1f2480f8f0ab [2022-04-07T18:51:28.140Z] 749a3a33478c [2022-04-07T18:51:28.140Z] INFO: Tidying pidfile d:\CI\PR-43448\7\docker.pid [2022-04-07T18:51:28.140Z] INFO: Nuking d:\CI [2022-04-07T18:51:53.341Z] INFO: Zapped successfully [2022-04-07T18:51:53.341Z] [2022-04-07T18:51:53.341Z] INFO: executeCI.ps1 exiting at Thu Apr 7 18:51:50 CUT 2022. Duration 01:01:53.2095178 [2022-04-07T18:51:53.341Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-04-07T18:51:53.584Z] Recording test results [2022-04-07T18:52:02.553Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-04-07T18:52:04.118Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-04-07T18:52:06.080Z] Archiving artifacts [2022-04-07T18:52:21.189Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43448/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-07T18:52:22.194Z] + make clean [2022-04-07T18:52:23.743Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-07T18:52:23.743Z] docker-dev-cache [2022-04-07T18:52:23.743Z] 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